/*!
 *  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
 * -------------------------- */

/*!
 * Justified Gallery - v3.6.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2015 Miro Mannino
 * Licensed under the MIT license.
 */

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

@import url("https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i");

@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");

@font-face {
  font-family: 'FontAwesome';
  src: url('packages/fortawesome_fontawesome/upstream/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('packages/fortawesome_fontawesome/upstream/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('packages/fortawesome_fontawesome/upstream/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('packages/fortawesome_fontawesome/upstream/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('packages/fortawesome_fontawesome/upstream/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('packages/fortawesome_fontawesome/upstream/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.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #ffffff;
}

/* 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: "\f000";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.7;
  }
}

@-moz-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.7;
  }
}

@-o-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.7;
  }
}

@keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.7;
  }
}

@-webkit-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1.0;
  }
}

@-moz-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1.0;
  }
}

@-o-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1.0;
  }
}

@keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1.0;
  }
}

.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
}

.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}

.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}

.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  opacity: 0.7;
  filter: "alpha(opacity=70)";
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease;
}

.justified-gallery > .entry-visible {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease;
}

.justified-gallery > .jg-filtered {
  display: none;
}

.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial;
}

.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(packages/micah_justified-gallery/vendor/swipebox/img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(packages/micah_justified-gallery/vendor/swipebox/img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}

/* Skin 
--------------------------*/

#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.Login label {
  *zoom: 1;
}

.Login label:before,
.Login label:after {
  display: table;
  content: "";
}

.Login label:after {
  clear: both;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #3174ad;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #204c71;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #636c72;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 4px;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 4px;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1300px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #82b2dc;
  outline: none;
}

.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 4px;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 4px;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #019901;
}

.has-success .form-control {
  border-color: #019901;
}

.has-success .input-group-addon {
  color: #019901;
  border-color: #019901;
  background-color: #68fe68;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23019901' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #ffac3b;
}

.has-warning .form-control {
  border-color: #ffac3b;
}

.has-warning .input-group-addon {
  color: #ffac3b;
  border-color: #ffac3b;
  background-color: white;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffac3b' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #bf0101;
}

.has-danger .form-control {
  border-color: #bf0101;
}

.has-danger .input-group-addon {
  color: #bf0101;
  border-color: #bf0101;
  background-color: #fe8e8e;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf0101' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-inline .form-check-label {
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }

  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(49, 116, 173, 0.25);
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn:active,
.btn.active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3174ad;
  border-color: #3174ad;
}

.btn-primary:hover {
  color: #fff;
  background-color: #265985;
  border-color: #23547d;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 2px rgba(49, 116, 173, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #3174ad;
  border-color: #3174ad;
}

.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #265985;
  background-image: none;
  border-color: #23547d;
}

.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-info {
  color: #fff;
  background-color: #7558c7;
  border-color: #7558c7;
}

.btn-info:hover {
  color: #fff;
  background-color: #5a3bb1;
  border-color: #5639a9;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 2px rgba(117, 88, 199, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #7558c7;
  border-color: #7558c7;
}

.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #5a3bb1;
  background-image: none;
  border-color: #5639a9;
}

.btn-success {
  color: #fff;
  background-color: #019901;
  border-color: #019901;
}

.btn-success:hover {
  color: #fff;
  background-color: #016601;
  border-color: #015c01;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 2px rgba(1, 153, 1, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #019901;
  border-color: #019901;
}

.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #016601;
  background-image: none;
  border-color: #015c01;
}

.btn-warning {
  color: #fff;
  background-color: #ffac3b;
  border-color: #ffac3b;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ff9608;
  border-color: #fd9200;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(255, 172, 59, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffac3b;
  border-color: #ffac3b;
}

.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff9608;
  background-image: none;
  border-color: #fd9200;
}

.btn-danger {
  color: #fff;
  background-color: #bf0101;
  border-color: #bf0101;
}

.btn-danger:hover {
  color: #fff;
  background-color: #8c0101;
  border-color: #820101;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(191, 1, 1, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #bf0101;
  border-color: #bf0101;
}

.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #8c0101;
  background-image: none;
  border-color: #820101;
}

.btn-outline-primary {
  color: #3174ad;
  background-image: none;
  background-color: transparent;
  border-color: #3174ad;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #3174ad;
  border-color: #3174ad;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(49, 116, 173, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #3174ad;
  background-color: transparent;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3174ad;
  border-color: #3174ad;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #ccc;
  background-color: transparent;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-info {
  color: #7558c7;
  background-image: none;
  background-color: transparent;
  border-color: #7558c7;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #7558c7;
  border-color: #7558c7;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(117, 88, 199, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #7558c7;
  background-color: transparent;
}

.btn-outline-info:active,
.btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #7558c7;
  border-color: #7558c7;
}

.btn-outline-success {
  color: #019901;
  background-image: none;
  background-color: transparent;
  border-color: #019901;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #019901;
  border-color: #019901;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(1, 153, 1, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #019901;
  background-color: transparent;
}

.btn-outline-success:active,
.btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #019901;
  border-color: #019901;
}

.btn-outline-warning {
  color: #ffac3b;
  background-image: none;
  background-color: transparent;
  border-color: #ffac3b;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffac3b;
  border-color: #ffac3b;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(255, 172, 59, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffac3b;
  background-color: transparent;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffac3b;
  border-color: #ffac3b;
}

.btn-outline-danger {
  color: #bf0101;
  background-image: none;
  background-color: transparent;
  border-color: #bf0101;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #bf0101;
  border-color: #bf0101;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(191, 1, 1, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #bf0101;
  background-color: transparent;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #bf0101;
  border-color: #bf0101;
}

.btn-link {
  font-weight: normal;
  color: #3174ad;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
  background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #204c71;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled {
  color: #636c72;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 4px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 4px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3174ad;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

.show > .dropdown-menu {
  display: block;
}

.show > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636c72;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 4px;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 4px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
  flex: 1;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #3174ad;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #3174ad;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #aacbe7;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 4px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #3174ad;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #82b2dc;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 4px 4px 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5em 1em;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 4px;
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #3174ad;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}

.navbar-inverse .navbar-nav .nav-link {
  color: white;
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
  color: #3174ad;
}

.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-inverse .navbar-text {
  color: white;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}

.card-block {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(4px - 1px) calc(4px - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(4px - 1px) calc(4px - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #3174ad;
  border-color: #3174ad;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #019901;
  border-color: #019901;
}

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #7558c7;
  border-color: #7558c7;
}

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #ffac3b;
  border-color: #ffac3b;
}

.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #bf0101;
  border-color: #bf0101;
}

.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #3174ad;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

.card-outline-info {
  background-color: transparent;
  border-color: #7558c7;
}

.card-outline-success {
  background-color: transparent;
  border-color: #019901;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #ffac3b;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #bf0101;
}

.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(4px - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: calc(4px - 1px);
  border-top-left-radius: calc(4px - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(4px - 1px);
  border-bottom-left-radius: calc(4px - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
  }

  .card-deck .card:not(:first-child) {
    margin-left: 15px;
  }

  .card-deck .card:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group .card {
    flex: 1 0 0;
  }

  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 4px;
}

.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #636c72;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #636c72;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #3174ad;
  border-color: #3174ad;
}

.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3174ad;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
  color: #204c71;
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-default {
  background-color: #636c72;
}

.badge-default[href]:focus,
.badge-default[href]:hover {
  background-color: #4b5257;
}

.badge-primary {
  background-color: #3174ad;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  background-color: #265985;
}

.badge-success {
  background-color: #019901;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
  background-color: #016601;
}

.badge-info {
  background-color: #7558c7;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
  background-color: #5a3bb1;
}

.badge-warning {
  background-color: #ffac3b;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  background-color: #ff9608;
}

.badge-danger {
  background-color: #bf0101;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  background-color: #8c0101;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 4px;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-hr {
  border-top-color: #d0d5d8;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c1e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6d5ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #bf0101;
}

.alert-danger hr {
  border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
  color: #8c0101;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 4px;
}

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #3174ad;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #292b2c;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #464a4c;
  text-decoration: none;
  background-color: #f7f7f9;
}

.list-group-item-action:active {
  color: #292b2c;
  background-color: #eceeef;
}

.list-group-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item:focus,
.list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #fff;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item:disabled .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item:disabled .list-group-item-text {
  color: #636c72;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3174ad;
  border-color: #3174ad;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text {
  color: #e5eff8;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #bf0101;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #bf0101;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #bf0101;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #bf0101;
  border-color: #bf0101;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before,
.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before,
.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.popover.popover-top::before,
.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}

.popover.popover-top::before,
.popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

.popover.popover-right,
.popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.popover.popover-right::before,
.popover.popover-right::after,
.popover.bs-tether-element-attached-left::before,
.popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}

.popover.popover-right::before,
.popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-right::after,
.popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.popover.popover-bottom::before,
.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::before,
.popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}

.popover.popover-bottom::before,
.popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

.popover.popover-bottom .popover-title::before,
.popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.popover-left,
.popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.popover.popover-left::before,
.popover.popover-left::after,
.popover.bs-tether-element-attached-right::before,
.popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}

.popover.popover-left::before,
.popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left::after,
.popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(4px - 1px);
  border-top-left-radius: calc(4px - 1px);
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 11px;
}

.popover::after {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}

@media (-webkit-transform-3d) {
  .carousel-item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
}

@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }

  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }

  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }

  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }

  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #3174ad !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #265985 !important;
}

.bg-success {
  background-color: #019901 !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #016601 !important;
}

.bg-info {
  background-color: #7558c7 !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #5a3bb1 !important;
}

.bg-warning {
  background-color: #ffac3b !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #ff9608 !important;
}

.bg-danger {
  background-color: #bf0101 !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #8c0101 !important;
}

.bg-inverse {
  background-color: #292b2c !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
  background-color: #101112 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 4px;
}

.rounded-top {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.rounded-right {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.rounded-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-left {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

.flex-first {
  order: -1;
}

.flex-last {
  order: 1;
}

.flex-unordered {
  order: 0;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    order: -1;
  }

  .flex-sm-last {
    order: 1;
  }

  .flex-sm-unordered {
    order: 0;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-first {
    order: -1;
  }

  .flex-md-last {
    order: 1;
  }

  .flex-md-unordered {
    order: 0;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-first {
    order: -1;
  }

  .flex-lg-last {
    order: 1;
  }

  .flex-lg-unordered {
    order: 0;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1;
  }

  .flex-xl-last {
    order: 1;
  }

  .flex-xl-unordered {
    order: 0;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem 3rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 0 !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem 1rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem 3rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5 {
    padding-left: 3rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem 3rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-md-0 {
    padding: 0 0 !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem 1rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem 3rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 0 !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem 1rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem 3rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem 1rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem 3rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 0 !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem 1rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem 3rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus,
a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #3174ad !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #265985 !important;
}

.text-success {
  color: #019901 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #016601 !important;
}

.text-info {
  color: #7558c7 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #5a3bb1 !important;
}

.text-warning {
  color: #ffac3b !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ff9608 !important;
}

.text-danger {
  color: #bf0101 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #8c0101 !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #101112 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}

.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}

.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.rc-slider-handle:hover {
  border-color: #57c5f7;
}

.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}

.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}

.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}

.rc-slider-mark-text-active {
  color: #666;
}

.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}

.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}

.rc-slider-dot-active {
  border-color: #96dbfa;
}

.rc-slider-disabled {
  background-color: #e9e9e9;
}

.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}

.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}

.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}

.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}

.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}

.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}

.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }

  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}

@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }

  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}

.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.rc-slider-tooltip-hidden {
  display: none;
}

.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}

.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}

.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 6px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker__navigation {
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b2b2;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b2b2;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b2b2;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b2b2;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: .3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + calc(1.7rem / 2));
  overflow-y: scroll;
  padding-right: 30px;
  width: 100%;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 10px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day {
  cursor: pointer;
}

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b2b2;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b2b2;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b2b2;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\00d7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b2b2;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b2b2;
}

.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}

.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}

.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}

.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}

.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}

@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}

@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }

  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}

.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.9;
}

.rc-tooltip-hidden {
  display: none;
}

.rc-tooltip-placement-top,
.rc-tooltip-placement-topLeft,
.rc-tooltip-placement-topRight {
  padding: 5px 0 9px 0;
}

.rc-tooltip-placement-right,
.rc-tooltip-placement-rightTop,
.rc-tooltip-placement-rightBottom {
  padding: 0 5px 0 9px;
}

.rc-tooltip-placement-bottom,
.rc-tooltip-placement-bottomLeft,
.rc-tooltip-placement-bottomRight {
  padding: 9px 0 5px 0;
}

.rc-tooltip-placement-left,
.rc-tooltip-placement-leftTop,
.rc-tooltip-placement-leftBottom {
  padding: 0 9px 0 5px;
}

.rc-tooltip-inner {
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #373737;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  min-height: 34px;
}

.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: 4px;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #373737;
}

.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}

.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}

.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}

.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: 4px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #373737;
}

.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}

.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}

.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}

.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: 4px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #373737;
}

.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}

.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}

.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}

.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: 4px;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #373737;
}

.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}

.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}

.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}

@media print {
  html,
  body {
    background: white !important;
  }

@page {
    size: landscape;
}

  body div#react-root div.order.container {
    padding: 0;
    width: 100%;
  }

  body div#react-root div.order.container div.materialized div.order {
    padding: 0;
  }

  body div#react-root div.order.container div.materialized div.order div.tickets div.thing {
    border-top: 0;
  }

  body div#react-root div.order.container div.materialized div.order div.tickets div.thing div.ticket div.ticket-body {
    flex-direction: row !important;
    page-break-inside: avoid;
  }

  body div#react-root div.order.container div.materialized div.order div.tickets div.thing div.ticket div.ticket-body div.part {
    float: left;
  }

  body div#react-root div.order.container div.materialized div.order div.tickets div.thing div.ticket div.ticket-body div.part div.header,
  body div#react-root div.order.container div.materialized div.order div.tickets div.thing div.ticket div.ticket-body div.part div.content {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }

  body div#react-root div.order.container div.materialized div.order div.tickets div.thing div.ticket div.ticket-body div.part div.header .truncate,
  body div#react-root div.order.container div.materialized div.order div.tickets div.thing div.ticket div.ticket-body div.part div.content .truncate {
    white-space: unset;
  }

  body div#react-root div.order.container div.materialized div.order div.tickets div.thing div.ticket div.ticket-body div.part div.content div.ticket-label {
    color: white;
    font-size: 0.6rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    margin: 0.45rem 0 20px;
    text-transform: uppercase;
  }

  body div#react-root div.order.container div.materialized div.order div.tickets div.thing div.ticket div.ticket-body div.part.left {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    flex-grow: 1;
    text-align: left;
    width: 66%;
  }

  body div#react-root div.order.container div.materialized div.order div.tickets div.thing div.ticket div.ticket-body div.part.left div.header {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
  }

  body div#react-root div.order.container div.materialized div.order div.tickets div.thing div.ticket div.ticket-body div.part.left div.content {
    border-bottom-left-radius: 4px;
  }

  body div#react-root div.order.container div.materialized div.order div.tickets div.thing div.ticket div.ticket-body div.part.left div.content a.change-ticket.period {
    display: initial;
    margin-left: 10px;
  }

  body div#react-root div.order.container div.materialized div.order div.tickets div.thing div.ticket div.ticket-body div.part.right {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    width: 34%;
  }

  body div#react-root div.order.container div.materialized div.order div.tickets div.thing div.ticket div.ticket-body div.part.right div.header {
    border-left: 1px white dashed;
    border-top: none;
    border-top-right-radius: 4px;
  }

  body div#react-root div.order.container div.materialized div.order div.tickets div.thing div.ticket div.ticket-body div.part.right div.content {
    border-left: 1px white dashed;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
  }

  body div#react-root div.order.container div.materialized div.order div.tickets div.thing div.ticket div.ticket-body p.ticket-note {
    text-align: left;
  }

  body div#react-root footer {
    background: white !important;
    color: black !important;
  }

  body div#react-root footer a {
    color: black !important;
  }
}

@media (max-width: 575px) {
  body div#react-root div.dashboard nav.navbar-toggleable div.container {
    width: 100%;
  }

  body div#react-root div.dashboard nav.navbar-toggleable div.container button.navbar-toggler-right {
    border: none;
    right: -15px;
  }

  body div#react-root div.presentation nav.navbar-toggleable div.container {
    margin: 0;
  }

  body div#react-root div.presentation nav.navbar-toggleable div.container button.navbar-toggler {
    margin-top: 7.5px;
    padding: 0;
    right: 0;
  }
}

@media (min-width: 576px) {
  body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse li.nav-item {
    padding-left: 15px;
  }

  body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse li.nav-item a.nav-link {
    padding: 0.5rem 0 0;
  }

  body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse li.nav-item a.nav-link.active {
    border-bottom: 1px solid #3174ad;
    border-left: none;
    padding-left: 0;
  }

  body div#react-root div.dashboard section.attendees div.canvas div.row div.btn-group-container,
  body div#react-root div.dashboard section.things div.canvas div.row div.btn-group-container {
    margin-top: 0;
  }

  body div#react-root div.dashboard section.thing div.canvas form.summary div.alert p {
    display: inline;
  }

  body div#react-root div.dashboard section.thing div.canvas form.summary div.alert p.flex {
    display: flex;
  }

  body div#react-root div.dashboard section.thing div.canvas form.summary div.alert p.flex a.btn {
    display: table;
    margin: 0;
    width: auto;
  }

  body div#react-root div.dashboard section.thing div.canvas form div.alert div.flex {
    display: flex;
  }

  body div#react-root div.dashboard section.thing div.canvas form div.alert div.flex p:not(.text-right) {
    width: 100%;
  }

  body div#react-root div.dashboard section.thing div.canvas form div.alert div.flex p:not(:first-of-type).text-right {
    width: 12rem;
  }

  body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.alert a.btn {
    width: auto;
  }

  body div#react-root div.dashboard section.main.seat-assignments div.chart-assignment button {
    float: right;
  }

  body div#react-root div.dashboard div.admin.sellers div.materialized div.row.user p.name {
    font-size: inherit;
    font-weight: inherit;
  }

  body div#react-root div.dashboard div.admin.sellers div.materialized div.row.user div.actions {
    font-size: inherit;
  }

  body div#react-root div.dashboard div.admin.sellers div.materialized div.row.user button {
    width: auto;
  }

  body div#react-root div.dashboard div.admin.sellers div.materialized div.row.user button.phone {
    margin-left: 5px;
  }

  body div#react-root div.presentation nav.navbar-toggleable div.container div.dropdown.user {
    margin-top: 10px;
  }

  body div#react-root section.main.show-bundle div.actionable,
  body div#react-root section.main.show-thing div.actionable {
    padding: 0 15px;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar .rbc-btn-group button.today,
  body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar .rbc-btn-group button.today {
    display: inline-block;
    font-size: 0.6rem;
    letter-spacing: 0.1rem;
    height: 33px;
    text-transform: uppercase;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.bundle-detail.container div.materialized div.thing.row p.dates,
  body div#react-root section.main.show-thing div.actionable div.pane div.bundle-detail.container div.materialized div.thing.row p.dates {
    margin: 0;
  }

  body div#react-root section.main.report.attendees div.search-container.hidden-md-up,
  body div#react-root section.main.report.attendees div.sort.container.hidden-md-up,
  body div#react-root section.main.report.attendees div.items.container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  body div#react-root section.main.report.attendees div.search-container.hidden-md-up div.materialized.container,
  body div#react-root section.main.report.attendees div.sort.container.hidden-md-up div.materialized.container,
  body div#react-root section.main.report.attendees div.items.container div.materialized.container {
    width: 100%;
  }

  body div#react-root section.main.ticket div.materialized form button {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: top;
    width: auto;
  }

  body div#react-root footer.fixed [type="submit"],
  body div#react-root footer.fixed a.btn {
    width: auto;
  }
}

@media (min-width: 768px) {
  body div#react-root section > .container {
    max-width: calc(100% - 30px);
  }

  body div#react-root div.presentation header nav div.row div:last-of-type {
    text-align: right;
  }

  body div#react-root div.presentation header nav div.row div:last-of-type a.show-cart {
    float: none;
    margin-right: 0;
  }

  body div#react-root section.main.show-entity {
    padding: 30px 0;
  }

  body div#react-root section.main.show-entity div.unauthorized,
  body div#react-root section.main.show-entity div.add.thing {
    margin: 0 -15px;
  }

  body div#react-root section.main.show-entity div.unauthorized:not(:last-of-type),
  body div#react-root section.main.show-entity div.add.thing:not(:last-of-type) {
    margin-bottom: 15px;
  }

  body div#react-root section.main.show-entity div.bundle-option a.order,
  body div#react-root section.main.show-entity div.gift-card-option a.order,
  body div#react-root section.main.show-entity div.thing-option a.order {
    width: auto;
  }

  body div#react-root section.main.show-entity div.bundle-option:not(:last-of-type),
  body div#react-root section.main.show-entity div.gift-card-option:not(:last-of-type),
  body div#react-root section.main.show-entity div.thing-option:not(:last-of-type) {
    margin-bottom: 15px;
  }

  body div#react-root section.main.show-entity div.bundle-option p.csz,
  body div#react-root section.main.show-entity div.bundle-option p.description,
  body div#react-root section.main.show-entity div.bundle-option p.price,
  body div#react-root section.main.show-entity div.bundle-option p.prices,
  body div#react-root section.main.show-entity div.bundle-option div.things,
  body div#react-root section.main.show-entity div.gift-card-option p.csz,
  body div#react-root section.main.show-entity div.gift-card-option p.description,
  body div#react-root section.main.show-entity div.gift-card-option p.price,
  body div#react-root section.main.show-entity div.gift-card-option p.prices,
  body div#react-root section.main.show-entity div.gift-card-option div.things,
  body div#react-root section.main.show-entity div.thing-option p.csz,
  body div#react-root section.main.show-entity div.thing-option p.description,
  body div#react-root section.main.show-entity div.thing-option p.price,
  body div#react-root section.main.show-entity div.thing-option p.prices,
  body div#react-root section.main.show-entity div.thing-option div.things {
    margin-bottom: 0;
  }

  body div#react-root section.main.show-entity div.bundle-option p.dates,
  body div#react-root section.main.show-entity div.gift-card-option p.dates,
  body div#react-root section.main.show-entity div.thing-option p.dates {
    margin-bottom: 9px;
  }

  body div#react-root section.main.show-entity div.bundle-option a.order,
  body div#react-root section.main.show-entity div.gift-card-option a.order,
  body div#react-root section.main.show-entity div.thing-option a.order {
    margin-bottom: 15px;
  }

  body div#react-root section.main.show-entity div.bundle-option div.col-12:nth-of-type(3),
  body div#react-root section.main.show-entity div.gift-card-option div.col-12:nth-of-type(3),
  body div#react-root section.main.show-entity div.thing-option div.col-12:nth-of-type(3) {
    display: none;
  }

  body div#react-root section.main.show-bundle p.full-description,
  body div#react-root section.main.show-thing p.full-description {
    margin-bottom: 0;
  }

  body div#react-root section.main.show-bundle div.materialized.panel.about,
  body div#react-root section.main.show-thing div.materialized.panel.about {
    margin-top: 0;
  }

  body div#react-root section.main.show-bundle div.materialized.panel.contact,
  body div#react-root section.main.show-thing div.materialized.panel.contact {
    margin-top: 0;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar,
  body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar {
    border-radius: 4px 4px 0 0;
    background: #3174ad;
    color: white;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-month-row,
  body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-month-row {
    cursor: auto;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment,
  body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment {
    height: auto;
    padding: 0 1px 1px;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event,
  body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event {
    border-radius: 4px;
    background: transparent;
    font-size: 0.8rem;
    height: auto;
    margin: 0 10px;
    pointer-events: auto;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event .rbc-event-content,
  body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event .rbc-event-content {
    white-space: normal;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event.unavailable,
  body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event.unavailable {
    background: transparent;
    border-color: #a4a5a6;
    color: #a4a5a6;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event.rbc-selected,
  body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event.rbc-selected {
    background: #3174ad;
    color: white;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event.rbc-selected.unavailable,
  body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event.rbc-selected.unavailable {
    background: #a4a5a6;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row div.col-md-2:nth-of-type(4),
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row div.col-md-2:nth-of-type(4) {
    text-align: right;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row div.col-md-2:nth-of-type(4) select,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row div.col-md-2:nth-of-type(4) select {
    float: right;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row h5.unavailable,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row h5.unavailable {
    text-align: right;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.offering h5,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.offering h5 {
    margin-top: 2px;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating {
    padding: 0;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.seating-chart,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.seating-chart {
    border-bottom: none;
    border-right: 1px solid #ddd;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.seating-chart svg#chart rect:not(.overlay):not(.reserved):hover,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.seating-chart svg#chart rect:not(.overlay):not(.reserved):hover {
    fill: #333;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.chart-assignment,
  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.chart-controls,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.chart-assignment,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.chart-controls {
    padding: 30px;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.chart-assignment div.alert,
  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.chart-controls div.alert,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.chart-assignment div.alert,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.chart-controls div.alert {
    margin: 15px 0 0;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.actions,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.actions {
    text-align: right;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.actions button.add-to-cart,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.actions button.add-to-cart {
    width: auto;
  }

  body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.alert a.btn {
    width: calc(100% - 30px);
  }

  body div#react-root div.dashboard section.attendees div.canvas div.row div.row > div,
  body div#react-root div.dashboard section.things div.canvas div.row div.row > div {
    padding: 0 15px;
  }

  body div#react-root div.dashboard section.main.report.attendees {
    margin-bottom: 0;
  }

  body div#react-root div.dashboard section.main.report.attendees div.materialized.container {
    margin-bottom: 0;
  }

  body div#react-root div.dashboard section.main.report.attendees div.materialized.container.empty {
    text-align: left;
  }

  body div#react-root div.dashboard section.main.report.attendees div.materialized.container.header div.row > div.capacity,
  body div#react-root div.dashboard section.main.report.attendees div.materialized.container.header div.row > div.counter {
    text-align: center;
  }

  body div#react-root div.dashboard section.main.report.attendees div.materialized.container.header form {
    width: 100%;
  }

  body div#react-root div.dashboard section.main.report.attendees div.materialized.container.header div.checked-in-count {
    padding-top: 5px;
    width: 100%;
  }

  body div#react-root div.dashboard section.main.report.attendees div.materialized.container.header div.search-container:not(.fixed) {
    background: transparent;
    margin-top: 0;
    padding: 0;
  }

  body div#react-root div.dashboard section.main.report.attendees div.materialized.container.header div.search-container:not(.fixed) div.container {
    padding: 0;
  }

  body div#react-root div.dashboard section.main.report.attendees div.materialized.container.header div.search-container.fixed {
    left: 0;
    padding-bottom: 0;
  }

  body div#react-root div.dashboard section.main.report.attendees div.materialized.container.header div.search-container.fixed div.container {
    padding: 0 30px;
  }

  body div#react-root div.dashboard section.main.report.attendees div.fix-padding {
    height: 54px;
  }

  body div#react-root div.dashboard section.main.report.attendees a.btn-warning {
    margin-bottom: 15px;
    width: auto;
  }

  body div#react-root div.dashboard section.main.report.attendees a.btn-warning i.fa {
    margin-right: 10px;
  }

  body div#react-root div.dashboard section.main.report.attendees div.btn-group {
    margin-bottom: 15px;
  }

  body div#react-root div.dashboard section.main.report.attendees div.sort.container {
    background: transparent;
  }

  body div#react-root div.dashboard section.main.report.attendees div.items.container {
    margin: auto;
    padding: 0 15px;
    width: 720px;
  }

  body div#react-root div.dashboard section.main.report.attendees div.items.container div.materialized.container {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    margin-top: 15px;
    width: 720px;
  }

  body div#react-root div.dashboard section.main.report.attendees div.items.container div.materialized.container div.header.row {
    padding: 15px 95px;
  }

  body div#react-root div.dashboard section.main.report.attendees div.items.container div.materialized.container div.header.row a.active,
  body div#react-root div.dashboard section.main.report.attendees div.items.container div.materialized.container div.header.row a:hover {
    font-weight: 600;
    text-decoration: underline;
    text-underline-position: under;
  }

  body div#react-root div.dashboard section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item div.text-container p {
    padding: 0;
  }

  body div#react-root div.dashboard section.change-ticket-assignment div.materialized.container form div.guidance {
    padding-top: 40px;
  }

  body div#react-root div.dashboard section.seat-assignments div.materialized.container.header div.row:not(.actions) > div.capacity {
    text-align: center;
  }

  body div#react-root div.dashboard section.main.checkout div.new.order.container div.materialized a.simple {
    float: right;
  }

  body div#react-root div.dashboard section.main.checkout div.new.order.container div.cart.container div.materialized div.checkout.row > div:last-of-type button.checkout {
    clear: both;
    float: right;
    width: 220px;
  }

  body div#react-root div.dashboard section.main.checkout div.new.order.container div.cart.container div.materialized div.checkout.row > div:last-of-type button.checkout:not(:first-of-type) {
    margin-top: 5px;
  }

  body div.order.container div.materialized div.success-message a.btn-success {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  body div#react-root section.main div.bundle-option a.order,
  body div#react-root section.main div.gift-card-option a.order,
  body div#react-root section.main div.thing-option a.order {
    float: right;
  }

  body div#react-root section.main div.bundle-option div.col-12:nth-of-type(3),
  body div#react-root section.main div.gift-card-option div.col-12:nth-of-type(3),
  body div#react-root section.main div.thing-option div.col-12:nth-of-type(3) {
    display: block;
  }

  body div#react-root section.main.show-entity div.bundle-option div.col-12:nth-of-type(3),
  body div#react-root section.main.show-entity div.gift-card-option div.col-12:nth-of-type(3),
  body div#react-root section.main.show-entity div.thing-option div.col-12:nth-of-type(3) {
    display: block;
  }

  body div#react-root section.main.show-gift-cards div.actionable {
    padding: 0 15px;
  }

  body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.alert a.btn {
    width: auto;
  }

  body div#react-root div.dashboard section.attendees div.canvas div.row div.row > div,
  body div#react-root div.dashboard section.things div.canvas div.row div.row > div {
    padding: 0;
  }

  body div#react-root div.dashboard section.main.report.attendees div.items.container {
    width: 960px;
  }

  body div#react-root div.dashboard section.main.report.attendees div.items.container div.materialized.container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  body div#react-root div.dashboard section.main.report.attendees div.items.container {
    width: 1300px;
  }

  body div#react-root div.dashboard section.main.report.attendees div.items.container div.materialized.container {
    width: 1300px;
  }
}

/* Common, default styles for the notification box */

.s-alert-box,
.s-alert-box * {
  box-sizing: border-box;
}

.s-alert-box {
  position: fixed;
  background: rgba(42, 45, 50, 0.85);
  padding: 22px;
  line-height: 1.4;
  z-index: 1000;
  pointer-events: none;
  color: rgba(250, 251, 255, 0.95);
  font-size: 100%;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
  max-width: 300px;
  -webkit-transition: top .4s, bottom .4s;
  transition: top .4s, bottom .4s;
}

.s-alert-box.s-alert-show {
  pointer-events: auto;
}

.s-alert-box a {
  color: inherit;
  opacity: 0.7;
  font-weight: 700;
}

.s-alert-box a:hover,
.s-alert-box a:focus {
  opacity: 1;
}

.s-alert-box p {
  margin: 0;
}

.s-alert-box.s-alert-show,
.s-alert-box.s-alert-visible {
  pointer-events: auto;
}

.s-alert-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 4px;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.s-alert-close:hover,
.s-alert-close:focus {
  outline: none;
}

.s-alert-close::before,
.s-alert-close::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  left: 50%;
  background: #fff;
}

.s-alert-close:hover::before,
.s-alert-close:hover::after {
  background: #fff;
}

.s-alert-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.s-alert-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* positions */

.s-alert-bottom-left {
  top: auto;
  right: auto;
  bottom: 30px;
  left: 30px;
}

.s-alert-top-left {
  top: 30px;
  right: auto;
  bottom: auto;
  left: 30px;
}

.s-alert-top-right {
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto;
}

.s-alert-bottom-right {
  /*default*/
  top: auto;
  right: 30px;
  bottom: 30px;
  left: auto;
}

.s-alert-bottom {
  width: 100%;
  max-width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}

.s-alert-top {
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}

/* conditions */

.s-alert-info {
  background: #00A2D3;
  color: #fff;
}

.s-alert-success {
  background: #27AE60;
  color: #fff;
}

.s-alert-warning {
  background: #F1C40F;
  color: #fff;
}

.s-alert-error {
  background: #E74C3C;
  color: #fff;
}

[class^="s-alert-effect-"].s-alert-hide,
[class*=" s-alert-effect-"].s-alert-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

/* height measurement helper */

.s-alert-box-height {
  visibility: hidden;
  position: fixed;
}

/* Slide */

.s-alert-effect-slide .s-alert-close::before,
.s-alert-effect-slide .s-alert-close::after {
  background: #fff;
}

.s-alert-effect-slide .s-alert-close:hover::before,
.s-alert-effect-slide .s-alert-close:hover::after {
  background: #fff;
}

.s-alert-top-left.s-alert-effect-slide.s-alert-show,
.s-alert-bottom-left.s-alert-effect-slide.s-alert-show,
.s-alert-top.s-alert-effect-slide.s-alert-show,
.s-alert-bottom.s-alert-effect-slide.s-alert-show {
  -webkit-animation-name: animSlideElastic;
  animation-name: animSlideElastic;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* Generated with Bounce.js. Edit at http://goo.gl/akZHSq */

@-webkit-keyframes animSlideElastic {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
  }

  1.666667% {
    -webkit-transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1);
    transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1);
  }

  3.333333% {
    -webkit-transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1);
    transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1);
  }

  5% {
    -webkit-transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1);
    transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1);
  }

  6.666667% {
    -webkit-transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1);
    transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1);
  }

  8.333333% {
    -webkit-transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1);
    transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1);
  }

  10% {
    -webkit-transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1);
    transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1);
  }

  11.666667% {
    -webkit-transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1);
    transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1);
  }

  13.333333% {
    -webkit-transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1);
    transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1);
  }

  15% {
    -webkit-transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1);
    transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1);
  }

  16.666667% {
    -webkit-transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1);
    transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1);
  }

  18.333333% {
    -webkit-transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1);
    transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1);
  }

  20% {
    -webkit-transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1);
    transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1);
  }

  21.666667% {
    -webkit-transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1);
    transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1);
  }

  23.333333% {
    -webkit-transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1);
    transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1);
  }

  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1);
  }

  26.666667% {
    -webkit-transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1);
    transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1);
  }

  28.333333% {
    -webkit-transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1);
    transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1);
  }

  30% {
    -webkit-transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1);
    transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1);
  }

  31.666667% {
    -webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1);
    transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1);
  }

  33.333333% {
    -webkit-transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1);
    transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1);
  }

  35% {
    -webkit-transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1);
    transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1);
  }

  36.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1);
  }

  38.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1);
  }

  40% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1);
  }

  41.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1);
  }

  43.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1);
  }

  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1);
  }

  46.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1);
  }

  48.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1);
  }

  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1);
  }

  51.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1);
  }

  53.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1);
  }

  55% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1);
  }

  56.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1);
  }

  58.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1);
  }

  60% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1);
  }

  61.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1);
  }

  63.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1);
  }

  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1);
  }

  66.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1);
  }

  68.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1);
  }

  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1);
  }

  71.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1);
  }

  73.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1);
  }

  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1);
  }

  76.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1);
  }

  78.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1);
  }

  80% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1);
  }

  81.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1);
  }

  83.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1);
  }

  85% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1);
  }

  86.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1);
  }

  88.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1);
  }

  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
  }

  91.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
  }

  93.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
  }

  95% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1);
  }

  96.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
  }

  98.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animSlideElastic {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
  }

  1.666667% {
    -webkit-transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1);
    transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1);
  }

  3.333333% {
    -webkit-transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1);
    transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1);
  }

  5% {
    -webkit-transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1);
    transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1);
  }

  6.666667% {
    -webkit-transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1);
    transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1);
  }

  8.333333% {
    -webkit-transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1);
    transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1);
  }

  10% {
    -webkit-transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1);
    transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1);
  }

  11.666667% {
    -webkit-transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1);
    transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1);
  }

  13.333333% {
    -webkit-transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1);
    transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1);
  }

  15% {
    -webkit-transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1);
    transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1);
  }

  16.666667% {
    -webkit-transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1);
    transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1);
  }

  18.333333% {
    -webkit-transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1);
    transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1);
  }

  20% {
    -webkit-transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1);
    transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1);
  }

  21.666667% {
    -webkit-transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1);
    transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1);
  }

  23.333333% {
    -webkit-transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1);
    transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1);
  }

  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1);
  }

  26.666667% {
    -webkit-transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1);
    transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1);
  }

  28.333333% {
    -webkit-transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1);
    transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1);
  }

  30% {
    -webkit-transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1);
    transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1);
  }

  31.666667% {
    -webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1);
    transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1);
  }

  33.333333% {
    -webkit-transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1);
    transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1);
  }

  35% {
    -webkit-transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1);
    transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1);
  }

  36.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1);
  }

  38.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1);
  }

  40% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1);
  }

  41.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1);
  }

  43.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1);
  }

  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1);
  }

  46.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1);
  }

  48.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1);
  }

  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1);
  }

  51.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1);
  }

  53.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1);
  }

  55% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1);
  }

  56.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1);
  }

  58.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1);
  }

  60% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1);
  }

  61.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1);
  }

  63.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1);
  }

  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1);
  }

  66.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1);
  }

  68.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1);
  }

  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1);
  }

  71.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1);
  }

  73.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1);
  }

  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1);
  }

  76.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1);
  }

  78.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1);
  }

  80% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1);
  }

  81.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1);
  }

  83.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1);
  }

  85% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1);
  }

  86.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1);
  }

  88.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1);
  }

  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
  }

  91.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
  }

  93.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
  }

  95% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1);
  }

  96.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
  }

  98.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.s-alert-top-right.s-alert-effect-slide.s-alert-show,
.s-alert-bottom-right.s-alert-effect-slide.s-alert-show {
  -webkit-animation-name: animSlideElasticRight;
  animation-name: animSlideElasticRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* Generated with Bounce.js. Edit at http://goo.gl/tf9GOc */

@-webkit-keyframes animSlideElasticRight {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 0, 0, 1);
  }

  3.333333% {
    -webkit-transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 521.82545, 0, 0, 1);
    transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 521.82545, 0, 0, 1);
  }

  6.666667% {
    -webkit-transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 218.3238, 0, 0, 1);
    transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 218.3238, 0, 0, 1);
  }

  10% {
    -webkit-transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 57.59273, 0, 0, 1);
    transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 57.59273, 0, 0, 1);
  }

  13.333333% {
    -webkit-transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.12794, 0, 0, 1);
    transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.12794, 0, 0, 1);
  }

  16.666667% {
    -webkit-transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30.40503, 0, 0, 1);
    transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30.40503, 0, 0, 1);
  }

  20% {
    -webkit-transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -28.10141, 0, 0, 1);
    transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -28.10141, 0, 0, 1);
  }

  23.333333% {
    -webkit-transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -19.40752, 0, 0, 1);
    transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -19.40752, 0, 0, 1);
  }

  26.666667% {
    -webkit-transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.08575, 0, 0, 1);
    transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.08575, 0, 0, 1);
  }

  30% {
    -webkit-transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.23737, 0, 0, 1);
    transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.23737, 0, 0, 1);
  }

  33.333333% {
    -webkit-transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.84893, 0, 0, 1);
    transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.84893, 0, 0, 1);
  }

  36.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22079, 0, 0, 1);
  }

  40% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.37284, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.37284, 0, 0, 1);
  }

  43.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.46116, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.46116, 0, 0, 1);
  }

  46.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.35963, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.35963, 0, 0, 1);
  }

  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22487, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22487, 0, 0, 1);
  }

  53.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.11734, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.11734, 0, 0, 1);
  }

  56.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.04909, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.04909, 0, 0, 1);
  }

  60% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.01295, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.01295, 0, 0, 1);
  }

  63.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0025, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0025, 0, 0, 1);
  }

  66.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00684, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00684, 0, 0, 1);
  }

  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00632, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00632, 0, 0, 1);
  }

  73.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00436, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00436, 0, 0, 1);
  }

  76.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00249, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00249, 0, 0, 1);
  }

  80% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00118, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00118, 0, 0, 1);
  }

  83.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00042, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00042, 0, 0, 1);
  }

  86.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00005, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00005, 0, 0, 1);
  }

  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00008, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00008, 0, 0, 1);
  }

  93.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0001, 0, 0, 1);
  }

  96.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00008, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00008, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animSlideElasticRight {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 0, 0, 1);
  }

  3.333333% {
    -webkit-transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 521.82545, 0, 0, 1);
    transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 521.82545, 0, 0, 1);
  }

  6.666667% {
    -webkit-transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 218.3238, 0, 0, 1);
    transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 218.3238, 0, 0, 1);
  }

  10% {
    -webkit-transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 57.59273, 0, 0, 1);
    transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 57.59273, 0, 0, 1);
  }

  13.333333% {
    -webkit-transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.12794, 0, 0, 1);
    transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.12794, 0, 0, 1);
  }

  16.666667% {
    -webkit-transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30.40503, 0, 0, 1);
    transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30.40503, 0, 0, 1);
  }

  20% {
    -webkit-transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -28.10141, 0, 0, 1);
    transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -28.10141, 0, 0, 1);
  }

  23.333333% {
    -webkit-transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -19.40752, 0, 0, 1);
    transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -19.40752, 0, 0, 1);
  }

  26.666667% {
    -webkit-transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.08575, 0, 0, 1);
    transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.08575, 0, 0, 1);
  }

  30% {
    -webkit-transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.23737, 0, 0, 1);
    transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.23737, 0, 0, 1);
  }

  33.333333% {
    -webkit-transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.84893, 0, 0, 1);
    transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.84893, 0, 0, 1);
  }

  36.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22079, 0, 0, 1);
  }

  40% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.37284, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.37284, 0, 0, 1);
  }

  43.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.46116, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.46116, 0, 0, 1);
  }

  46.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.35963, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.35963, 0, 0, 1);
  }

  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22487, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22487, 0, 0, 1);
  }

  53.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.11734, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.11734, 0, 0, 1);
  }

  56.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.04909, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.04909, 0, 0, 1);
  }

  60% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.01295, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.01295, 0, 0, 1);
  }

  63.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0025, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0025, 0, 0, 1);
  }

  66.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00684, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00684, 0, 0, 1);
  }

  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00632, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00632, 0, 0, 1);
  }

  73.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00436, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00436, 0, 0, 1);
  }

  76.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00249, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00249, 0, 0, 1);
  }

  80% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00118, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00118, 0, 0, 1);
  }

  83.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00042, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00042, 0, 0, 1);
  }

  86.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00005, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00005, 0, 0, 1);
  }

  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00008, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00008, 0, 0, 1);
  }

  93.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0001, 0, 0, 1);
  }

  96.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00008, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00008, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.s-alert-top-left.s-alert-effect-slide.s-alert-hide,
.s-alert-bottom-left.s-alert-effect-slide.s-alert-hide,
.s-alert-top.s-alert-effect-slide.s-alert-hide,
.s-alert-bottom.s-alert-effect-slide.s-alert-hide {
  -webkit-animation-name: animSlide;
  animation-name: animSlide;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

@-webkit-keyframes animSlide {
  0% {
    -webkit-transform: translate3d(-30px, 0, 0) translate3d(-100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes animSlide {
  0% {
    -webkit-transform: translate3d(-30px, 0, 0) translate3d(-100%, 0, 0);
    transform: translate3d(-30px, 0, 0) translate3d(-100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.s-alert-top-right.s-alert-effect-slide.s-alert-hide,
.s-alert-bottom-right.s-alert-effect-slide.s-alert-hide,
.s-alert-top-right.s-alert-effect-slide.s-alert-hide,
.s-alert-bottom-right.s-alert-effect-slide.s-alert-hide {
  -webkit-animation-name: animSlideRight;
  animation-name: animSlideRight;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

@-webkit-keyframes animSlideRight {
  0% {
    -webkit-transform: translate3d(30px, 0, 0) translate3d(100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes animSlideRight {
  0% {
    -webkit-transform: translate3d(30px, 0, 0) translate3d(100%, 0, 0);
    transform: translate3d(30px, 0, 0) translate3d(100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

div.s-alert-box {
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  max-width: none;
  width: calc(100% - 30px);
  z-index: 9999;
}

div.s-alert-box div.s-alert-box-inner {
  width: 100%;
}

div.s-alert-box div.s-alert-box-inner i span.message {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 15px;
}

div.s-alert-box span.s-alert-close {
  right: 8px;
  top: 8px;
}

div.s-alert-box.s-alert-error {
  background: #bf0101;
}

div.s-alert-box.s-alert-info {
  background: #7558c7;
}

div.s-alert-box.s-alert-success {
  background: #019901;
}

div.s-alert-box.s-alert-warning {
  background: #ffac3b;
}

@media (min-width: 576px) {
  div.s-alert-box {
    width: 320px;
  }
}

div.cart.container {
  overflow: hidden;
  padding-bottom: 15px;
}

div.cart.container div.materialized div.row {
  margin: 0;
}

div.cart.container div.materialized div.row.empty {
  border-radius: 4px;
}

div.cart.container div.materialized div.row:not(.empty) {
  padding: 15px 0;
}

div.cart.container div.materialized div.row.cart-headings {
  border-radius: 4px 4px 0 0;
  background: #3174ad;
  padding: 0;
}

div.cart.container div.materialized div.row.cart-headings div {
  color: white;
  padding: 15px;
}

div.cart.container div.materialized div.row.cart-headings div:last-of-type {
  text-align: right;
}

div.cart.container div.materialized > div:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

div.cart.container div.materialized select {
  display: inline-block;
  width: 68px;
}

div.cart.container div.materialized p.subtotal {
  font-weight: 600;
  text-decoration: overline;
}

div.cart.container div.materialized div.discount p.subtotal {
  text-decoration: none;
}

div.cart.container div.materialized a.remove-charge,
div.cart.container div.materialized a.remove-credit,
div.cart.container div.materialized a.remove-discount {
  color: #3174ad;
  font-size: 0.8rem;
}

div.cart.container div.materialized div.selection-item div.thing-header.row {
  background: #3174ad;
  color: white;
}

div.cart.container div.materialized div.selection-item div.thing-header.row p.title {
  font-size: 1.2rem;
}

div.cart.container div.materialized div.selection-item div.thing-header.row p.title span.subtitle {
  font-size: 0.8rem;
}

div.cart.container div.materialized div.selection-item div.row:not(.thing-header) {
  padding: 0;
}

div.cart.container div.materialized div.selection-item div.row:not(.thing-header) p:not(.charge-description) {
  line-height: 38px;
}

div.cart.container div.materialized div.selection-item div.credit.row {
  padding-bottom: 1rem;
}

div.cart.container div.materialized div.selection-item div.credit.row p a {
  font-size: 0.8rem;
}

div.cart.container div.materialized div.selection-item div.selection-bundle.row,
div.cart.container div.materialized div.selection-item div.selection-details.row {
  padding: 1rem 0;
}

div.cart.container div.materialized div.selection-item div.selection-bundle.row p a,
div.cart.container div.materialized div.selection-item div.selection-details.row p a {
  color: #3174ad;
  font-size: 0.8rem;
}

div.cart.container div.materialized div.selection-item div.selection-bundle.row p.credit-label,
div.cart.container div.materialized div.selection-item div.selection-bundle.row p.seat,
div.cart.container div.materialized div.selection-item div.selection-details.row p.credit-label,
div.cart.container div.materialized div.selection-item div.selection-details.row p.seat {
  font-weight: 600;
}

div.cart.container div.materialized div.selection-item div.selection-bundle.row div.one-container,
div.cart.container div.materialized div.selection-item div.selection-details.row div.one-container {
  margin-left: auto;
  width: 68px;
}

div.cart.container div.materialized div.selection-item div.selection-bundle.row {
  padding-top: 0;
}

div.cart.container div.materialized div.selection-item div.selection-thing-footer {
  border-top: 1px solid #ddd;
  padding-top: 1rem;
}

div.cart.container div.materialized div.selection-item div.selection-thing-footer div.row {
  padding-bottom: 1rem;
}

div.cart.container div.materialized div.selection-item div.selection-thing-footer div.row.discount span.code {
  font-weight: 600;
}

div.cart.container div.materialized div.selection-item div.selection-thing-footer div.row.discount span.description {
  margin-left: 1rem;
}

div.cart.container div.materialized div.selection-item:nth-of-type(2) div.thing-header.row {
  border-radius: 4px 4px 0 0;
}

div.cart.container div.materialized div.global-inputs {
  background: #f4f5f6;
}

div.cart.container div.materialized div.global-charges {
  background: #f4f5f6;
}

div.cart.container div.materialized div.global-charges div.global.charge.row {
  padding: 0 0 1rem;
}

div.cart.container div.materialized div.global-charges div.global.charge.row select {
  margin-bottom: 0;
}

div.cart.container div.materialized div.global-charges div.global.charge.row p:not(.charge-description) {
  line-height: 38px;
}

div.cart.container div.materialized div.global-charges div.global.charge.row:first-of-type {
  padding-top: 1rem;
}

div.cart.container div.materialized table.table.table-bordered thead {
  background: #3174ad;
  color: white;
}

div.cart.container div.materialized table.table.table-bordered thead p {
  margin-bottom: 0;
}

div.cart.container div.materialized div.totals.row table.inputs.table.table-bordered {
  margin: 0;
  width: 100%;
}

div.cart.container div.materialized div.totals.row table.inputs.table.table-bordered tr.question td {
  border-bottom: 1px solid #f4f5f6;
  padding-bottom: 0;
}

div.cart.container div.materialized div.totals.row table.inputs.table.table-bordered tr.answer td {
  padding-top: 0;
}

div.cart.container div.materialized div.totals.row table.inputs.table.table-bordered th a.change-input,
div.cart.container div.materialized div.totals.row table.inputs.table.table-bordered td a.change-input {
  color: #3174ad;
}

div.cart.container div.materialized div.totals.row table.inputs.table.table-bordered td p.input-label {
  padding: 7px 0;
  position: relative;
}

div.cart.container div.materialized div.totals.row table.inputs.table.table-bordered td p.input-label span.designation {
  display: block;
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

div.cart.container div.materialized div.totals.row table {
  width: 100%;
}

div.cart.container div.materialized div.totals.row table.line-items td {
  line-height: 24px;
}

div.cart.container div.materialized div.totals.row table.line-items td span.label {
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin-right: 1rem;
  text-transform: uppercase;
}

div.cart.container div.materialized div.totals.row table.line-items td span.total {
  font-weight: 600;
  text-decoration: overline;
}

div.cart.container div.materialized div.totals.row table.line-items td:last-of-type {
  text-align: right;
  width: 20%;
}

div.cart.container div.materialized div.totals.row table.discount-form {
  margin: 1rem 0;
}

div.cart.container div.materialized div.totals.row table.discount-form thead {
  background: #3174ad;
  color: white;
}

div.cart.container div.materialized div.totals.row table.discount-form thead p {
  margin-bottom: 0;
}

div.cart.container div.materialized div.totals.row table.discount-form tbody {
  background: #f4f5f6;
}

div.cart.container div.materialized div.totals.row table.discount-form tbody input {
  width: 100%;
}

div.cart.container div.materialized div.totals.row table.discount-form tbody a.remove-discount {
  color: #3174ad;
  font-size: 0.8rem;
}

div.cart.container div.materialized div.totals.row table.discount-form tbody p.code {
  font-weight: 600;
}

div.cart.container div.materialized div.totals.row table.discount-form tbody p.description {
  font-weight: 300;
  font-size: 0.8rem;
  margin-top: 0.4rem;
}

div.cart.container div.materialized div.totals.row table.discount-form th,
div.cart.container div.materialized div.totals.row table.discount-form td {
  border-color: white;
}

div.cart.container div.materialized div.checkout.row table {
  margin-bottom: 15px;
}

div.cart.container div.materialized div.checkout.row button {
  width: 100%;
}

div.cart.container div.materialized div.checkout.row .continue-shopping {
  margin-top: 1rem;
  width: 100%;
}

div.cart.container div.materialized div.checkout.row p.terms-disclaimer {
  color: #a4a5a6;
  font-size: 0.6rem;
  margin-top: 15px;
}

div.cart.container div.materialized div.checkout.row button.loading.checkout {
  background: white;
  border: none;
  cursor: pointer;
}

div.cart.container div.materialized div.checkout.row div:last-of-type div.alert {
  margin-bottom: 0;
  text-align: left;
}

div.cart.container div.materialized div.checkout.row div:last-of-type div.alert a {
  color: #3174ad;
}

div.cart.container div.materialized table.cart-account thead,
div.cart.container div.materialized table.cart-user thead {
  background: #3174ad;
  color: white;
}

div.cart.container div.materialized table.cart-account thead p,
div.cart.container div.materialized table.cart-user thead p {
  margin-bottom: 0;
}

div.cart.container div.materialized table.cart-account p.status,
div.cart.container div.materialized table.cart-user p.status {
  font-size: 0.8rem;
}

div.cart.container div.materialized table.cart-account p.status a,
div.cart.container div.materialized table.cart-user p.status a {
  color: #3174ad;
  float: right;
}

div.cart.container div.materialized table.cart-account div.form-check,
div.cart.container div.materialized table.cart-user div.form-check {
  margin: 0;
}

div.cart.container div.materialized table.cart-account td.form-container,
div.cart.container div.materialized table.cart-user td.form-container {
  padding-bottom: 0;
}

div.cart.container div.materialized table.cart-account td.form-container form.account input,
div.cart.container div.materialized table.cart-account td.form-container form.account select,
div.cart.container div.materialized table.cart-user td.form-container form.account input,
div.cart.container div.materialized table.cart-user td.form-container form.account select {
  display: inline-block;
  margin-bottom: 15px;
}

div.cart.container div.materialized table.cart-account td.form-container form.account input.invalid,
div.cart.container div.materialized table.cart-account td.form-container form.account select.invalid,
div.cart.container div.materialized table.cart-user td.form-container form.account input.invalid,
div.cart.container div.materialized table.cart-user td.form-container form.account select.invalid {
  border-color: #bf0101;
}

div.cart.container div.materialized table.cart-account td.form-container form.account select,
div.cart.container div.materialized table.cart-user td.form-container form.account select {
  height: 40px;
  width: 100%;
}

div.cart.container div.materialized table.cart-account td.form-container form.account div.spacer,
div.cart.container div.materialized table.cart-user td.form-container form.account div.spacer {
  font-size: 0.8rem;
  height: 38px;
  line-height: 38px;
  margin-bottom: 15px;
}

div.cart.container div.materialized table.cart-account td.form-container form.account div.spacer div.loading-bars,
div.cart.container div.materialized table.cart-user td.form-container form.account div.spacer div.loading-bars {
  padding-top: 0;
}

div.cart.container div.materialized table.cart-account td.form-container form.account button[type="submit"],
div.cart.container div.materialized table.cart-user td.form-container form.account button[type="submit"] {
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
  width: 100%;
}

div.cart.container div.materialized table.cart-account td.selected-patron,
div.cart.container div.materialized table.cart-user td.selected-patron {
  font-size: 0.8rem;
}

div.modal-body table.cart-account thead {
  display: none;
}

div.modal-body table.cart-account tbody {
  background-color: white;
}

div.modal-body table.cart-account tbody td {
  padding-left: 0;
  padding-right: 0;
}

div.modal-body table.cart-account p.status {
  font-size: 0.8rem;
}

div.modal-body table.cart-account p.status a {
  margin-left: 1rem;
}

div.modal-body table.cart-account td.form-container {
  padding-top: 0;
}

div.modal-body table.cart-account td.form-container form.account input,
div.modal-body table.cart-account td.form-container form.account select {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  div.cart.container div.materialized table.cart-account td.form-container form.account input.split,
  div.cart.container div.materialized table.cart-account td.form-container form.account select.split,
  div.cart.container div.materialized table.cart-user td.form-container form.account input.split,
  div.cart.container div.materialized table.cart-user td.form-container form.account select.split {
    margin-right: 15px;
    width: calc(50% - 50px);
  }

  div.cart.container div.materialized table.cart-account td.form-container form.account input[name="password"].phone-required,
  div.cart.container div.materialized table.cart-user td.form-container form.account input[name="password"].phone-required {
    margin-right: 15px;
    width: calc(50% - 15px);
  }

  div.cart.container div.materialized table.cart-account td.form-container form.account input[name="phone"],
  div.cart.container div.materialized table.cart-user td.form-container form.account input[name="phone"] {
    width: calc(50%);
  }

  div.cart.container div.materialized table.cart-account td.form-container form.account select[name="address.state"],
  div.cart.container div.materialized table.cart-user td.form-container form.account select[name="address.state"] {
    width: calc(27%);
  }

  div.cart.container div.materialized table.cart-account td.form-container form.account input[name="address.zip"],
  div.cart.container div.materialized table.cart-user td.form-container form.account input[name="address.zip"] {
    margin-right: 0;
    width: calc(23% - 30px);
  }

  div.cart.container div.materialized table.cart-account td.form-container form.account.with-phone input[name="address.city"],
  div.cart.container div.materialized table.cart-user td.form-container form.account.with-phone input[name="address.city"] {
    width: 50%;
  }

  div.cart.container div.materialized table.cart-account td.form-container form.account.without-phone input[name="address.city"],
  div.cart.container div.materialized table.cart-user td.form-container form.account.without-phone input[name="address.city"] {
    width: calc(50% - 85px);
  }

  div.cart.container div.materialized table.cart-account td.form-container form.account input:last-of-type,
  div.cart.container div.materialized table.cart-user td.form-container form.account input:last-of-type {
    margin-right: 15px;
  }

  div.cart.container div.materialized table.cart-account td.form-container form.account input:last-of-type:not(.split),
  div.cart.container div.materialized table.cart-user td.form-container form.account input:last-of-type:not(.split) {
    width: calc(100% - 70px - 15px);
  }

  div.cart.container div.materialized table.cart-account td.form-container form.account button[type="submit"],
  div.cart.container div.materialized table.cart-user td.form-container form.account button[type="submit"] {
    margin-bottom: 0;
    width: 70px;
  }

  div.cart.container div.materialized table.cart-user td.form-container form.account input[name="address.zip"] {
    margin-right: 0;
    width: calc(23% + 20px);
  }

  div.cart.container div.materialized table.cart-user td.form-container form.account input:last-of-type {
    margin-right: 0;
  }

  div.cart.container div.materialized table.cart-user td.form-container form.account input:last-of-type:not(.split) {
    width: 100%;
  }

  div.cart.container div.materialized table.cart-user td.form-container form.account button[type="submit"] {
    width: 100%;
  }
}

@media (min-width: 768px) {
  div.cart.container div.materialized div.cart-headings.row > div > p {
    margin-bottom: 0;
  }

  div.cart.container div.materialized p.subtotal {
    text-decoration: none;
  }

  div.cart.container div.materialized div.charge.row select,
  div.cart.container div.materialized div.credit.row select {
    float: right;
  }

  div.cart.container div.materialized div.selection-item div.thing-header.row {
    background: #f4f5f6;
    color: #292b2c;
  }

  div.cart.container div.materialized div.selection-item div.selection-bundle.row div.one-container,
  div.cart.container div.materialized div.selection-item div.selection-details.row div.one-container {
    margin-left: 0;
  }

  div.cart.container div.materialized div.totals.row table:not(.cart-account) {
    margin-left: 20%;
    width: 80%;
  }

  div.cart.container div.materialized div.checkout.row table.cart-account,
  div.cart.container div.materialized div.checkout.row table.cart-user {
    margin-bottom: 0;
  }

  div.cart.container div.materialized div.checkout.row button.checkout,
  div.cart.container div.materialized div.checkout.row a.continue-shopping {
    margin-left: 20%;
    width: 80%;
  }

  div.cart.container div.materialized div.checkout.row div:last-of-type {
    position: relative;
  }

  div.cart.container div.materialized div.checkout.row div:last-of-type p.terms-disclaimer {
    position: absolute;
    bottom: 0;
    font-size: 0.6rem;
    margin-top: 0;
    right: 15px;
  }

  div.cart.container div.materialized table.cart-user td.form-container form.account input[name="address.city"] {
    margin-right: 0;
    width: 100%;
  }

  div.cart.container div.materialized table.cart-user td.form-container form.account select[name="address.state"] {
    width: calc(50% - 15px);
  }

  div.cart.container div.materialized table.cart-user td.form-container form.account input[name="address.zip"] {
    width: 50%;
  }

  div.cart.container div.materialized table.cart-user td.form-container form.account button[type="submit"] {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  div.cart.container div.materialized table.cart-user td.form-container form.account input.split,
  div.cart.container div.materialized table.cart-user td.form-container form.account select.split {
    margin-right: 15px;
    width: calc(50% - 50px);
  }

  div.cart.container div.materialized table.cart-user td.form-container form.account select[name="address.state"] {
    width: calc(27%);
  }

  div.cart.container div.materialized table.cart-user td.form-container form.account input[name="address.zip"] {
    margin-right: 0;
    width: calc(23% + 20px);
  }

  div.cart.container div.materialized div.totals.row table:not(.cart-account) {
    margin-left: 30%;
    width: 70%;
  }

  div.cart.container div.materialized div.totals.row a.continue-shopping {
    margin-left: 30%;
    width: 70%;
  }

  div.cart.container div.materialized div.checkout.row button.checkout,
  div.cart.container div.materialized div.checkout.row a.continue-shopping {
    margin-left: 30%;
    width: 70%;
  }
}

@media (min-width: 1200px) {
  div.cart.container div.materialized div.totals.row table:not(.cart-account) {
    margin-left: 40%;
    width: 60%;
  }

  div.cart.container div.materialized div.totals.row a.continue-shopping {
    margin-left: 40%;
    width: 60%;
  }

  div.cart.container div.materialized div.checkout.row button.checkout,
  div.cart.container div.materialized div.checkout.row a.continue-shopping {
    margin-left: 40%;
    width: 60%;
  }
}

.Loading {
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.loading-bar {
  display: inline-block;
  width: 3px;
  height: 10px;
  margin-right: 3px;
  animation: loading 0.9s ease-in-out infinite;
}

.loading-bar:nth-child(1) {
  background-color: #bf0101;
}

.loading-bar:nth-child(2) {
  background-color: #3174ad;
  animation-delay: .1s;
}

.loading-bar:nth-child(3) {
  background-color: #019901;
  animation-delay: .2s;
}

.loading-bar:nth-child(4) {
  background-color: #ffac3b;
  animation-delay: .3s;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1, 2.2);
  }

  40% {
    transform: scale(1);
  }
}

.Login label {
  display: block;
}

div.gift-card-selection-prompt input.error,
div.gift-card-selection-prompt select.error {
  border: 1px solid #bf0101;
}

div.gift-card-selection-prompt select.form-control {
  width: 100%;
}

div.bundle-selection-prompt table.bundle,
div.bundle-selection-prompt table.charges,
div.cart-selection-prompt table.bundle,
div.cart-selection-prompt table.charges {
  margin-top: 1rem;
}

div.bundle-selection-prompt table.bundle p,
div.bundle-selection-prompt table.charges p,
div.cart-selection-prompt table.bundle p,
div.cart-selection-prompt table.charges p {
  padding: 7px 0;
}

div.bundle-selection-prompt table.bundle select,
div.bundle-selection-prompt table.charges select,
div.cart-selection-prompt table.bundle select,
div.cart-selection-prompt table.charges select {
  width: 68px;
}

div.bundle-selection-prompt table.bundle thead tr > th,
div.bundle-selection-prompt table.charges thead tr > th,
div.cart-selection-prompt table.bundle thead tr > th,
div.cart-selection-prompt table.charges thead tr > th {
  padding: 1rem 0;
}

div.bundle-selection-prompt table.bundle thead tr > th:not(:first-of-type),
div.bundle-selection-prompt table.charges thead tr > th:not(:first-of-type),
div.cart-selection-prompt table.bundle thead tr > th:not(:first-of-type),
div.cart-selection-prompt table.charges thead tr > th:not(:first-of-type) {
  padding-left: 1rem;
  text-align: right;
  width: 20%;
}

div.bundle-selection-prompt table.bundle tbody tr td,
div.bundle-selection-prompt table.charges tbody tr td,
div.cart-selection-prompt table.bundle tbody tr td,
div.cart-selection-prompt table.charges tbody tr td {
  padding: 1rem 0;
}

div.bundle-selection-prompt table.bundle tbody tr td:not(:first-of-type),
div.bundle-selection-prompt table.charges tbody tr td:not(:first-of-type),
div.cart-selection-prompt table.bundle tbody tr td:not(:first-of-type),
div.cart-selection-prompt table.charges tbody tr td:not(:first-of-type) {
  padding-left: 1rem;
  text-align: right;
}

div.bundle-selection-prompt table.bundle tbody tr td a.remove-selection,
div.bundle-selection-prompt table.charges tbody tr td a.remove-selection,
div.cart-selection-prompt table.bundle tbody tr td a.remove-selection,
div.cart-selection-prompt table.charges tbody tr td a.remove-selection {
  color: #3174ad;
  font-size: 0.8rem;
}

div.bundle-selection-prompt table.bundle tbody tr:not(:first-of-type) td,
div.bundle-selection-prompt table.charges tbody tr:not(:first-of-type) td,
div.cart-selection-prompt table.bundle tbody tr:not(:first-of-type) td,
div.cart-selection-prompt table.charges tbody tr:not(:first-of-type) td {
  border-top: 0;
  padding-top: 0;
}

div.bundle-selection-prompt div.inputs.container div.input.row,
div.cart-selection-prompt div.inputs.container div.input.row {
  margin: 0 -30px 1rem;
  padding: 0 0 1rem;
}

div.bundle-selection-prompt div.inputs.container div.input.row:not(:last-of-type),
div.cart-selection-prompt div.inputs.container div.input.row:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

div.bundle-selection-prompt div.inputs.container div.input.row input,
div.bundle-selection-prompt div.inputs.container div.input.row textarea,
div.cart-selection-prompt div.inputs.container div.input.row input,
div.cart-selection-prompt div.inputs.container div.input.row textarea {
  border-color: #ddd;
  display: block;
  margin-top: 1rem;
  width: 100%;
}

div.bundle-selection-prompt div.inputs.container div.input.row input[type="text"],
div.cart-selection-prompt div.inputs.container div.input.row input[type="text"] {
  line-height: 38px;
  padding: 0 10px;
}

div.bundle-selection-prompt div.inputs.container div.input.row textarea,
div.cart-selection-prompt div.inputs.container div.input.row textarea {
  line-height: 1.5;
  padding: 10px;
}

div.bundle-selection-prompt div.inputs.container div.input.row p.input-label,
div.cart-selection-prompt div.inputs.container div.input.row p.input-label {
  padding: 7px 0;
  position: relative;
}

div.bundle-selection-prompt div.inputs.container div.input.row p.input-label span.designation,
div.cart-selection-prompt div.inputs.container div.input.row p.input-label span.designation {
  display: block;
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

div.offerings-availability div.modal-body {
  padding: 0;
}

div.offerings-availability div.modal-body div.alert,
div.offerings-availability div.modal-body table {
  font-size: 0.8rem;
  margin-bottom: 0;
}

div.offerings-availability div.modal-body div.alert td,
div.offerings-availability div.modal-body div.alert th,
div.offerings-availability div.modal-body table td,
div.offerings-availability div.modal-body table th {
  padding: 15px;
}

div.offerings-availability div.modal-body div.alert thead > tr > th,
div.offerings-availability div.modal-body table thead > tr > th {
  border-bottom: 1px;
  border-top: 0;
}

div.repeat-thing div.redundant-thing.row {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 15px;
}

@media (min-width: 576px) {
  div.cart-selection-prompt div.inputs.container div.input.row input,
  div.cart-selection-prompt div.inputs.container div.input.row textarea {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .modal-xl {
    max-width: 1200px;
    width: 90%;
  }

  div.gift-card-selection-prompt select.form-control {
    width: 50%;
  }
}

div.order {
  padding: 1rem;
}

div.order div.simple-terminal.details {
  line-height: 2;
}

div.order div.tickets div.thing div.instructions h4 {
  text-decoration: underline;
}

div.order div.tickets div.thing div.ticket {
  margin: 0 auto 0;
}

div.order div.tickets div.thing div.materialized.ad-image {
  display: inline-block;
  overflow: hidden;
}

div.order div.tickets div.thing div.materialized.ad-image img {
  width: 100%;
}

div.order div.tickets div.thing > div:not(:first-of-type) {
  margin-top: 1rem;
}

.page-header {
  margin-top: 0px;
}

.page-header h4 {
  margin-top: 7px;
}

@media screen and (min-width: 768px) {
  .page-header {
    margin-top: 20px;
  }
}

div.chart-legend div.legend-key {
  display: inline-block;
  font-size: 0.8rem;
  margin-left: 15px;
  margin-bottom: 15px;
}

div.chart-legend div.legend-key div {
  display: inline-block;
}

div.chart-legend div.legend-key div.square {
  margin-right: 5px;
  height: 20px;
  width: 20px;
  vertical-align: bottom;
}

div.chart-legend div.legend-key div.square.available {
  background-color: #3174ad;
}

div.chart-legend div.legend-key div.square.accessible {
  background-color: #7badd6;
}

div.chart-legend div.legend-key div.square.selected {
  background-color: #019901;
}

div.chart-legend div.legend-key div.square.reserved {
  background-color: #d4d5d6;
}

div.chart-legend div.legend-key div.square.chosen {
  background-color: #ffac3b;
}

table.selections {
  border: 1px solid #ddd;
  margin-top: 15px;
}

table.selections thead,
table.selections tbody,
table.selections tr,
table.selections th,
table.selections td {
  border: 1px solid white;
}

table.selections thead tr {
  background: #f4f5f6;
}

table.selections tbody tr i.fa {
  margin-right: 10px;
}

table.selections tbody tr:not(.guidance) {
  color: white;
}

table.selections tbody tr:not(.guidance).current {
  background: #ffac3b;
}

table.selections tbody tr:not(.guidance).assigned,
table.selections tbody tr:not(.guidance).new {
  background: #019901;
}

table.selections tbody tr:not(.guidance).empty {
  background: #7558c7;
}

div.reserved-seating.row {
  padding: 0;
}

div.reserved-seating.row:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

div.reserved-seating.row div.seating-chart {
  border-bottom: 1px solid #ddd;
  padding: 0;
}

div.reserved-seating.row div.seating-chart svg#chart {
  display: block;
  height: 100%;
  margin: auto;
  width: 100%;
}

div.reserved-seating.row div.seating-chart svg#chart rect {
  cursor: pointer;
  fill: #3174ad;
}

div.reserved-seating.row div.seating-chart svg#chart rect.accessible {
  fill: #7badd6;
}

div.reserved-seating.row div.seating-chart svg#chart rect.companion {
  fill: #7badd6;
}

div.reserved-seating.row div.seating-chart svg#chart rect.reserved {
  cursor: default;
  fill: #d4d5d6;
}

div.reserved-seating.row div.seating-chart svg#chart rect.reserved:hover {
  fill: #d4d5d6;
}

div.reserved-seating.row div.seating-chart svg#chart rect.chosen {
  fill: #ffac3b;
}

div.reserved-seating.row div.seating-chart svg#chart rect.chosen:hover {
  fill: #ffac3b;
}

div.reserved-seating.row div.seating-chart svg#chart rect.selected {
  fill: #019901;
}

div.reserved-seating.row div.seating-chart svg#chart rect.selected:hover {
  fill: #019901;
}

div.reserved-seating.row div.seating-chart svg#chart rect.overlay {
  fill: none;
  pointer-events: all;
}

div.reserved-seating.row div.seating-chart svg#chart rect.selection-rect {
  fill: rgba(0, 123, 255, 0.15);
  stroke: rgba(0, 123, 255, 0.8);
  stroke-width: 1;
  pointer-events: none;
}

div.reserved-seating.row div.seating-chart svg#chart rect.grid {
  cursor: default;
  fill: url(#chartGrid) !important;
  pointer-events: none;
}

div.reserved-seating.row div.seating-chart svg#chart rect.suppressed {
  opacity: 0.1;
}

div.reserved-seating.row div.seating-chart svg#chart.managed rect.reserved {
  cursor: pointer;
}

div.reserved-seating.row div.seating-chart svg#chart text.accessible {
  cursor: pointer;
}

div.reserved-seating.row div.seating-chart svg#chart text.chart-label {
  cursor: pointer;
  user-select: none;
  pointer-events: all;
}

div.reserved-seating.row div.seating-chart svg#chart text.chart-label.selected {
  fill: #019901;
}

div.reserved-seating.row div.chart-assignment div.chart-legend {
  margin-bottom: -15px;
}

div.reserved-seating.row div.chart-assignment button {
  margin-bottom: 15px;
}

div.reserved-seating.row div.chart-assignment,
div.reserved-seating.row div.chart-controls {
  padding-bottom: 30px;
  padding-top: 30px;
}

div.reserved-seating.row div.chart-assignment h4,
div.reserved-seating.row div.chart-controls h4 {
  margin-bottom: 15px;
}

div.reserved-seating.row div.chart-assignment h4 button.clear,
div.reserved-seating.row div.chart-controls h4 button.clear {
  margin-right: 15px;
}

div.reserved-seating.row div.chart-controls table.table-bordered.offerings {
  font-size: 0.8rem;
}

div.reserved-seating.row div.chart-controls table.table-bordered.offerings tbody tr {
  background: white;
  cursor: pointer;
}

div.reserved-seating.row div.chart-controls table.table-bordered.offerings tbody tr td {
  padding: 0 15px;
}

div.reserved-seating.row div.chart-controls table.table-bordered.offerings tbody tr:first-of-type td {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

div.reserved-seating.row div.chart-controls table.table-bordered.offerings tbody tr:last-of-type td {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

div.reserved-seating.row div.chart-controls table.table-bordered.offerings tbody tr.suppressed {
  color: #ddd;
}

div.reserved-seating.row div.chart-controls table.table-bordered.seat-offering tbody tr {
  background: white;
}

div.reserved-seating.row div.chart-controls table.table-bordered.seat-offering tbody tr td {
  padding: 10px 15px;
}

div.reserved-seating.row div.chart-controls table.table-bordered.seat-offering tbody tr td.s-r-n {
  font-weight: bold;
  vertical-align: middle;
}

div.reserved-seating.row div.chart-controls table.table-bordered.seat-offering tbody tr td.offering-classifications select.form-control {
  float: right;
  max-width: 80%;
  width: auto;
}

div.reserved-seating.row div.chart-controls table.table-bordered.seat-offering tbody tr td.offering-classifications span.no-offerings {
  color: #bf0101;
}

div.reserved-seating.row div.chart-controls table.table-bordered.seat-offering tbody tr td.offering-classifications span.no-offerings a {
  color: #3174ad;
}

div.reserved-seating.row div.chart-controls table.table-bordered.seat-offering tbody tr td.offering-note {
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 300;
}

div.reserved-seating.row div.chart-controls table.table-bordered.seat-offering tbody tr td.offering-deadline {
  color: #3174ad;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0 15px;
}

div.reserved-seating.row div.chart-controls table.table-bordered.seat-offering tbody tr:last-of-type td {
  border-bottom: 1px solid #ddd;
}

div.reserved-seating.row div.chart-controls table.table-bordered.seat-offering tbody tr:last-of-type td.offering-deadline {
  padding-bottom: 10px;
}

div.reserved-seating.row div.chart-controls table.table-bordered.seat-offering:last-of-type {
  border: none;
}

div.reserved-seating.row div.chart-controls table.table-bordered.seat-offering:last-of-type tbody tr:last-of-type td {
  border: 0;
}

div.reserved-seating.row div.chart-controls div.alert {
  font-weight: bold;
}

div.reserved-seating.row div.chart-controls div.alert p.accessible-notice {
  border-top: 1px solid;
  font-size: 0.8rem;
  font-weight: normal;
  margin-top: 15px;
  padding-top: 15px;
}

div.rc-slider-rail {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #d4d5d6;
  height: 2px;
}

div.rc-slider-track {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #3174ad;
  height: 2px;
}

div.rc-slider-handle {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border-color: #3174ad;
  margin-top: -6px;
}

div.rc-slider-handle:active,
div.rc-slider-handle:focus,
div.rc-slider-handle:hover {
  border-color: #468ecb;
  box-shadow: 0 0 4px white;
}

div.rc-slider-tooltip-placement-top div.rc-slider-tooltip-arrow {
  border-top-color: #3174ad;
}

div.rc-slider-tooltip-inner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
  color: #3174ad;
}

@keyframes spinning_animation {
  0% {
    transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
  }

  50% {
    transform: scale(0.8) rotate(360deg);
    -o-transform: scale(0.8) rotate(360deg);
  }

  100% {
    transform: scale(1) rotate(720deg);
    -o-transform: scale(1) rotate(720deg);
  }
}

span.spinner {
  animation: 2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite spinning_animation;
  -webkit-animation: 2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite spinning_animation;
  border: 3px solid #e5e5e5;
  border-radius: 100%;
  display: block;
  height: 40px;
  margin: -20px auto 0;
  position: relative;
  top: 50%;
  width: 40px;
}

span.spinner:before {
  border-color: black transparent transparent;
  border-radius: 100%;
  border-style: solid;
  border-width: 3px;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 100%;
}

span.spinner:before {
  border-top-color: #3174ad !important;
}

.stripe-connect {
  display: inline-block;
  margin-bottom: 1px;
  background-image: -webkit-linear-gradient(#28A0E5, #015E94);
  background-image: -moz-linear-gradient(#28A0E5, #015E94);
  background-image: -ms-linear-gradient(#28A0E5, #015E94);
  background-image: linear-gradient(#28A0E5, #015E94);
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 1px;
  height: 30px;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.stripe-connect span {
  display: block;
  position: relative;
  padding: 0 12px 0 44px;
  height: 30px;
  background: #1275FF;
  background-image: -webkit-linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4);
  background-image: -moz-linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4);
  background-image: -ms-linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4);
  background-image: linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4);
  font-size: 14px;
  line-height: 30px;
  color: white;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.stripe-connect span:before {
  content: '';
  display: block;
  position: absolute;
  left: 11px;
  top: 50%;
  width: 23px;
  height: 24px;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-size: 23px 24px;
}

.stripe-connect:active {
  background: #005D93;
}

.stripe-connect:active span {
  color: #EEE;
  background: #008CDD;
  background-image: -webkit-linear-gradient(#008CDD, #008CDD 85%, #239ADF);
  background-image: -moz-linear-gradient(#008CDD, #008CDD 85%, #239ADF);
  background-image: -ms-linear-gradient(#008CDD, #008CDD 85%, #239ADF);
  background-image: linear-gradient(#008CDD, #008CDD 85%, #239ADF);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

.stripe-connect span:before,
.stripe-connect.blue span:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAYAAAARfGZ1AAAKRGlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUFNcXx9/MbC+0XZYiZem9twWkLr1IlSYKy+4CS1nWZRewN0QFIoqICFYkKGLAaCgSK6JYCAgW7AEJIkoMRhEVlczGHPX3Oyf5/U7eH3c+8333nnfn3vvOGQAoASECYQ6sAEC2UCKO9PdmxsUnMPG9AAZEgAM2AHC4uaLQKL9ogK5AXzYzF3WS8V8LAuD1LYBaAK5bBIQzmX/p/+9DkSsSSwCAwtEAOx4/l4tyIcpZ+RKRTJ9EmZ6SKWMYI2MxmiDKqjJO+8Tmf/p8Yk8Z87KFPNRHlrOIl82TcRfKG/OkfJSREJSL8gT8fJRvoKyfJc0WoPwGZXo2n5MLAIYi0yV8bjrK1ihTxNGRbJTnAkCgpH3FKV+xhF+A5gkAO0e0RCxIS5cwjbkmTBtnZxYzgJ+fxZdILMI53EyOmMdk52SLOMIlAHz6ZlkUUJLVlokW2dHG2dHRwtYSLf/n9Y+bn73+GWS9/eTxMuLPnkGMni/al9gvWk4tAKwptDZbvmgpOwFoWw+A6t0vmv4+AOQLAWjt++p7GLJ5SZdIRC5WVvn5+ZYCPtdSVtDP6386fPb8e/jqPEvZeZ9rx/Thp3KkWRKmrKjcnKwcqZiZK+Jw+UyL/x7ifx34VVpf5WEeyU/li/lC9KgYdMoEwjS03UKeQCLIETIFwr/r8L8M+yoHGX6aaxRodR8BPckSKPTRAfJrD8DQyABJ3IPuQJ/7FkKMAbKbF6s99mnuUUb3/7T/YeAy9BXOFaQxZTI7MprJlYrzZIzeCZnBAhKQB3SgBrSAHjAGFsAWOAFX4Al8QRAIA9EgHiwCXJAOsoEY5IPlYA0oAiVgC9gOqsFeUAcaQBM4BtrASXAOXARXwTVwE9wDQ2AUPAOT4DWYgSAID1EhGqQGaUMGkBlkC7Egd8gXCoEioXgoGUqDhJAUWg6tg0qgcqga2g81QN9DJ6Bz0GWoH7oDDUPj0O/QOxiBKTAd1oQNYSuYBXvBwXA0vBBOgxfDS+FCeDNcBdfCR+BW+Bx8Fb4JD8HP4CkEIGSEgeggFggLYSNhSAKSioiRlUgxUonUIk1IB9KNXEeGkAnkLQaHoWGYGAuMKyYAMx/DxSzGrMSUYqoxhzCtmC7MdcwwZhLzEUvFamDNsC7YQGwcNg2bjy3CVmLrsS3YC9ib2FHsaxwOx8AZ4ZxwAbh4XAZuGa4UtxvXjDuL68eN4KbweLwa3gzvhg/Dc/ASfBF+J/4I/gx+AD+Kf0MgE7QJtgQ/QgJBSFhLqCQcJpwmDBDGCDNEBaIB0YUYRuQRlxDLiHXEDmIfcZQ4Q1IkGZHcSNGkDNIaUhWpiXSBdJ/0kkwm65KdyRFkAXk1uYp8lHyJPEx+S1GimFLYlESKlLKZcpBylnKH8pJKpRpSPakJVAl1M7WBep76kPpGjiZnKRcox5NbJVcj1yo3IPdcnihvIO8lv0h+qXyl/HH5PvkJBaKCoQJbgaOwUqFG4YTCoMKUIk3RRjFMMVuxVPGw4mXFJ0p4JUMlXyWeUqHSAaXzSiM0hKZHY9O4tHW0OtoF2igdRzeiB9Iz6CX07+i99EllJWV75RjlAuUa5VPKQwyEYcgIZGQxyhjHGLcY71Q0VbxU+CqbVJpUBlSmVeeoeqryVYtVm1Vvqr5TY6r5qmWqbVVrU3ugjlE3VY9Qz1ffo35BfWIOfY7rHO6c4jnH5tzVgDVMNSI1lmkc0OjRmNLU0vTXFGnu1DyvOaHF0PLUytCq0DqtNa5N03bXFmhXaJ/RfspUZnoxs5hVzC7mpI6GToCOVGe/Tq/OjK6R7nzdtbrNug/0SHosvVS9Cr1OvUl9bf1Q/eX6jfp3DYgGLIN0gx0G3QbThkaGsYYbDNsMnxipGgUaLTVqNLpvTDX2MF5sXGt8wwRnwjLJNNltcs0UNnUwTTetMe0zg80czQRmu836zbHmzuZC81rzQQuKhZdFnkWjxbAlwzLEcq1lm+VzK32rBKutVt1WH60drLOs66zv2SjZBNmstemw+d3W1JZrW2N7w45q52e3yq7d7oW9mT3ffo/9bQeaQ6jDBodOhw+OTo5ixybHcSd9p2SnXU6DLDornFXKuuSMdfZ2XuV80vmti6OLxOWYy2+uFq6Zroddn8w1msufWzd3xE3XjeO2323Ineme7L7PfchDx4PjUevxyFPPk+dZ7znmZeKV4XXE67m3tbfYu8V7mu3CXsE+64P4+PsU+/T6KvnO9632fein65fm1+g36e/gv8z/bAA2IDhga8BgoGYgN7AhcDLIKWhFUFcwJTgquDr4UYhpiDikIxQODQrdFnp/nsE84by2MBAWGLYt7EG4Ufji8B8jcBHhETURjyNtIpdHdkfRopKiDke9jvaOLou+N994vnR+Z4x8TGJMQ8x0rE9seexQnFXcirir8erxgvj2BHxCTEJ9wtQC3wXbF4wmOiQWJd5aaLSwYOHlReqLshadSpJP4iQdT8YmxyYfTn7PCePUcqZSAlN2pUxy2dwd3Gc8T14Fb5zvxi/nj6W6pZanPklzS9uWNp7ukV6ZPiFgC6oFLzICMvZmTGeGZR7MnM2KzWrOJmQnZ58QKgkzhV05WjkFOf0iM1GRaGixy+LtiyfFweL6XCh3YW67hI7+TPVIjaXrpcN57nk1eW/yY/KPFygWCAt6lpgu2bRkbKnf0m+XYZZxl3Uu11m+ZvnwCq8V+1dCK1NWdq7SW1W4anS1/+pDa0hrMtf8tNZ6bfnaV+ti13UUahauLhxZ77++sUiuSFw0uMF1w96NmI2Cjb2b7Dbt3PSxmFd8pcS6pLLkfSm39Mo3Nt9UfTO7OXVzb5lj2Z4tuC3CLbe2emw9VK5YvrR8ZFvottYKZkVxxavtSdsvV9pX7t1B2iHdMVQVUtW+U3/nlp3vq9Orb9Z41zTv0ti1adf0bt7ugT2ee5r2au4t2ftun2Df7f3++1trDWsrD+AO5B14XBdT1/0t69uGevX6kvoPB4UHhw5FHupqcGpoOKxxuKwRbpQ2jh9JPHLtO5/v2pssmvY3M5pLjoKj0qNPv0/+/tax4GOdx1nHm34w+GFXC62luBVqXdI62ZbeNtQe395/IuhEZ4drR8uPlj8ePKlzsuaU8qmy06TThadnzyw9M3VWdHbiXNq5kc6kznvn487f6Iro6r0QfOHSRb+L57u9us9ccrt08rLL5RNXWFfarjpebe1x6Gn5yeGnll7H3tY+p772a87XOvrn9p8e8Bg4d93n+sUbgTeu3px3s//W/Fu3BxMHh27zbj+5k3Xnxd28uzP3Vt/H3i9+oPCg8qHGw9qfTX5uHnIcOjXsM9zzKOrRvRHuyLNfcn95P1r4mPq4ckx7rOGJ7ZOT437j154ueDr6TPRsZqLoV8Vfdz03fv7Db56/9UzGTY6+EL+Y/b30pdrLg6/sX3VOhU89fJ39ema6+I3am0NvWW+738W+G5vJf49/X/XB5EPHx+CP92ezZ2f/AAOY8/wRDtFgAAADQklEQVRIDbWVaUiUQRjHZ96dXY/d1fYQj1U03dJSw9YkFgy6DIkILRArQSSC7PjQjQQqVH7oQ0GHQUWgpQhKHzoNSqiUwpXcsrwIjzVtPVrzbPV9Z6bZhYV3N3WXYAeGmWeeZ37z8J95GEgpBf5oeXn1Es4fYAdzPDlM6je4RBYhR+LMU89UxiCBGiCgkUwsBYSA+SlPKLQBQAYEAZm+3j42K96z3NyOF7VOeMrp62opRcacjPW5+43rDTpNSKQ8QKZAEg7xmPCTs/O27uGJgXuNbW0pxyvLfTmAEBzthEsFZLxRvPdi5rpYo2cmUiQJDA4IVeo0obGdlvGfXUPj0Sym2zPuHxvzcWjDyVupJ/YYizKTGNjLw/HiduNTAqIRIUJ6Vpp+ky8bCSFgwQ2xgkGxFi1ioNWEBGuJB31gbLIv/2pd7SpFoGxtpCYkLSEq4ptlzIYFO7tc7w0TKkeEYg5ADnrWkkYhD8s26GPq3nW0WKxTptftPYBI4Mj3O2fHvKNZBMVSDmMwarXNjDkSF3d5kExZeiCr8M2VI+VFu9IvsPcYtzAvkfoEZkEEE45jMppq3ppbCNPFIY1nD1cpo07lbMmvOXeoDCF8BLKy9uUAAjDkBh+c6bz78mNtVVP7MwET7JBnqb4xXpdWVpC1OVzWn+ELHLCsneX/s7rkRWl1463cy1U3WroG21jhCGKJXPOtKQnpAuENvsAppgDB3TcDVIrpDHbK5Kd+y7W8iodNybHh22rOHyxUK+UaMYjZaoyp25rYL54TSihSKmwZ14v3lc3ZFxdbeywjn/tGJnkmzrydX1ApxOEACKymmXLYfXVpi1JMEOGxPi1ep18doY4r2J7uFumQQ9yGf01bMcZW8dpyc0oIjxxpuC5wuUDX+ovWrnYeg3aXvdLIqnmOvXPsfH6uA5YbTb1DX8ofvTLzTy6ZV4K6fAw+gXiATfdffmjeaUgc1UdpdWplsCooQBrEnqUw82dhdnjit/Vxc4f59tP3DRjzJvYteqrl4rmNlJIfrOwpgNklesDRNQBCHYtQAQqD2CgACNjHAJnG1EyfV/S67fZiJB5t2OGEe4n7L3fS4fpEv/2hUEATfoPbuam5v8N7nps70YTbAAAAAElFTkSuQmCC");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .stripe-connect span:before,
  .stripe-connect.blue span:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAwCAYAAABuZUjcAAAKRGlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUFNcXx9/MbC+0XZYiZem9twWkLr1IlSYKy+4CS1nWZRewN0QFIoqICFYkKGLAaCgSK6JYCAgW7AEJIkoMRhEVlczGHPX3Oyf5/U7eH3c+8333nnfn3vvOGQAoASECYQ6sAEC2UCKO9PdmxsUnMPG9AAZEgAM2AHC4uaLQKL9ogK5AXzYzF3WS8V8LAuD1LYBaAK5bBIQzmX/p/+9DkSsSSwCAwtEAOx4/l4tyIcpZ+RKRTJ9EmZ6SKWMYI2MxmiDKqjJO+8Tmf/p8Yk8Z87KFPNRHlrOIl82TcRfKG/OkfJSREJSL8gT8fJRvoKyfJc0WoPwGZXo2n5MLAIYi0yV8bjrK1ihTxNGRbJTnAkCgpH3FKV+xhF+A5gkAO0e0RCxIS5cwjbkmTBtnZxYzgJ+fxZdILMI53EyOmMdk52SLOMIlAHz6ZlkUUJLVlokW2dHG2dHRwtYSLf/n9Y+bn73+GWS9/eTxMuLPnkGMni/al9gvWk4tAKwptDZbvmgpOwFoWw+A6t0vmv4+AOQLAWjt++p7GLJ5SZdIRC5WVvn5+ZYCPtdSVtDP6386fPb8e/jqPEvZeZ9rx/Thp3KkWRKmrKjcnKwcqZiZK+Jw+UyL/x7ifx34VVpf5WEeyU/li/lC9KgYdMoEwjS03UKeQCLIETIFwr/r8L8M+yoHGX6aaxRodR8BPckSKPTRAfJrD8DQyABJ3IPuQJ/7FkKMAbKbF6s99mnuUUb3/7T/YeAy9BXOFaQxZTI7MprJlYrzZIzeCZnBAhKQB3SgBrSAHjAGFsAWOAFX4Al8QRAIA9EgHiwCXJAOsoEY5IPlYA0oAiVgC9gOqsFeUAcaQBM4BtrASXAOXARXwTVwE9wDQ2AUPAOT4DWYgSAID1EhGqQGaUMGkBlkC7Egd8gXCoEioXgoGUqDhJAUWg6tg0qgcqga2g81QN9DJ6Bz0GWoH7oDDUPj0O/QOxiBKTAd1oQNYSuYBXvBwXA0vBBOgxfDS+FCeDNcBdfCR+BW+Bx8Fb4JD8HP4CkEIGSEgeggFggLYSNhSAKSioiRlUgxUonUIk1IB9KNXEeGkAnkLQaHoWGYGAuMKyYAMx/DxSzGrMSUYqoxhzCtmC7MdcwwZhLzEUvFamDNsC7YQGwcNg2bjy3CVmLrsS3YC9ib2FHsaxwOx8AZ4ZxwAbh4XAZuGa4UtxvXjDuL68eN4KbweLwa3gzvhg/Dc/ASfBF+J/4I/gx+AD+Kf0MgE7QJtgQ/QgJBSFhLqCQcJpwmDBDGCDNEBaIB0YUYRuQRlxDLiHXEDmIfcZQ4Q1IkGZHcSNGkDNIaUhWpiXSBdJ/0kkwm65KdyRFkAXk1uYp8lHyJPEx+S1GimFLYlESKlLKZcpBylnKH8pJKpRpSPakJVAl1M7WBep76kPpGjiZnKRcox5NbJVcj1yo3IPdcnihvIO8lv0h+qXyl/HH5PvkJBaKCoQJbgaOwUqFG4YTCoMKUIk3RRjFMMVuxVPGw4mXFJ0p4JUMlXyWeUqHSAaXzSiM0hKZHY9O4tHW0OtoF2igdRzeiB9Iz6CX07+i99EllJWV75RjlAuUa5VPKQwyEYcgIZGQxyhjHGLcY71Q0VbxU+CqbVJpUBlSmVeeoeqryVYtVm1Vvqr5TY6r5qmWqbVVrU3ugjlE3VY9Qz1ffo35BfWIOfY7rHO6c4jnH5tzVgDVMNSI1lmkc0OjRmNLU0vTXFGnu1DyvOaHF0PLUytCq0DqtNa5N03bXFmhXaJ/RfspUZnoxs5hVzC7mpI6GToCOVGe/Tq/OjK6R7nzdtbrNug/0SHosvVS9Cr1OvUl9bf1Q/eX6jfp3DYgGLIN0gx0G3QbThkaGsYYbDNsMnxipGgUaLTVqNLpvTDX2MF5sXGt8wwRnwjLJNNltcs0UNnUwTTetMe0zg80czQRmu836zbHmzuZC81rzQQuKhZdFnkWjxbAlwzLEcq1lm+VzK32rBKutVt1WH60drLOs66zv2SjZBNmstemw+d3W1JZrW2N7w45q52e3yq7d7oW9mT3ffo/9bQeaQ6jDBodOhw+OTo5ixybHcSd9p2SnXU6DLDornFXKuuSMdfZ2XuV80vmti6OLxOWYy2+uFq6Zroddn8w1msufWzd3xE3XjeO2323Ineme7L7PfchDx4PjUevxyFPPk+dZ7znmZeKV4XXE67m3tbfYu8V7mu3CXsE+64P4+PsU+/T6KvnO9632fein65fm1+g36e/gv8z/bAA2IDhga8BgoGYgN7AhcDLIKWhFUFcwJTgquDr4UYhpiDikIxQODQrdFnp/nsE84by2MBAWGLYt7EG4Ufji8B8jcBHhETURjyNtIpdHdkfRopKiDke9jvaOLou+N994vnR+Z4x8TGJMQ8x0rE9seexQnFXcirir8erxgvj2BHxCTEJ9wtQC3wXbF4wmOiQWJd5aaLSwYOHlReqLshadSpJP4iQdT8YmxyYfTn7PCePUcqZSAlN2pUxy2dwd3Gc8T14Fb5zvxi/nj6W6pZanPklzS9uWNp7ukV6ZPiFgC6oFLzICMvZmTGeGZR7MnM2KzWrOJmQnZ58QKgkzhV05WjkFOf0iM1GRaGixy+LtiyfFweL6XCh3YW67hI7+TPVIjaXrpcN57nk1eW/yY/KPFygWCAt6lpgu2bRkbKnf0m+XYZZxl3Uu11m+ZvnwCq8V+1dCK1NWdq7SW1W4anS1/+pDa0hrMtf8tNZ6bfnaV+ti13UUahauLhxZ77++sUiuSFw0uMF1w96NmI2Cjb2b7Dbt3PSxmFd8pcS6pLLkfSm39Mo3Nt9UfTO7OXVzb5lj2Z4tuC3CLbe2emw9VK5YvrR8ZFvottYKZkVxxavtSdsvV9pX7t1B2iHdMVQVUtW+U3/nlp3vq9Orb9Z41zTv0ti1adf0bt7ugT2ee5r2au4t2ftun2Df7f3++1trDWsrD+AO5B14XBdT1/0t69uGevX6kvoPB4UHhw5FHupqcGpoOKxxuKwRbpQ2jh9JPHLtO5/v2pssmvY3M5pLjoKj0qNPv0/+/tax4GOdx1nHm34w+GFXC62luBVqXdI62ZbeNtQe395/IuhEZ4drR8uPlj8ePKlzsuaU8qmy06TThadnzyw9M3VWdHbiXNq5kc6kznvn487f6Iro6r0QfOHSRb+L57u9us9ccrt08rLL5RNXWFfarjpebe1x6Gn5yeGnll7H3tY+p772a87XOvrn9p8e8Bg4d93n+sUbgTeu3px3s//W/Fu3BxMHh27zbj+5k3Xnxd28uzP3Vt/H3i9+oPCg8qHGw9qfTX5uHnIcOjXsM9zzKOrRvRHuyLNfcn95P1r4mPq4ckx7rOGJ7ZOT437j154ueDr6TPRsZqLoV8Vfdz03fv7Db56/9UzGTY6+EL+Y/b30pdrLg6/sX3VOhU89fJ39ema6+I3am0NvWW+738W+G5vJf49/X/XB5EPHx+CP92ezZ2f/AAOY8/wRDtFgAAAIbklEQVRoBdVZa5BURxU+fZ9z57mzs7PvF4i7srAQSCifMVDERC0jYlzUlJalKeGPlCnL/NEfywpWacoiVZRVJIYfGjGUu5bxj5qHFSAYyQOBEsJzYSHDvnd2dp535j66PX1vNgsULDPs1cr2Vs+9e7v79NfnnnP663MJYwwWYxEWI2iOedEClxabxgkBwjEvOuA9PQOOlSw64JMr4vK8GidYYMcOES4tVSEAAZ8FAUqon1GiAJEEEG0CjFB8cTaxZUMAo1gEqQA0UABprAjPbrUwXnkesgqKP8CBk5vDIenrE+BKmwI+MawA1MbCkdV10cBDflXuVmSxQRbFkCAQZ9U2ZTaONyxKcyXDHjMs83ImV3rz6njmDRPMUZB80zAJOuvvsflkXpTP7DrWyeXcYCqk75AEieawrEoty1vrvlcV0ja3VQdb1rVUQVd9EFqqNIj5ZfDJooPBsCnohq2ldDMynC42XZnW7z09lu25lMxDMl34y0gyvTsBwyewc84Z4MEPpWIzF/MBcLLtNzJISmxZU+PmWETbtqGzfvVja5uguyF02+kCIEJUk6Ex4oMV9XP9ZnQT/nZ24it7XrtoJ5LZ7SjAM+Bg2+0ckAOcbBkQIaZFVzY1bGurjezYfn87PNQZ5+13ZaQRXMzH26Lg8ymfUokQdAR59INOc53GQ6q/Jiiua6oJ7+h9uAPua47cHeLrwHEmQRmTGLHV6x4v+JYwWsOFCGRDn6RKem1rPPrkN9Y0uqAXLN4VwCgjYGEE8rBgMAjwKsF9S9WgLa9qjYcf+Po9jXdlGrfC5Wj8Vg0Lf+ZENAFmpGB9TWTLhmUxUD1UDg/gtudRnK+a4RtkgqQyO+RT5LVrmiLgJcN19gcGNojUWriS5yRQm7pcBTc/vyCKdW1RrWwzOTiYhGf+dRUmcgZosgDVfgWaMCS2V2tO+OzG0MiVjdUwiFiYm9a7O4kJAoZEooV9H4T0O0ofODkKr5+6+nY6V3heVZQpv6ZWaz55qSJJnXjtUBW5pT7k8xeK5u+B0PQdBVbQgTLq9HbQYthyNVSmTT6A/nB0aGpF0K99+trY1F7TNI9PZGXkKUVRtYjGZCIOV1dHR4Ynz8FSLV8BrjK6uiAlpLcmco1ipmgpAaU8rfesboCuumBg31uJbx6+qH0uX9D/em0i85xFhaslKZKA8/82RtYDhd/1MkCuBnjxrLgKB0EQSb5oWO+9O1bZrsy3+Kc3dcH+b99b07NuyXe6P9r8z/am+C9lkuqCjo4qGGkQES76qJcuz/2GOlUoFuVsQS+98frlaSeq8Gkqqctrg7Dz853wwrfugUfXtj3W3tJ8oCletRUEXy1SCSSYHhdu41gFqILcZCrzwkvnJmE0U3JtHefiL7eS2l7th11f7IQ9j65aVh+r+nlzbd2TELJrHPLmIXZX3wyBX8MTQMm8PJ0u9Pe9chGQYy9omvXouHu/thJqI+Ef1sZDm0AMBmfPiQsSPDuY2zhWwSH5ISU5Pjm98x9nRo7+7JVBB3wl5nJz35Vo/z/esBQUVf2+QlkD9Aw42/Ts3Au7ushdAhQ5UzJoOjE+OrV9/1tDR7cNnIax7N2bDX9nm1bUQXdz9Rp/MLwRoqAtDOzcaO7rvDrAWW8vhcatWVNjF6cmJre9embkz1947h3YfXgIUgVzblQldxgFH0ZOr/qULwM15k4Zlci4Vd9ZU5ltY71oObHBnBFQBidmUk8kEsOP7Hntwqsb974NfS8PAh7LKoo23Hw+2R4FQcSzKlDPgFOEyf8kx3HW94kQ7xJgRRdAJG7CyIWxgiXNUN0+k5nJLN83k3n8D8eHN3+1ux5+8uBHIKiWt1G1Rn3IJkiUCcQzU3G0h9qWHMeJdoSrwtr9dl6I6DNjFwRRyxiKnStSqkPJPsGSmZ+mp1P9z2dzOy3Klj31yMdmX9S8V75APEsomMZwT9fz9i6vkW9AvEgQyqrBQM2Dq9rrD0gCgXfHA0jpjIRm2Zcw+3CR2tZl27SnMZFSZ1lWcRwZITeDckresAEXaoKwwBh7/WQubgTOQj5BVjdv7KiBJz7bztMNcHIk03JiONNyfiK/ntv2VMHAMx6BjpoA/Gj9Emdjul7W7e6TeQNDK9WJLRm361P5c1drEmAaymaYoXpfjZoiOk7FHWuh5dxEHmzLHiXM9oyTz9FawRZw65f5yyzXBMpd0JGhFKB5nSwRMVvumDv2cxm4m1f5X4AuWhRePDUOtqEPQJVVGfWcBz1ahmPlTlxzqaJLquYZU1HTvjcTMD6dOULM0n+g5nKposHzdWbo7FgEkDBviWlYx++53XtQ33kvDU8dHAJm6L8usdwEZn09S3qiPed5lcCSLUpI0eEA8620zLbDl6bh8T+egkI+/7Rl6kegcTSPst1QUKaM+brhrjnF2yUQJNxnrGMnR7KbTw5nYFVjyAl98w2+VdvVlA67Dw3BgROjAKa+yyrpz0BKTbJnez1NT6AKrrnA1bEi1av2v3xaiL90dnxL2Kc0rsXc4WpcQEc8AEtiGrRiejmK6WWeMDIxtVwwKExijB5KFuBYIg1cy8dx0dTQ/yQVc78yBXMIqJ5i/VvvkqHdSjXuM/THKy7w2LQJ6fpJms38QiHGvlzBt+RwJv2JQ2elbjyRtjIi1AIRMAsKPuQduHVzr2YW+kIBE5BTwOzzxLKOiMX8QVuWh00IpqD+S0WHtLlzefpLBOZo/IYvEqQPnTX5dxmy4xookqaCjRuT4mMi8g3bxs2KCkj3GFj4+QSzA0RkeskU8iCJeUiBDv09Jt8OPEV6k7DlP3gxxh/dAPymPh/Kf5d897dIOd9P7H8oEd4G1JV8wPGbRadx52sgLmrRAZ99EZ5+LZgV+v+4Llrg/wX6HRCxgvzAAwAAAABJRU5ErkJggg==");
  }
}

div.ticket {
  position: relative;
}

div.ticket div.invalid-mark {
  position: absolute;
  top: 0px;
  width: 100%;
}

div.ticket div.invalid-mark h1 {
  color: #bf0101;
  font-weight: bold;
  letter-spacing: 1rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

div.ticket div.ticket-body.invalid {
  opacity: 0.5;
}

div.ticket div.ticket-body div.part div.header {
  background: #3174ad;
  min-height: 60px;
  padding: 10px;
}

div.ticket div.ticket-body div.part div.header h3 {
  color: white;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0;
  padding: 5px 10px;
}

div.ticket div.ticket-body div.part div.header h3 div {
  margin-bottom: 0.5rem;
}

div.ticket div.ticket-body div.part div.header h3 .seat {
  font-weight: normal;
  font-size: 14px;
}

div.ticket div.ticket-body div.part div.content {
  background: #d4d5d6;
  clear: both;
  flex-grow: 1;
  padding: 20px 10px 0;
}

div.ticket div.ticket-body div.part div.content span.ticket-label {
  color: white;
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin: 0.45rem 0 20px;
  text-transform: uppercase;
}

div.ticket div.ticket-body div.part div.content .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.ticket div.ticket-body div.part div.content div.row > div {
  margin-bottom: 1rem;
}

div.ticket div.ticket-body div.part.left {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
}

div.ticket div.ticket-body div.part.left div.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

div.ticket div.ticket-body div.part.left div.header span.subtitle {
  color: white;
  font-size: 0.8rem;
  font-weight: 400;
  margin: -15px 0 0;
  padding-left: 10px;
}

div.ticket div.ticket-body div.part.left div.content a.change-ticket.period {
  color: #3174ad;
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
}

div.ticket div.ticket-body div.part.left div.content a.change-ticket.period:hover {
  color: #5a9ad0;
}

div.ticket div.ticket-body div.part.right {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
}

div.ticket div.ticket-body div.part.right div.header {
  border-top: 1px white dashed;
}

div.ticket div.ticket-body div.part.right div.header a.change-ticket.offering {
  color: #d4d5d6;
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
}

div.ticket div.ticket-body div.part.right div.header a.change-ticket.offering:hover {
  color: #fbfbfb;
}

div.ticket div.ticket-body div.part.right div.content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

div.ticket div.ticket-body div.part.right div.content button {
  margin-top: 0.5rem;
}

div.ticket div.ticket-body div.part.right div.content div.qr-container {
  margin-top: 1rem;
}

div.ticket p.ticket-note {
  clear: both;
  padding-top: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  div.ticket {
    max-width: none;
  }

  div.ticket div.ticket-body div.part {
    float: left;
  }

  div.ticket div.ticket-body div.part.left {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    text-align: left;
    width: 66%;
  }

  div.ticket div.ticket-body div.part.left div.header {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
  }

  div.ticket div.ticket-body div.part.left div.content {
    border-bottom-left-radius: 4px;
  }

  div.ticket div.ticket-body div.part.left div.content a.change-ticket.period {
    display: initial;
    margin-left: 10px;
  }

  div.ticket div.ticket-body div.part.right {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    width: 34%;
  }

  div.ticket div.ticket-body div.part.right div.header {
    border-left: 1px white dashed;
    border-top: none;
    border-top-right-radius: 4px;
  }

  div.ticket div.ticket-body div.part.right div.content {
    border-left: 1px white dashed;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
  }

  div.ticket p.ticket-note {
    text-align: left;
  }
}

@media print {
  div.ticket {
    max-width: none;
  }

  div.ticket div.ticket-body {
    display: flex;
  }

  div.ticket div.ticket-body div.part {
    float: left;
  }

  div.ticket div.ticket-body div.part.left {
    text-align: left;
    width: 66%;
  }

  div.ticket div.ticket-body div.part.left div.header {
    border-top-left-radius: 4px;
  }

  div.ticket div.ticket-body div.part.left div.content {
    border-bottom-left-radius: 4px;
  }

  div.ticket div.ticket-body div.part.left div.content a.change-ticket.period {
    display: initial;
    margin-left: 10px;
  }

  div.ticket div.ticket-body div.part.right {
    width: 34%;
  }

  div.ticket div.ticket-body div.part.right div.header {
    border-left: 1px white dashed;
    border-top: none;
    border-top-right-radius: 4px;
  }

  div.ticket div.ticket-body div.part.right div.content {
    border-left: 1px white dashed;
    border-bottom-right-radius: 4px;
  }

  div.ticket p.ticket-note {
    text-align: left;
  }
}

@media print and (orientation: landscape) {
  div.ticket div.ticket-body div.left.part {
    width: 550px;
  }

  div.ticket div.ticket-body div.right.part {
    width: 330px;
  }
}

@media print and (orientation: landscape) {
  div.ticket div.ticket-body div.left.part {
    width: 420px;
  }

  div.ticket div.ticket-body div.right.part {
    width: 240px;
  }
}

div.uv-icon {
  opacity: 1;
}

.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a.active:focus,
.navbar-default .navbar-nav > li > a.active:hover {
  color: #555;
  background-color: #e7e7e7;
}

html {
  position: relative;
  background: #f4f5f6;
  min-height: 100%;
}

html.landing {
  background: #3174ad;
}

iframe {
  border: 0;
  width: 100%;
}

.editable:empty:after,
.editable span:first-child:empty:after {
  content: 'Click to edit.';
  font-style: italic;
}

.subdued {
  font-size: 0.6rem;
}

.btn-inverse {
  background-color: #292b2c;
  background-image: -moz-linear-gradient(center top, #444, #222);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: white !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-inverse:hover {
  background: black;
}

.table tbody + tbody {
  border-top: 1px solid white;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-muted {
  color: #a4a5a6 !important;
  font-size: 0.8rem;
}

.text-strike {
  text-decoration: line-through;
}

i.fa-shopping-cart {
  cursor: pointer;
}

form label.error {
  color: #bf0101;
  font-size: 0.8rem;
}

form label:not(.error) {
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

form input[type="submit"] {
  cursor: pointer;
}

form input {
  color: black;
}

form input::placeholder {
  color: #a4a5a6;
  font-weight: 200;
}

.form-control:focus {
  color: black;
}

p.label,
th.label,
div.card-header {
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

p.label {
  margin-bottom: 10px;
}

label.form-check-label {
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

input[type="checkbox"] {
  cursor: pointer;
}

div.alert {
  width: 100%;
}

div.alert a {
  font-weight: bold;
}

div.alert a.btn {
  font-weight: normal;
}

div.alert a.btn:not(.btn-secondary) {
  color: white;
}

div.alert a.btn:not(.btn-secondary):hover {
  color: white;
}

div.alert .link-container a {
  font-weight: normal;
}

div.alert i {
  margin-right: 10px;
}

div.react-datepicker-popper {
  width: max-content;
  z-index: 999;
}

div.react-datepicker-wrapper {
  width: 100%;
}

div.react-datepicker-wrapper div.react-datepicker__input-container {
  width: 100%;
}

div.react-datepicker-wrapper div.react-datepicker__input-container input {
  width: 100%;
}

div.react-datepicker a.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 102px;
}

div.react-datepicker__time-container div.react-datepicker__time div.react-datepicker__time-box {
  min-width: 92px;
}

div.react-datepicker__time-container div.react-datepicker__time div.react-datepicker__time-box ul.react-datepicker__time-list {
  padding: 5px 0 5px;
}

.badge {
  font-size: 0.6rem;
  font-weight: 400;
  margin-right: 0.6rem;
  padding: 0.4rem;
}

.tooltip-inner {
  font-size: 10px;
}

input.error {
  border: 1px solid #bf0101;
}

tr.info {
  background: #7558c7;
  color: white;
}

tr.primary {
  background: #3174ad;
  color: white;
}

tr.success {
  background: #019901;
  color: white;
}

table.table.table-bordered {
  margin-bottom: 0;
}

table.table.table-bordered tbody {
  background: #f4f5f6;
}

table.table.table-bordered th,
table.table.table-bordered td {
  border-color: white;
}

table.sortable {
  border: 1px solid #ddd;
  font-size: 0.8rem;
  margin-bottom: 0;
}

table.sortable tbody {
  width: 100%;
}

table.sortable tbody tr {
  border: 1px solid #ddd;
  border-top: none;
}

table.sortable tbody tr.sortable {
  cursor: row-resize;
}

table.sortable tbody tr th,
table.sortable tbody tr td {
  padding: 10px;
  text-align: right;
}

table.sortable tbody tr th.actions,
table.sortable tbody tr td.actions {
  border-right: 1px solid #ddd;
  padding: 5px 5px 0;
  width: 96px;
}

table.sortable tbody tr th.actions a.btn,
table.sortable tbody tr td.actions a.btn {
  margin-left: 5px;
}

table.sortable tbody tr th.amount,
table.sortable tbody tr td.amount {
  width: 78px;
}

table.sortable tbody tr th.deadline,
table.sortable tbody tr td.deadline {
  width: 80px;
}

table.sortable tbody tr th.global,
table.sortable tbody tr td.global {
  width: 70px;
}

table.sortable tbody tr th.price,
table.sortable tbody tr td.price {
  width: 80px;
}

table.sortable tbody tr th.limit,
table.sortable tbody tr th.quantity-limit,
table.sortable tbody tr td.limit,
table.sortable tbody tr td.quantity-limit {
  width: 50px;
}

table.sortable tbody tr th.required,
table.sortable tbody tr td.required {
  width: 82px;
}

table.sortable tbody tr th.note,
table.sortable tbody tr td.note {
  color: #a4a5a6;
  font-style: italic;
  padding: 10px;
}

table.sortable tbody tr.handle > td {
  background: #f4f5f6;
  border-right: 1px solid #ddd;
  color: black;
  cursor: row-resize;
  height: 15px;
  padding: 0;
  text-align: center;
}

table.sortable tbody.editing {
  color: #019901;
}

table.sortable tbody.editing a.btn-secondary {
  color: black;
  width: 80px;
}

table.sortable tbody.editing tr > td.note {
  color: #019901;
}

p {
  word-wrap: break-word;
}

a.nav-link {
  text-align: left;
}

a:not([href]):not([tabindex]).btn-danger {
  color: white;
}

a:not([href]):not([tabindex]):not(.btn) {
  color: #3174ad;
}

a:not([href]):not([tabindex]):not(.btn):hover {
  color: #265985;
}

a:not([href]):not([tabindex]).btn-info {
  color: white;
}

a:not([href]):not([tabindex]).btn-primary {
  color: white;
}

a:not([href]):not([tabindex]):hover:not(.btn) {
  text-decoration: underline;
}

.btn-xs {
  font-size: 0.6rem;
  padding: 0.2rem 0.4rem;
}

.has-danger .input-group-addon {
  background-color: #eceeef;
}

span.help-block {
  color: #bf0101;
  font-size: 0.8rem;
}

input[type="text"] {
  line-height: 38px;
}

input[type="text"],
textarea {
  padding: 0 10px;
}

input[type="text"].form-control:disabled,
input[type="text"].form-control[readonly] {
  background: white;
  cursor: text;
}

span.editable-field {
  outline: none;
}

span.editable-field:focus {
  color: #7558C7;
}

input.editable-field {
  border: none;
  color: #7558C7;
  display: inline-block;
  font-size: inherit;
  line-height: initial;
  margin: 0;
  padding: 0;
}

input.editable-field:focus {
  color: #7558C7;
}

input[type="tel"].editable-field {
  height: inherit;
}

select.flip {
  transition-duration: 0.8s;
  transition-property: transform;
  transform: rotateX(360deg);
  -webkit-transform: rotateX(360deg);
}

div.modal span.spinner {
  margin-top: 0;
}

div.modal a.help {
  color: #3174ad;
  text-align: right;
}

div.modal a.help:hover {
  color: #3174ad;
}

div.modal form.change-ticket-assignment select[name="period"] {
  margin-top: 10px;
}

div.modal form.change-ticket-assignment div.form-group {
  margin-bottom: 0;
}

div.modal form.change-ticket-assignment select.error {
  border-color: #bf0101;
}

div.modal form.change-ticket-offering select {
  margin-top: 10px;
}

div.modal form.change-ticket-offering select[name="thing"] {
  margin-top: 0;
}

div.modal form.change-ticket-offering div.form-group {
  margin-bottom: 0;
}

div.modal form.change-ticket-offering select.error {
  border-color: #bf0101;
}

div.btn-group.users {
  margin-left: 15px;
}

div.btn-group button {
  font-size: 0.6rem;
  font-weight: 400;
  padding: 10px;
  text-transform: uppercase;
}

div.btn-group button.active {
  color: white;
  background: #3174ad;
}

.materialized {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: box-shadow .25s;
}

div.materialized,
form.materialized {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: white;
}

div.materialized.panel,
form.materialized.panel {
  background: white;
  padding: 15px;
}

div.ui-block {
  position: fixed;
  background: white;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0.8;
  z-index: 999;
}

.charge-description {
  color: #7a7b7b;
  font-size: 0.8rem;
}

.order-summary h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  text-align: right;
}

.order-summary h4 div.loading-bars {
  float: left;
  margin-top: -2px;
  padding: 0;
}

.order-summary span.text-danger {
  font-weight: bold;
  text-transform: uppercase;
}

.order-summary table {
  font-size: 0.8rem;
  width: 100%;
}

.order-summary table tbody tr td {
  padding-bottom: 5px;
}

.order-summary table tbody tr td:last-of-type {
  text-align: right;
}

.order-summary table tbody tr:last-of-type {
  border-top: 1px solid #ddd;
  font-weight: bold;
}

.order-summary table tbody tr:last-of-type td {
  padding-top: 5px;
}

input[type="tel"] {
  height: 40px;
}

select {
  white-space: nowrap;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: 'Montserrat', sans-serif;
}

body {
  background: transparent;
  margin-bottom: 80px;
  min-height: calc(100% - 80px);
}

body a,
body button {
  cursor: pointer;
}

body p {
  margin-bottom: 0;
}

body .pre {
  white-space: pre-wrap;
}

body pre {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #292b2c;
  color: white;
  line-height: 2;
  margin-bottom: 0;
  padding: 15px;
}

body code {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

body div#react-root {
  height: 100%;
}

body div#react-root > div.wrapper {
  height: 100%;
}

body div#react-root div.loading.wrapper {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

body div#react-root div.wrapper div.dropdown div.dropdown-menu button:hover,
body div#react-root div.wrapper div.dropdown div.dropdown-menu a:hover {
  color: #3174ad;
}

body div#react-root div.wrapper.dashboard {
  padding-bottom: 30px;
}

body div#react-root div.wrapper.dashboard div.dropdown {
  margin-top: 0;
}

body div#react-root div.wrapper.dashboard section.announcements div.feature {
  flex-grow: 1;
}

body div#react-root div.wrapper.dashboard section.announcements p {
  color: black;
}

body div#react-root div.wrapper.dashboard section.notifications div.alert div.flex {
  display: flex;
}

body div#react-root div.wrapper.dashboard section.notifications div.alert div.flex p {
  flex: auto;
}

body div#react-root div.wrapper.presentation {
  padding-bottom: 30px;
}

body div#react-root div.wrapper.presentation a.nav-link {
  color: black;
}

body div#react-root div.wrapper.presentation section.main {
  padding: 30px 0 0;
}

body div#react-root footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 1.3rem 0;
  text-align: center;
  width: 100%;
  z-index: 998;
}

body div#react-root footer.fixed div.background {
  position: absolute;
  background: white;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.75;
}

body div#react-root footer.fixed div.loading {
  margin-top: 20px;
}

body div#react-root footer.fixed [type="submit"],
body div#react-root footer.fixed a.btn {
  min-width: 142px;
  width: 100%;
}

body div#react-root footer.fixed a.btn {
  width: 100%;
}

body div#react-root section.main.attendees div.canvas h1,
body div#react-root section.main.things div.canvas h1 {
  margin-bottom: 0;
}

body div#react-root section.main div.cover-image {
  margin: -30px 0 30px;
  position: relative;
  text-align: center;
}

body div#react-root section.main div.cover-image img {
  width: 100%;
}

body div#react-root section.main div.cover-image.loading {
  background: #e4e5e6;
  height: 422px;
  padding-bottom: 15px;
}

body div#react-root section.main div.cover-image.loading span.spinner {
  display: block;
  margin: auto;
}

body div#react-root section.main div.cover-image div.edit {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}

body div#react-root section.main div.cover-image div.edit:hover {
  opacity: 1;
}

body div#react-root section.main div.cover-image div.edit div.opacity {
  background: black;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}

body div#react-root section.main div.cover-image div.edit div.actions {
  position: relative;
  top: -50%;
  transform: translateY(-50%);
}

body div#react-root section.main div.cover-image div.edit div.actions button:first-of-type {
  margin-right: 5px;
}

body div#react-root section.main div.cover-image div.missing {
  background-image: url("pinstriped_suit.png");
  border-bottom: 1px solid #ddd;
  height: 422px;
  padding: 190px 0 15px;
}

body div#react-root section.main div.cover-image div.missing p {
  color: white;
  font-size: 0.8rem;
  margin-top: 10px;
  text-shadow: 1px 1px black;
}

body div#react-root section.main h1 {
  font-size: 1.2rem;
}

body div#react-root section.main h2 {
  font-size: 1rem;
  font-weight: 400;
}

body div#react-root section.main div.add.thing,
body div#react-root section.main div.bundle-option,
body div#react-root section.main div.gift-card-option,
body div#react-root section.main div.thing-option {
  margin: 0;
}

body div#react-root section.main div.add.thing:not(:last-of-type),
body div#react-root section.main div.bundle-option:not(:last-of-type),
body div#react-root section.main div.gift-card-option:not(:last-of-type),
body div#react-root section.main div.thing-option:not(:last-of-type) {
  margin-bottom: 15px;
}

body div#react-root section.main div.add.thing.row {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px dashed #a4a5a6;
}

body div#react-root section.main div.add.thing.row:hover {
  border-color: #3174ad;
}

body div#react-root section.main div.add.thing.row a.btn {
  background: white;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  height: 110px;
  line-height: 110px;
  padding: 0;
  width: 100%;
  opacity: 0.5;
}

body div#react-root section.main div.add.thing.row a.btn:hover {
  color: #3174ad;
  opacity: 1;
}

body div#react-root section.main div.bundle-option,
body div#react-root section.main div.gift-card-option,
body div#react-root section.main div.thing-option {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

body div#react-root section.main div.bundle-option p,
body div#react-root section.main div.gift-card-option p,
body div#react-root section.main div.thing-option p {
  font-weight: 300;
}

body div#react-root section.main div.bundle-option p.csz,
body div#react-root section.main div.bundle-option p.dates,
body div#react-root section.main div.bundle-option p.description,
body div#react-root section.main div.bundle-option p.price,
body div#react-root section.main div.bundle-option p.prices,
body div#react-root section.main div.bundle-option div.things,
body div#react-root section.main div.gift-card-option p.csz,
body div#react-root section.main div.gift-card-option p.dates,
body div#react-root section.main div.gift-card-option p.description,
body div#react-root section.main div.gift-card-option p.price,
body div#react-root section.main div.gift-card-option p.prices,
body div#react-root section.main div.gift-card-option div.things,
body div#react-root section.main div.thing-option p.csz,
body div#react-root section.main div.thing-option p.dates,
body div#react-root section.main div.thing-option p.description,
body div#react-root section.main div.thing-option p.price,
body div#react-root section.main div.thing-option p.prices,
body div#react-root section.main div.thing-option div.things {
  margin-bottom: 10px;
}

body div#react-root section.main div.bundle-option a.order,
body div#react-root section.main div.gift-card-option a.order,
body div#react-root section.main div.thing-option a.order {
  width: 100%;
}

body div#react-root section.main div.bundle-option div.subtitle,
body div#react-root section.main div.gift-card-option div.subtitle,
body div#react-root section.main div.thing-option div.subtitle {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

body div#react-root section.main div.bundle-option,
body div#react-root section.main div.gift-card-option {
  background: #3174ad;
  color: white;
}

body div#react-root section.main div.thing-option {
  background: white;
}

body div#react-root section.main div.two-column div.cover-image {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
}

body div#react-root section.main div.two-column div.cover-image img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

body div#react-root section.main div.bundles > div.row:first-of-type {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

body div#react-root section.main div.bundles > div.row:not(:first-of-type) {
  padding-top: 15px;
}

body div#react-root section.main div.bundles p.none {
  border-top: 0;
}

body div#react-root section.main div.gift-cards > div.row:first-of-type {
  padding-bottom: 5px;
}

body div#react-root section.main div.gift-cards h1 {
  margin-bottom: 10px;
}

body div#react-root section.main div.gift-cards table thead tr {
  background-color: #3174ad;
}

body div#react-root section.main div.gift-cards table thead tr th {
  border-bottom: 0;
  border-top: 0;
  color: white;
  font-weight: 400;
  font-size: 0.6rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

body div#react-root section.main div.gift-cards table tbody tr.editing {
  background: #f4f5f6;
}

body div#react-root section.main div.gift-cards table tbody tr.editing td {
  border-top: 0;
}

body div#react-root section.main div.gift-cards table tbody tr.editing td:first-of-type {
  font-weight: 600;
  vertical-align: middle;
}

body div#react-root section.main div.gift-cards table tbody tr.editing td:not(:last-of-type) {
  padding-right: 6px;
}

body div#react-root section.main div.gift-cards table tbody tr.editing td input {
  max-width: 100px;
  margin-left: auto;
}

body div#react-root section.main div.gift-cards table th,
body div#react-root section.main div.gift-cards table td {
  padding: 15px;
  text-align: right;
}

body div#react-root section.main.account form.materialized,
body div#react-root section.main.account div.materialized {
  margin-bottom: 15px;
  padding: 15px;
}

body div#react-root section.main.account form button {
  width: 100%;
}

body div#react-root section.main.account div.email {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

body div#react-root section.main.account div.email a.remove > i {
  color: #bf0101;
  margin-right: 0.6rem;
}

body div#react-root section.main.account div.email div.checkbox-container {
  font-size: 0.8rem;
  padding-left: 1.5rem;
}

body div#react-root section.main.account div.email div.checkbox-container input {
  margin-right: 0.4rem;
}

body div#react-root section.main.account div.email div.badges {
  display: inline-block;
  margin-bottom: 4px;
  padding-left: 1.5rem;
  vertical-align: middle;
}

body div#react-root section.main.account div.email div.badges span.badge {
  margin: 0 4px 0 0;
  text-transform: uppercase;
}

body div#react-root section.main.account div.tickets.container div.materialized {
  padding: 0;
}

body div#react-root section.main.account div.tickets.container div.materialized h1,
body div#react-root section.main.account div.tickets.container div.materialized h3,
body div#react-root section.main.account div.tickets.container div.materialized p {
  margin: 0;
  padding: 15px;
}

body div#react-root section.main.account div.tickets.container div.materialized h3 {
  border-bottom: 1px solid #ddd;
}

body div#react-root section.main.account div.tickets.container div.materialized a {
  color: #3174ad;
}

body div#react-root section.main.account div.tickets.container div.materialized div.loading {
  padding: 15px;
}

body div#react-root section.main.account div.tickets.container div.materialized div.loading span.spinner {
  margin: 0 auto;
}

body div#react-root section.main.account div.tickets.container div.materialized table {
  font-size: 0.8rem;
  margin-bottom: 0;
}

body div#react-root section.main.account div.tickets.container div.materialized table tbody tr {
  cursor: pointer;
}

body div#react-root section.main.welcome div.materialized {
  padding: 15px;
}

body div#react-root section.main.welcome div.materialized button {
  margin-top: 15px;
}

body div#react-root section.main.show-entity h2.description {
  line-height: 1.5;
}

body div#react-root section.main.show-entity div.unauthorized.materialized.row {
  padding: 15px;
}

body div#react-root section.main.show-entity div.unauthorized.materialized.row div.alert {
  margin-bottom: 0;
}

body div#react-root section.main.show-entity div.unauthorized.materialized.row div.alert a {
  color: #3174ad;
}

body div#react-root section.main.show-entity div.unauthorized.container {
  margin: 0;
}

body div#react-root section.main.show-gift-cards div.card {
  border: none;
  border-radius: 4px;
  background-color: #f4f5f6;
  font-size: 1rem;
  font-weight: bold;
  height: 50px;
  margin-right: 8px;
  width: calc(50px * 1.5858);
}

body div#react-root section.main.show-gift-cards div.message p,
body div#react-root section.main.show-gift-cards div.link-container p {
  line-height: 1.5;
}

body div#react-root section.main.show-bundle div.slider,
body div#react-root section.main.show-gift-cards div.slider,
body div#react-root section.main.show-thing div.slider {
  width: 100%;
  margin: 0 0 30px;
}

body div#react-root section.main.show-bundle div.slider p.text-muted,
body div#react-root section.main.show-gift-cards div.slider p.text-muted,
body div#react-root section.main.show-thing div.slider p.text-muted {
  margin-bottom: 15px;
}

body div#react-root section.main.show-bundle div.unauthorized.container div.materialized,
body div#react-root section.main.show-gift-cards div.unauthorized.container div.materialized,
body div#react-root section.main.show-thing div.unauthorized.container div.materialized {
  margin: 15px 0;
  padding: 15px;
}

body div#react-root section.main.show-bundle div.unauthorized.container div.materialized div.row,
body div#react-root section.main.show-gift-cards div.unauthorized.container div.materialized div.row,
body div#react-root section.main.show-thing div.unauthorized.container div.materialized div.row {
  padding: 0 15px;
}

body div#react-root section.main.show-bundle div.unauthorized.container div.materialized div.row div.alert,
body div#react-root section.main.show-gift-cards div.unauthorized.container div.materialized div.row div.alert,
body div#react-root section.main.show-thing div.unauthorized.container div.materialized div.row div.alert {
  margin-bottom: 0;
}

body div#react-root section.main.show-bundle div.unauthorized.container div.materialized div.row div.alert a,
body div#react-root section.main.show-gift-cards div.unauthorized.container div.materialized div.row div.alert a,
body div#react-root section.main.show-thing div.unauthorized.container div.materialized div.row div.alert a {
  color: #3174ad;
}

body div#react-root section.main.show-bundle div.two-column div.particulars,
body div#react-root section.main.show-gift-cards div.two-column div.particulars,
body div#react-root section.main.show-thing div.two-column div.particulars {
  margin-bottom: 30px;
}

body div#react-root section.main.show-bundle div.materialized.panel.about,
body div#react-root section.main.show-gift-cards div.materialized.panel.about,
body div#react-root section.main.show-thing div.materialized.panel.about {
  margin-top: 30px;
}

body div#react-root section.main.show-bundle div.materialized.panel.contact,
body div#react-root section.main.show-gift-cards div.materialized.panel.contact,
body div#react-root section.main.show-thing div.materialized.panel.contact {
  margin-top: 30px;
}

body div#react-root section.main.show-bundle p.contact.label,
body div#react-root section.main.show-gift-cards p.contact.label,
body div#react-root section.main.show-thing p.contact.label {
  margin-bottom: 0.6rem;
}

body div#react-root section.main.show-bundle div.subtitle,
body div#react-root section.main.show-gift-cards div.subtitle,
body div#react-root section.main.show-thing div.subtitle {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

body div#react-root section.main.show-bundle div.particulars div.text-container,
body div#react-root section.main.show-gift-cards div.particulars div.text-container,
body div#react-root section.main.show-thing div.particulars div.text-container {
  flex-grow: 1;
}

body div#react-root section.main.show-bundle div.particulars button,
body div#react-root section.main.show-gift-cards div.particulars button,
body div#react-root section.main.show-thing div.particulars button {
  align-self: flex-start;
}

body div#react-root section.main.show-bundle h2.short-description,
body div#react-root section.main.show-gift-cards h2.short-description,
body div#react-root section.main.show-thing h2.short-description {
  line-height: 1.5;
  margin-bottom: 0;
}

body div#react-root section.main.show-bundle div.images,
body div#react-root section.main.show-gift-cards div.images,
body div#react-root section.main.show-thing div.images {
  margin-bottom: 30px;
}

body div#react-root section.main.show-bundle div.images div#gallery div.opacity,
body div#react-root section.main.show-gift-cards div.images div#gallery div.opacity,
body div#react-root section.main.show-thing div.images div#gallery div.opacity {
  background: black;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  visibility: hidden;
}

body div#react-root section.main.show-bundle div.images div#gallery div.actions,
body div#react-root section.main.show-gift-cards div.images div#gallery div.actions,
body div#react-root section.main.show-thing div.images div#gallery div.actions {
  position: relative;
  height: 100%;
  text-align: center;
  top: -50%;
  transform: translateY(-50%);
}

body div#react-root section.main.show-bundle div.images div#gallery div.actions button,
body div#react-root section.main.show-gift-cards div.images div#gallery div.actions button,
body div#react-root section.main.show-thing div.images div#gallery div.actions button {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
}

body div#react-root section.main.show-bundle div.images div#gallery div.actions button:focus,
body div#react-root section.main.show-gift-cards div.images div#gallery div.actions button:focus,
body div#react-root section.main.show-thing div.images div#gallery div.actions button:focus {
  visibility: visible;
}

body div#react-root section.main.show-bundle div.images div#gallery div.actions:focus button,
body div#react-root section.main.show-bundle div.images div#gallery div.actions:hover button,
body div#react-root section.main.show-gift-cards div.images div#gallery div.actions:focus button,
body div#react-root section.main.show-gift-cards div.images div#gallery div.actions:hover button,
body div#react-root section.main.show-thing div.images div#gallery div.actions:focus button,
body div#react-root section.main.show-thing div.images div#gallery div.actions:hover button {
  visibility: visible;
}

body div#react-root section.main.show-bundle div.images a,
body div#react-root section.main.show-gift-cards div.images a,
body div#react-root section.main.show-thing div.images a {
  cursor: default;
}

body div#react-root section.main.show-bundle div.images button.add i.fa,
body div#react-root section.main.show-gift-cards div.images button.add i.fa,
body div#react-root section.main.show-thing div.images button.add i.fa {
  margin-right: 10px;
}

body div#react-root section.main.show-bundle div.actionable,
body div#react-root section.main.show-gift-cards div.actionable,
body div#react-root section.main.show-thing div.actionable {
  margin: 15px 0;
}

body div#react-root section.main.show-bundle div.actionable nav.pane-links.container,
body div#react-root section.main.show-gift-cards div.actionable nav.pane-links.container,
body div#react-root section.main.show-thing div.actionable nav.pane-links.container {
  text-align: center;
}

body div#react-root section.main.show-bundle div.actionable nav.pane-links.container a,
body div#react-root section.main.show-gift-cards div.actionable nav.pane-links.container a,
body div#react-root section.main.show-thing div.actionable nav.pane-links.container a {
  color: #3174ad;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

body div#react-root section.main.show-bundle div.actionable nav.pane-links.container a:hover,
body div#react-root section.main.show-gift-cards div.actionable nav.pane-links.container a:hover,
body div#react-root section.main.show-thing div.actionable nav.pane-links.container a:hover {
  color: #5a9ad0;
}

body div#react-root section.main.show-bundle div.actionable div.pane,
body div#react-root section.main.show-gift-cards div.actionable div.pane,
body div#react-root section.main.show-thing div.actionable div.pane {
  padding: 15px 0 0;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.container div.materialized div.empty.row,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.container div.materialized div.empty.row,
body div#react-root section.main.show-thing div.actionable div.pane div.container div.materialized div.empty.row {
  background: white;
  padding: 150px 15px;
  text-align: center;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.container div.materialized div.empty.row h3,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.container div.materialized div.empty.row h3,
body div#react-root section.main.show-thing div.actionable div.pane div.container div.materialized div.empty.row h3 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.container div.materialized div.empty.row h3 i.fa,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.container div.materialized div.empty.row h3 i.fa,
body div#react-root section.main.show-thing div.actionable div.pane div.container div.materialized div.empty.row h3 i.fa {
  color: #bf0101;
  font-size: 3rem;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.container div.materialized div.empty.row h3 a,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.container div.materialized div.empty.row h3 a,
body div#react-root section.main.show-thing div.actionable div.pane div.container div.materialized div.empty.row h3 a {
  color: #3174ad;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.container div.materialized div.empty.row h3 a:hover,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.container div.materialized div.empty.row h3 a:hover,
body div#react-root section.main.show-thing div.actionable div.pane div.container div.materialized div.empty.row h3 a:hover {
  color: #5a9ad0;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.container div.materialized div.anonymous-gate,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.container div.materialized div.anonymous-gate,
body div#react-root section.main.show-thing div.actionable div.pane div.container div.materialized div.anonymous-gate {
  text-align: left;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.container div.materialized div.anonymous-gate a.clear-cart,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.container div.materialized div.anonymous-gate a.clear-cart,
body div#react-root section.main.show-thing div.actionable div.pane div.container div.materialized div.anonymous-gate a.clear-cart {
  color: #3174ad;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container {
  padding-bottom: 15px;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div.calendar,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar {
  height: 1000px;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view {
  position: relative;
  border: none;
  border-top: 1px solid #ddd;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-month-row,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-month-row,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-month-row {
  cursor: pointer;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-header,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-header,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-header {
  font-weight: normal;
  padding: 10px 5px;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-date-cell,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-date-cell,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-date-cell {
  padding: 6px 10px;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-date-cell:not(.rbc-off-range),
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-date-cell:not(.rbc-off-range),
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-date-cell:not(.rbc-off-range) {
  pointer-events: none;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment {
  height: 100px;
  overflow: hidden;
  padding: 0 0 1px 1px;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #3174ad;
  border: 1px solid #3174ad;
  color: #3174ad;
  height: 100%;
  pointer-events: none;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event.unavailable,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event.unavailable,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event.unavailable {
  background: #a4a5a6;
  border: 1px solid #a4a5a6;
  color: #a4a5a6;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar {
  margin: 0;
  padding: 15px;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar div.rbc-toolbar-label:first-of-type,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar div.rbc-toolbar-label:first-of-type,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar div.rbc-toolbar-label:first-of-type {
  flex-grow: 0;
  font-size: 1.8rem;
  padding: 0 10px 0 0;
  text-align: left;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar div.rbc-toolbar-label:not(:first-of-type),
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar div.rbc-toolbar-label:not(:first-of-type),
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar div.rbc-toolbar-label:not(:first-of-type) {
  flex-grow: 1;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar div.rbc-btn-group button,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar div.rbc-btn-group button,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar div.rbc-btn-group button {
  background: white;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar div.rbc-btn-group button.today,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar div.rbc-btn-group button.today,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar div.rbc-btn-group button.today {
  display: none;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-rtl .rbc-btn-group > button:first-child:not(:last-child),
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-rtl .rbc-btn-group > button:first-child:not(:last-child),
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-rtl .rbc-btn-group > button:last-child:not(:first-child),
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-rtl .rbc-btn-group > button:last-child:not(:first-child),
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div#selected-date,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div#selected-date,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div#selected-date {
  background: #3174ad;
  border-top: 1px solid #ddd;
  color: white;
  padding: 15px;
  text-align: center;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div#selected-date h3,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div#selected-date h3,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div#selected-date h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div#selected-date h3 i,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div#selected-date h3 i,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div#selected-date h3 i {
  font-size: 1.8rem;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div#selected-date p:not(:first-of-type),
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div#selected-date p:not(:first-of-type),
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div#selected-date p:not(:first-of-type) {
  margin-bottom: 0;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div#selected-date button.displayable-period,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div#selected-date button.displayable-period,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div#selected-date button.displayable-period {
  background: white;
  text-align: center;
  white-space: normal;
  width: 100%;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div#selected-date button.displayable-period:not(:last-of-type),
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div#selected-date button.displayable-period:not(:last-of-type),
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div#selected-date button.displayable-period:not(:last-of-type) {
  margin-bottom: 10px;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div#selected-date button.displayable-period.active,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div#selected-date button.displayable-period.active,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div#selected-date button.displayable-period.active {
  font-weight: bold;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div#selected-date button.displayable-period.unavailable,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.materialized div#selected-date button.displayable-period.unavailable,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div#selected-date button.displayable-period.unavailable {
  opacity: 0.5;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div i.fa,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div i.fa,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div i.fa {
  font-size: 0.8rem;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.instructions,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.instructions,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.instructions {
  border-top: 1px solid #ddd;
  padding: 15px;
  text-align: center;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.instructions p,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.instructions p,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.instructions p {
  margin-bottom: 0;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.other-months,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.other-months,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.other-months {
  border-top: 1px solid #ddd;
  padding: 15px;
  text-align: center;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.other-months p.label,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.other-months p.label,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.other-months p.label {
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.other-months button.select-month,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.periods.container div.other-months button.select-month,
body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.other-months button.select-month {
  white-space: normal;
  margin: 0 5px 5px 0;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.bundle-detail.container,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.bundle-detail.container,
body div#react-root section.main.show-thing div.actionable div.pane div.bundle-detail.container {
  padding-bottom: 15px;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.bundle-detail.container div.materialized,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.bundle-detail.container div.materialized,
body div#react-root section.main.show-thing div.actionable div.pane div.bundle-detail.container div.materialized {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.bundle-detail.container div.materialized div.thing.row,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.bundle-detail.container div.materialized div.thing.row,
body div#react-root section.main.show-thing div.actionable div.pane div.bundle-detail.container div.materialized div.thing.row {
  border-top: 1px solid #ddd;
  margin-bottom: 15px;
  padding-top: 15px;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.bundle-detail.container div.materialized div.thing.row p.dates,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.bundle-detail.container div.materialized div.thing.row p.dates,
body div#react-root section.main.show-thing div.actionable div.pane div.bundle-detail.container div.materialized div.thing.row p.dates {
  margin: 15px 0;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container,
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container {
  overflow: hidden;
  padding-bottom: 15px;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized,
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row,
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row {
  margin: 0;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row:not(.empty),
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row:not(.empty),
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row:not(.empty) {
  padding: 15px 0;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row h3,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row h3,
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row h3 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row h3 a,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row h3 a,
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row h3 a {
  color: #3174ad;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row h3 a:hover,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row h3 a:hover,
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row h3 a:hover {
  color: #5a9ad0;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row h5.unavailable,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row h5.unavailable,
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row h5.unavailable {
  color: #bf0101;
  font-size: 0.8rem;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row:nth-of-type(2),
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row:nth-of-type(2),
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row:nth-of-type(2) {
  background: #f4f5f6;
  height: auto;
  padding: 15px 0;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating,
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating {
  background: white;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.period,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row.period,
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.period {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background: #3174ad;
  border-top: none;
  color: white;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.empty,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row.empty,
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.empty {
  background: white;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.offering h4,
body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.offering h5,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row.offering h4,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row.offering h5,
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.offering h4,
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.offering h5 {
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.offering h4,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row.offering h4,
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.offering h4 {
  font-size: 1.4rem;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.offering h5,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row.offering h5,
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.offering h5 {
  font-size: 1rem;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.offering p.label,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row.offering p.label,
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.offering p.label {
  margin: 10px 0 5px;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.offering:not(:last-of-type),
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row.offering:not(:last-of-type),
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.offering:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.offering select.quantity,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row.offering select.quantity,
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.offering select.quantity {
  cursor: pointer;
  min-width: 4rem;
  width: auto;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.offering p.note,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row.offering p.note,
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.offering p.note {
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 300;
  margin-top: 10px;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.actions button.add-to-cart,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row.actions button.add-to-cart,
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.actions button.add-to-cart {
  width: 100%;
}

body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row p.label,
body div#react-root section.main.show-gift-cards div.actionable div.pane div.offerings.container div.materialized div.row p.label,
body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row p.label {
  line-height: initial;
  margin: 0;
}

body div#react-root section.main.show-bundle div.social i.fa,
body div#react-root section.main.show-gift-cards div.social i.fa,
body div#react-root section.main.show-thing div.social i.fa {
  font-size: 3rem;
  margin-right: 5px;
}

body div#react-root section.main.show-bundle p.newsletter-subscription,
body div#react-root section.main.show-gift-cards p.newsletter-subscription,
body div#react-root section.main.show-thing p.newsletter-subscription {
  border-top: 1px solid white;
  font-size: 0.8rem;
  margin-top: 8px;
  padding-top: 8px;
}

body div#react-root section.main.show-bundle p.email-instruction,
body div#react-root section.main.show-gift-cards p.email-instruction,
body div#react-root section.main.show-thing p.email-instruction {
  border-top: 1px solid white;
  font-size: 0.8rem;
  margin-top: 8px;
  padding-top: 8px;
}

body div#react-root section.main.reports a {
  color: black;
  text-decoration: none;
}

body div#react-root section.main.reports a div.materialized {
  margin-bottom: 15px;
  position: relative;
  padding: 15px;
}

body div#react-root section.main.reports a div.materialized h1 {
  margin-bottom: 0;
}

body div#react-root section.main.reports a div.materialized:hover hr {
  border-top: 2px solid #019901;
}

body div#react-root section.main.report div.materialized table tr th {
  padding: 10px 15px;
}

body div#react-root section.main.report div.materialized table tr td {
  padding: 5px 15px 5px 5px;
}

body div#react-root section.main.report div.materialized table tr td p {
  margin-top: 0;
  padding: 5px 0 5px 10px;
}

body div#react-root section.main.report div.materialized table tr td button {
  margin-left: 2px;
}

body div#react-root section.main.report div.materialized table tr td button.btn-danger {
  width: 70px;
}

body div#react-root section.main.report div.materialized table tr td div.loading-bars {
  display: inline-block;
  margin-right: 2px;
}

body div#react-root section.main.report a:not(.btn) {
  color: #3174ad;
}

body div#react-root section.main.report a:not(.btn):hover {
  color: #5a9ad0;
}

body div#react-root section.main.report a.back {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

body div#react-root section.main.report div.materialized {
  margin-top: 10px;
}

body div#react-root section.main.report div.materialized h1,
body div#react-root section.main.report div.materialized h4,
body div#react-root section.main.report div.materialized h5 {
  margin: 0;
}

body div#react-root section.main.report div.materialized hr {
  margin: 0;
}

body div#react-root section.main.report div.materialized div.d-flex > div {
  margin-left: auto;
  padding: 15px;
}

body div#react-root section.main.report div.materialized div.d-flex > div a.btn {
  margin-left: 10px;
}

body div#react-root section.main.report div.materialized h1 {
  font-size: 1.5rem;
  padding: 15px;
}

body div#react-root section.main.report div.materialized h1 div.loading span.spinner {
  margin-top: -6px;
}

body div#react-root section.main.report div.materialized h4 {
  font-size: 1.2rem;
}

body div#react-root section.main.report div.materialized h5 {
  font-size: 1.1rem;
}

body div#react-root section.main.report div.materialized p {
  margin-top: 15px;
}

body div#react-root section.main.report.carts div.materialized p.none {
  color: #019901;
}

body div#react-root section.main.report.carts div.materialized h1 {
  padding: 15px;
}

body div#react-root section.main.report.carts div.materialized table {
  font-size: 0.8rem;
  margin-bottom: 0;
}

body div#react-root section.main.report.carts div.materialized table div.alert-warning {
  margin: 10px 0 0;
}

body div#react-root section.main.report.orders div.materialized table {
  font-size: 0.8rem;
  margin: 0;
}

body div#react-root section.main.report.orders div.materialized table span.not-refundable {
  color: #bf0101;
}

body div#react-root section.main.report.orders div.materialized table tr {
  cursor: pointer;
}

body div#react-root section.main.report.orders div.materialized table tr td.loading {
  cursor: default;
  min-height: 58px;
  padding: 15px;
}

body div#react-root section.main.report.orders div.materialized table tr th:last-of-type,
body div#react-root section.main.report.orders div.materialized table tr td:last-of-type {
  min-width: 146px;
}

body div#react-root section.main.report.attendees {
  margin-bottom: -31px;
}

body div#react-root section.main.report.attendees div.materialized.container {
  margin-bottom: 15px;
}

body div#react-root section.main.report.attendees div.materialized.container.empty {
  padding: 15px;
  text-align: center;
}

body div#react-root section.main.report.attendees span.slash {
  font-weight: 200;
  margin: 0 5px;
}

body div#react-root section.main.report.attendees form.input-container {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 0;
  width: 100%;
}

body div#react-root section.main.report.attendees form.input-container input {
  background-color: white;
  border: none;
  box-shadow: none;
  display: inline-block;
  width: calc(100% - 26px - 6px - 6px);
}

body div#react-root section.main.report.attendees form.input-container input::-ms-clear {
  display: none;
}

body div#react-root section.main.report.attendees form.input-container button.btn-xs {
  background-color: #d4d5d6;
  color: white;
  display: inline-block;
  float: right;
  height: 26px;
  left: 16px;
  padding: 0;
  margin: 6px;
  width: 26px;
  z-index: 999;
}

body div#react-root section.main.report.attendees a.btn-warning {
  font-weight: 500;
  width: 100%;
}

body div#react-root section.main.report.attendees a.btn-warning i.fa {
  margin-right: 10px;
}

body div#react-root section.main.report.attendees div.fix-padding {
  height: 85px;
}

body div#react-root section.main.report.attendees div.search-container {
  background: #d4d5d6;
  margin-top: 15px;
  padding: 15px;
}

body div#react-root section.main.report.attendees div.search-container.fixed {
  position: fixed;
  background: #333;
  margin: 0;
  top: 0;
  width: 100%;
  z-index: 97;
}

body div#react-root section.main.report.attendees div.search-container.fixed form {
  border: none;
  display: inline-block;
  width: 50%;
}

body div#react-root section.main.report.attendees div.search-container.fixed div.checked-in-count {
  display: inline-block;
}

body div#react-root section.main.report.attendees div.search-container button {
  font-size: 1rem;
}

body div#react-root section.main.report.attendees div.search-container div.checked-in-count {
  text-align: center;
  vertical-align: middle;
  width: 50%;
}

body div#react-root section.main.report.attendees div.search-container div.checked-in-count h1 {
  color: white;
  font-size: 28px;
  margin-bottom: 0;
}

body div#react-root section.main.report.attendees div.checked-in-count {
  display: none;
}

body div#react-root section.main.report.attendees div.sort.container {
  background: #d4d5d6;
  padding: 0 15px 15px;
}

body div#react-root section.main.report.attendees div.sort.container div.btn-group {
  width: 100%;
}

body div#react-root section.main.report.attendees div.sort.container div.btn-group button {
  font-size: 0.8rem;
  width: 25%;
}

body div#react-root section.main.report.attendees div.sort.container div.btn-group button i.fa {
  margin-left: 10px;
}

body div#react-root section.main.report.attendees div.items.container {
  padding: 0;
}

body div#react-root section.main.report.attendees div.items.container > div.row {
  margin: 0;
}

body div#react-root section.main.report.attendees div.items.container > div.row > div {
  padding: 0;
}

body div#react-root section.main.report.attendees div.items.container > div.row > div div.item.row {
  margin: 0;
}

body div#react-root section.main.report.attendees div.items.container > div.row > div div.item.row span.order-flag {
  display: inline-block;
}

body div#react-root section.main.report.attendees div.items.container > div.row > div div.item.row span.order-flag div.loading-bars {
  margin-left: 10px;
}

body div#react-root section.main.report.attendees div.items.container > div.row > div div.item.row span.order-flag a:focus {
  box-shadow: none;
}

body div#react-root section.main.report.attendees div.items.container > div.row > div div.item.row span.order-flag i.fa {
  color: #7558c7;
}

body div#react-root section.main.report.attendees div.items.container > div.row > div div.item.row > div {
  padding: 0;
}

body div#react-root section.main.report.attendees div.items.container > div.row > div div.item.row.empty {
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

body div#react-root section.main.report.attendees div.items.container > div.row > div div.item.row.empty i.fa {
  color: #bf0101;
  margin-left: 10px;
}

body div#react-root section.main.report.attendees div.items.container > div.row > div div.item.row.more {
  height: 80px;
  text-align: center;
}

body div#react-root section.main.report.attendees div.items.container > div.row > div div.item.row.more h5 {
  font-size: 30px;
  margin-top: 15px;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container {
  box-shadow: none;
  margin: 0;
  padding: 0;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container header.status:not(:first-of-type) {
  background-color: #d4d5d6;
  height: 15px;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container.header {
  padding: 15px;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container p {
  margin-top: 0;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item {
  border-top: 1px solid #ddd;
  clear: both;
  height: 81px;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item div.button-container {
  display: inline-block;
  height: 80px;
  text-align: center;
  width: 80px;
  vertical-align: top;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item div.button-container svg.uil-ring {
  height: 40px;
  margin: 20px;
  width: 40px;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item div.button-container button:not(.btn-danger) {
  border: none;
  border-radius: 0;
  color: white;
  font-weight: 600;
  height: 80px;
  width: 80px;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item div.button-container button:not(.btn-danger):focus {
  box-shadow: none;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item div.button-container button.btn-success,
body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item div.button-container button.btn-info {
  font-size: 40px;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item div.check-in.button-container.checked-in {
  border-right: 1px solid #ddd;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item div.text-container {
  display: inline-block;
  font-size: 0.8rem;
  height: 80px;
  overflow: hidden;
  padding: 8px 0;
  text-overflow: ellipsis;
  width: calc(100% - 80px - 80px);
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item div.text-container p {
  margin-bottom: 0;
  overflow: hidden;
  padding: 0 8px;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item div.text-container p span:not(:first-of-type)::before {
  content: '-';
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item div.text-container p.bounced {
  color: #bf0101;
  text-decoration: line-through;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item div.text-container p.bounced i.fa-question {
  margin-left: 10px;
  text-decoration: none;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item div.text-container p.name {
  font-size: 1rem;
  font-weight: 600;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item div.check-in p {
  font-size: 9px;
  font-weight: 500;
  margin: 16px 0 8px;
  text-transform: uppercase;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item div.view-container {
  float: right;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item.invalid {
  position: relative;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item.invalid button,
body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item.invalid p:not(.invalid-mark) {
  opacity: 0.5;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item.invalid div.invalid-container {
  position: absolute;
  margin-right: 10px;
  right: 80px;
  top: 0;
  vertical-align: top;
}

body div#react-root section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item.invalid div.invalid-container p.invalid-mark {
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
  -ms-filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-25deg), M12=sin(-25deg), M21=sin(-25deg), M22=cos(-25deg));
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-25deg), M12=sin(-25deg), M21=sin(-25deg), M22=cos(-25deg));
  color: #bf0101;
  font-size: 20px;
  font-weight: 500;
  line-height: 80px;
  margin-bottom: 0;
  text-transform: uppercase;
}

body div#react-root section.main.report.sales div.materialized {
  padding-bottom: 15px;
}

body div#react-root section.main.report.sales div.materialized h1,
body div#react-root section.main.report.sales div.materialized h4,
body div#react-root section.main.report.sales div.materialized h5 {
  padding: 15px;
}

body div#react-root section.main.report.sales div.materialized h1.bundles,
body div#react-root section.main.report.sales div.materialized h1.charges,
body div#react-root section.main.report.sales div.materialized h4.bundles,
body div#react-root section.main.report.sales div.materialized h4.charges,
body div#react-root section.main.report.sales div.materialized h5.bundles,
body div#react-root section.main.report.sales div.materialized h5.charges {
  padding-bottom: 0;
}

body div#react-root section.main.report.sales div.materialized h5 {
  margin-top: 15px;
}

body div#react-root section.main.report.sales div.materialized button > i.fa {
  margin-right: 10px;
}

body div#react-root section.main.report.sales div.materialized p:not(.title) {
  font-size: 0.8rem;
}

body div#react-root section.main.report.sales div.materialized div.total.row p.total,
body div#react-root section.main.report.sales div.materialized div.simple-charge.row p.total {
  font-weight: bold;
}

body div#react-root section.main.report.sales div.materialized div.total.row div:first-of-type > p,
body div#react-root section.main.report.sales div.materialized div.simple-charge.row div:first-of-type > p {
  padding-left: 70px;
}

body div#react-root section.main.report.sales div.materialized div.total.row div:last-of-type > p,
body div#react-root section.main.report.sales div.materialized div.simple-charge.row div:last-of-type > p {
  padding-right: 15px;
}

body div#react-root section.main.report.sales div.materialized div.things {
  margin-top: 15px;
}

body div#react-root section.main.report.sales div.materialized div.things div.thing:not(:last-of-type) {
  margin-bottom: 15px;
}

body div#react-root section.main.report.sales div.materialized div.things div.thing div.row > div > hr {
  margin: 15px 15px 0 70px;
}

body div#react-root section.main.report.sales div.materialized div.things div.thing p.title {
  margin-top: 0;
  padding-left: 15px;
  text-decoration: underline;
}

body div#react-root section.main.report.sales div.materialized div.things div.thing div.period p.start {
  padding-left: 30px;
}

body div#react-root section.main.report.sales div.materialized div.things div.thing div.period p.start button.toggle {
  border: none;
  height: 25px;
  margin-right: 15px;
  width: 25px;
}

body div#react-root section.main.report.sales div.materialized div.things div.thing div.period span.badge {
  margin-left: 2px;
  padding: 5px;
}

body div#react-root section.main.report.sales div.materialized div.things div.thing div.period a.amount {
  margin-left: 10px;
}

body div#react-root section.main.report.sales div.materialized div.things div.thing div.period div.totals.row {
  font-weight: bold;
}

body div#react-root section.main.report.sales div.materialized div.things div.thing div.period > div.text-left > div.loading-bars {
  margin: 15px 0 0 70px;
}

body div#react-root section.main.report.sales div.materialized div.things div.thing div.text-right div.loading-bars {
  display: inline-block;
  margin: 10px 15px 0 0;
}

body div#react-root section.main.report.sales div.materialized div.things div.thing div.text-right p {
  padding-right: 15px;
}

body div#react-root section.main.report.sales div.materialized div.things div.thing div.text-right hr {
  margin: 15px 15px 0 0;
}

body div#react-root section.main.report.sales div.materialized div.things div.thing div.text-right div.row > div > hr {
  margin: 15px 15px 0 0;
}

body div#react-root section.main.ticket div.materialized {
  padding: 15px;
}

body div#react-root section.main.ticket div.materialized form input {
  display: inline-block;
  max-width: 340px;
}

body div#react-root section.main.ticket div.materialized form button {
  height: 40px;
  margin-top: 10px;
  width: 100%;
}

body div#react-root section.change-ticket-assignment div.materialized.container {
  padding: 15px;
}

body div#react-root section.change-ticket-assignment div.materialized.container h1 {
  margin: 0;
}

body div#react-root section.change-ticket-assignment div.materialized.container form {
  width: 100%;
}

body div#react-root section.change-ticket-assignment div.materialized.container form div.form-group {
  margin-bottom: 0;
}

body div#react-root section.change-ticket-assignment div.materialized.container form div.form-group div.loading-bars {
  margin-top: 15px;
}

body div#react-root section.change-ticket-assignment div.materialized.container form div.form-group hr:last-of-type {
  margin: 0;
}

body div#react-root section.change-ticket-assignment div.materialized.container form div.form-group select {
  margin-top: 15px;
}

body div#react-root section.change-ticket-assignment div.materialized.container form div.alert {
  margin-bottom: 0;
}

body div#react-root section.change-ticket-assignment div.materialized.container form div.alert.no-offerings {
  margin-top: 15px;
}

body div#react-root section.change-ticket-assignment div.materialized.container form div.alert.no-offerings hr {
  margin: 15px 0;
}

body div#react-root section.change-ticket-assignment div.materialized.container form div.row.reserved-seating {
  padding: 0;
}

body div#react-root section.change-ticket-assignment div.materialized.container form div.row.reserved-seating div.seating-chart {
  border: 0;
}

body div#react-root section.change-ticket-assignment div.materialized.container form div.row.reserved-seating div.seating-chart div.loading {
  height: 100%;
  width: 100%;
}

body div#react-root section.attendees div.materialized.container h1,
body div#react-root section.patrons div.materialized.container h1,
body div#react-root section.seat-assignments div.materialized.container h1 {
  margin: 0;
  padding: 0;
}

body div#react-root section.attendees div.materialized.container h2,
body div#react-root section.patrons div.materialized.container h2,
body div#react-root section.seat-assignments div.materialized.container h2 {
  margin: 10px 0;
}

body div#react-root section.attendees div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div,
body div#react-root section.patrons div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div,
body div#react-root section.seat-assignments div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div {
  padding-top: 15px;
}

body div#react-root section.attendees div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div p,
body div#react-root section.patrons div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div p,
body div#react-root section.seat-assignments div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div p {
  margin: 0 0 10px;
}

body div#react-root section.attendees div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div p.subtitle,
body div#react-root section.patrons div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div p.subtitle,
body div#react-root section.seat-assignments div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div p.subtitle {
  font-size: 0.8rem;
}

body div#react-root section.attendees div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div.capacity,
body div#react-root section.patrons div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div.capacity,
body div#react-root section.seat-assignments div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div.capacity {
  text-align: left;
}

body div#react-root section.attendees div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div.counter,
body div#react-root section.patrons div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div.counter,
body div#react-root section.seat-assignments div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div.counter {
  text-align: right;
}

body div#react-root section.attendees div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div div.btn-group .btn,
body div#react-root section.patrons div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div div.btn-group .btn,
body div#react-root section.seat-assignments div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div div.btn-group .btn {
  color: black;
  text-transform: none;
}

body div#react-root section.attendees div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div div.btn-group .btn:hover,
body div#react-root section.patrons div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div div.btn-group .btn:hover,
body div#react-root section.seat-assignments div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div div.btn-group .btn:hover {
  color: black;
}

body div#react-root section.attendees div.materialized.container.header div.row:not(.actions):not(.reserved-seating).loading div.loading-bars,
body div#react-root section.patrons div.materialized.container.header div.row:not(.actions):not(.reserved-seating).loading div.loading-bars,
body div#react-root section.seat-assignments div.materialized.container.header div.row:not(.actions):not(.reserved-seating).loading div.loading-bars {
  margin-bottom: 15px;
}

body div#react-root section.seat-assignments div.materialized.container h2 {
  margin-bottom: 0;
}

body div#react-root section.seat-assignments div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div p {
  margin-bottom: 0;
}

body div#react-root section.seat-assignments div.materialized.container.header div.row:not(.actions):not(.reserved-seating) > div.capacity {
  text-align: right;
}

body div#react-root section.seat-assignments div.materialized.container.header > hr {
  margin: 0 -15px 15px;
}

body div#react-root section.seat-assignments div.materialized.container.header div.row {
  padding-bottom: 15px;
}

body div#react-root section.seat-assignments div.materialized.container.header div.row.reserved-seating {
  padding: 0;
}

body div#react-root section.seat-assignments div.materialized.container.header div.row.reserved-seating div.seating-chart {
  border: 0;
}

body div#react-root section.seat-assignments div.materialized.container.header div.row.reserved-seating p.none {
  border-top: 0;
  padding: 0;
}

body div#react-root section.main.order a.back.btn {
  margin-bottom: 15px;
}

body div#react-root section.main.order i.fa {
  margin-right: 10px;
}

body div#react-root section.main.order div.loading.container div.materialized {
  padding: 15px;
}

body div#react-root section.main.checkout div.loading.container div.materialized {
  padding: 15px;
}

body div#react-root section.main.checkout div.new.order.container div.cart.container {
  overflow: visible;
  padding: 0;
}

body div#react-root section.main.checkout div.new.order.container div.cart.container div.materialized {
  padding: 0;
}

body div#react-root section.main.checkout div.new.order.container div.cart.container div.materialized.loading {
  height: 200px;
  padding: 90px;
}

body div#react-root section.main.checkout div.new.order.container div.cart.container div.materialized div.search-results.row {
  padding: 0;
}

body div#react-root section.main.checkout div.new.order.container div.cart.container div.materialized div.search-results.row div.user-result {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 15px;
}

body div#react-root section.main.checkout div.new.order.container div.cart.container div.materialized div.search-results.row div.user-result p {
  overflow-x: hidden;
  text-overflow: ellipsis;
}

body div#react-root section.main.checkout div.new.order.container div.cart.container div.materialized div.search-results.row div.user-result p:not(:first-of-type) {
  font-size: 0.8rem;
}

body div#react-root section.main.checkout div.new.order.container div.cart.container div.materialized div.search-results.row div.user-result button {
  margin-top: 10px;
}

body div#react-root section.main.checkout div.new.order.container div.cart.container div.materialized div.checkout.row > div:last-of-type button.checkout:not(:first-of-type) {
  margin-top: 5px;
}

body div#react-root section.main.checkout div.new.order.container div.materialized {
  padding: 15px;
}

body div#react-root section.main.checkout div.new.order.container div.materialized.availability select,
body div#react-root section.main.checkout div.new.order.container div.materialized.availability button {
  margin-bottom: 10px;
  width: 100%;
}

body div#react-root section.main.checkout div.new.order.container div.materialized.seating {
  padding: 0;
}

body div#react-root section.main.checkout div.new.order.container div.materialized.seating div.reserved-seating.row {
  margin: 0;
}

body div#react-root section.main.checkout div.new.order.container div.materialized.seating div.reserved-seating.row div.seating-chart {
  border: 0;
}

body div#react-root section.main.checkout div.new.order.container div.materialized.seating div.actions.row {
  padding: 15px;
}

body div#react-root section.main.checkout div.new.order.container div.materialized.seating div.actions.row button.add-to-cart {
  width: 100%;
}

body div#react-root section.main.checkout div.new.order.container div.materialized:not(.availability) {
  margin-top: 15px;
}

body div#react-root section.main.checkout div.new.order.container div.materialized p.subtle {
  font-size: 0.8rem;
  margin-bottom: 10px;
}

body div#react-root section.main.checkout div.new.order.container div.materialized div.alert {
  margin-bottom: 0;
}

body div#react-root section.main.checkout div.new.order.container div.materialized div.alert.guidance {
  margin-bottom: 15px;
}

body div#react-root section.main.checkout div.loading-bars {
  padding: 0;
}

body div#react-root div.accounts.wrapper {
  height: 100%;
  padding: 60px 0 15px;
}

body div#react-root div.accounts.wrapper.create-account h1,
body div#react-root div.accounts.wrapper.join h1,
body div#react-root div.accounts.wrapper.register h1 {
  color: white;
}

body div#react-root div.accounts.wrapper.create-account div.col > p,
body div#react-root div.accounts.wrapper.join div.col > p,
body div#react-root div.accounts.wrapper.register div.col > p {
  color: white;
  margin-bottom: 20px;
}

body div#react-root div.accounts.wrapper.sign-up > section > div > div.row {
  margin: 0;
}

body div#react-root div.accounts.wrapper h1 {
  font-size: 2rem;
  margin-bottom: 30px;
}

body div#react-root div.accounts.wrapper h2 {
  font-size: 1.4rem;
  margin-top: 20px;
}

body div#react-root div.accounts.wrapper div.materialized {
  padding-bottom: 15px;
}

body div#react-root div.accounts.wrapper div.materialized h4 {
  padding: 15px 15px 0;
}

body div#react-root div.accounts.wrapper div.materialized div.alert {
  margin: 0 15px 15px;
  width: auto;
}

body div#react-root div.accounts.wrapper div.materialized div.sign-in div.alert {
  margin-bottom: 0;
}

body div#react-root div.accounts.wrapper div.materialized div.card {
  border: 0;
  margin-top: 30px;
}

body div#react-root div.accounts.wrapper div.materialized div.card div.flex {
  display: flex;
  margin-top: 15px;
}

body div#react-root div.accounts.wrapper div.materialized div.card div.flex img {
  height: 60px;
  width: 60px;
}

body div#react-root div.accounts.wrapper div.materialized div.card div.flex div {
  font-size: 0.8rem;
  padding-left: 15px;
}

body div#react-root div.accounts.wrapper div.materialized div.card div.flex div p.source {
  color: #a4a5a6;
}

body div#react-root div.accounts.wrapper div.materialized form {
  padding: 0 15px;
}

body div#react-root div.accounts.wrapper div.materialized form.sign-up {
  margin-top: 15px;
  padding: 0;
}

body div#react-root div.accounts.wrapper div.materialized form button {
  width: 100%;
}

body div#react-root div.accounts.wrapper div.materialized form p.subdued {
  margin-top: 15px;
}

body div#react-root div.accounts.wrapper div.materialized form p.forgot-password {
  line-height: 1;
  text-align: right;
}

body div#react-root div.accounts.wrapper div.materialized form p.sign-in {
  text-align: right;
}

body div#react-root div.accounts.wrapper div.materialized form div.loading-bars {
  margin: 14px auto;
  text-align: center;
}

body div#react-root div.order.container div.materialized div.loading-bars {
  padding: 10px;
}

body div#react-root div.order.container div.materialized div.order-summary div.loading-bars {
  padding: 0;
}

body div#react-root div.order.container div.materialized div.success-message .btn {
  margin: 10px 10px 10px 0;
}

body div#react-root div.order.container div.materialized div.success-message .btn i {
  margin-right: 10px;
}

body div#react-root div.order.container div.materialized div.success-message button.loading {
  border: none;
}

body div#react-root div.order.container div.materialized div.success-message button.loading div.loading-bars {
  padding: 0;
}

body div#react-root div.order.container div.materialized div.bundle {
  border-top: 1px solid #ddd;
  font-size: 0.8rem;
  margin-top: 15px;
  padding-top: 15px;
}

body div#react-root div.order.container div.materialized div.bundle div.instance {
  margin-bottom: 1rem;
}

body div#react-root div.order.container div.materialized div.bundle div.instance p {
  margin-bottom: 0.4rem;
}

body div#react-root div.order.container div.materialized div.bundle table th,
body div#react-root div.order.container div.materialized div.bundle table td {
  border-bottom: 0;
}

body div#react-root div.order.container div.materialized div.bundle table td {
  border-top: 1px solid #eceeef;
}

body div#react-root div.order.container div.materialized div.bundle table td:first-of-type {
  padding-left: 0;
}

body div#react-root div.order.container div.materialized div.bundle table td:last-of-type {
  padding-right: 0;
}

body div#react-root div.order.container div.materialized div.bundle table tbody {
  background-color: white;
}

body div#react-root div.order.container div.materialized div.tickets div.thing {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}

body div#react-root div.presentation nav.navbar-toggleable {
  background: white;
  padding-bottom: 0;
  padding-top: 0;
}

body div#react-root div.presentation nav.navbar-toggleable div.container {
  justify-content: space-between;
  min-height: 56px;
}

body div#react-root div.presentation nav.navbar-toggleable div.container a.navbar-brand {
  line-height: 3rem;
}

body div#react-root div.presentation nav.navbar-toggleable div.container a.navbar-brand img {
  max-height: 2.5rem;
  margin: 0.25rem 0;
  max-width: 100%;
}

body div#react-root div.presentation nav.navbar-toggleable div.container button {
  border: none;
}

body div#react-root div.presentation nav.navbar-toggleable div.container button:focus {
  box-shadow: none;
}

body div#react-root div.presentation nav.navbar-toggleable div.container a.show-cart,
body div#react-root div.presentation nav.navbar-toggleable div.container a.toggle-navbar {
  float: right;
}

body div#react-root div.presentation nav.navbar-toggleable div.container a.show-cart:hover,
body div#react-root div.presentation nav.navbar-toggleable div.container a.toggle-navbar:hover {
  color: #333333;
}

body div#react-root div.presentation nav.navbar-toggleable div.container a.show-cart {
  color: black;
  margin: 0.6rem 0 0.9rem;
}

body div#react-root div.presentation nav.navbar-toggleable div.container a.show-cart:hover {
  color: #3174ad;
}

body div#react-root div.presentation nav.navbar-toggleable div.container a.toggle-navbar {
  margin: 0.75rem 0 0.7rem 1.5rem;
}

body div#react-root div.presentation nav.navbar-toggleable div.container button.sign-out {
  margin: 5px 0 10px;
  padding: 0;
}

body div#react-root div.presentation nav.navbar-toggleable div.container div.collapse div.loading-bars {
  margin: 8px 0 10px;
}

body div#react-root div.presentation nav.navbar-toggleable div.container div.dropdown .btn-secondary:active,
body div#react-root div.presentation nav.navbar-toggleable div.container div.dropdown .btn-secondary.active,
body div#react-root div.presentation nav.navbar-toggleable div.container div.dropdown .show > .btn-secondary.dropdown-toggle {
  background: transparent;
}

body div#react-root div.presentation nav.navbar-toggleable div.container div.dropdown div.dropdown-menu {
  border: none;
}

body div#react-root div.presentation nav.navbar-toggleable div.container div.dropdown div.dropdown-menu a.nav-link {
  padding-left: 1rem;
}

body div#react-root div.presentation nav.navbar-toggleable div.container div.dropdown div.dropdown-menu div.loading-bars {
  padding: 6px 20px;
}

body div#react-root div.presentation nav.navbar-toggleable div.container div.dropdown.user {
  display: inline-block;
  margin-top: 6px;
}

body div#react-root div.presentation nav.navbar-toggleable div.container div.dropdown.user button.sign-out {
  padding-left: 10px;
}

body div#react-root div.presentation nav.navbar-toggleable div.container div.edit {
  display: inline-block;
}

body div#react-root div.presentation nav.navbar-toggleable div.container div.edit div.actions {
  display: inline-block;
  height: 56px;
  padding: 5px 0;
  vertical-align: bottom;
  opacity: 0;
}

body div#react-root div.presentation nav.navbar-toggleable div.container div.edit div.actions button {
  display: block;
  width: 52px;
}

body div#react-root div.presentation nav.navbar-toggleable div.container div.edit div.actions button:first-of-type {
  margin-bottom: 0.25rem;
}

body div#react-root div.presentation nav.navbar-toggleable div.container div.edit:hover div.actions {
  opacity: 1;
}

body div#react-root div.presentation nav.navbar-toggleable div.container div.edit:hover a.navbar-brand {
  opacity: 0.5;
}

body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse {
  margin-bottom: 30px;
}

body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse li.nav-item a.nav-link {
  padding-left: 1rem;
}

body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse li.nav-item a.nav-link.active {
  border-left: 1px solid #3174ad;
}

body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse a.navbar-brand {
  color: white;
  font-family: 'Arimo', sans-serif;
}

body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse .flag {
  height: 0.8rem;
  position: relative;
  right: -25px;
}

body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse div.dropdown button {
  background: transparent;
  border: none;
  color: white;
  padding-top: 0.66rem;
}

body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse div.dropdown button:focus {
  box-shadow: none;
}

body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse div.dropdown.admin div.dropdown-menu a:last-of-type {
  padding-bottom: 1rem !important;
}

body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse div.dropdown div.dropdown-menu {
  background: #292b2c;
  border: none;
}

body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse div.dropdown div.dropdown-menu button {
  text-align: left;
  width: 100%;
}

body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse div.dropdown div.dropdown-menu a.nav-link {
  border-bottom: none !important;
  padding: 0.5rem 1rem !important;
}

body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse div.dropdown.admin div.dropdown-menu {
  padding: 0;
}

body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse div.dropdown.user div.dropdown-menu a.nav-link.active {
  border-left: 1px solid #3174ad;
}

body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse div.dropdown.user div.dropdown-menu div.loading-bars {
  margin: 1rem 1rem 0.5rem;
}

body div#react-root div.dashboard p.none {
  color: #bf0101;
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 15px;
}

body div#react-root div.dashboard p.none i {
  margin-left: 10px;
}

body div#react-root div.dashboard div.canvas {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background: white;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 15px;
}

body div#react-root div.dashboard div.canvas.homepage,
body div#react-root div.dashboard div.canvas.review {
  margin-bottom: 30px;
}

body div#react-root div.dashboard div.canvas.things {
  padding: 0;
}

body div#react-root div.dashboard div.canvas.things h1 {
  margin-bottom: 0;
  padding: 15px;
}

body div#react-root div.dashboard div.canvas.things .classifications {
  font-size: 0.8rem;
}

body div#react-root div.dashboard div.canvas.things .classifications header.individual-things {
  background-color: #3174ad;
  padding: 15px;
}

body div#react-root div.dashboard div.canvas.things .classifications header.individual-things a {
  color: white;
  margin-right: 15px;
}

body div#react-root div.dashboard div.canvas.things .classifications header.individual-things a.active {
  text-decoration: underline;
}

body div#react-root div.dashboard div.canvas.things .classifications table th,
body div#react-root div.dashboard div.canvas.things .classifications table td {
  border-bottom: 0;
  border-top: 1px solid #eceeef;
}

body div#react-root div.dashboard div.canvas.things .classifications table tbody {
  background-color: white;
}

body div#react-root div.dashboard div.canvas.things .classifications div.table-responsive:first-of-type {
  border-bottom: 1px solid #3174ad;
}

body div#react-root div.dashboard i.fa-question-circle {
  color: #7558c7;
  cursor: pointer;
}

body div#react-root div.dashboard section.attendees ul.nav-tabs i,
body div#react-root div.dashboard section.bundle ul.nav-tabs i,
body div#react-root div.dashboard section.entity ul.nav-tabs i,
body div#react-root div.dashboard section.thing ul.nav-tabs i,
body div#react-root div.dashboard section.things ul.nav-tabs i {
  margin-right: 5px;
}

body div#react-root div.dashboard section.attendees ul.nav-tabs i.fa-angle-double-left,
body div#react-root div.dashboard section.bundle ul.nav-tabs i.fa-angle-double-left,
body div#react-root div.dashboard section.entity ul.nav-tabs i.fa-angle-double-left,
body div#react-root div.dashboard section.thing ul.nav-tabs i.fa-angle-double-left,
body div#react-root div.dashboard section.things ul.nav-tabs i.fa-angle-double-left {
  margin-left: 5px;
  margin-right: 0;
}

body div#react-root div.dashboard section.attendees div.btn-group .btn,
body div#react-root div.dashboard section.bundle div.btn-group .btn,
body div#react-root div.dashboard section.entity div.btn-group .btn,
body div#react-root div.dashboard section.thing div.btn-group .btn,
body div#react-root div.dashboard section.things div.btn-group .btn {
  font-size: 0.875rem;
  font-weight: normal;
  padding: 2.5px 5px;
  text-transform: initial;
}

body div#react-root div.dashboard section.attendees div.dropdown-menu,
body div#react-root div.dashboard section.bundle div.dropdown-menu,
body div#react-root div.dashboard section.entity div.dropdown-menu,
body div#react-root div.dashboard section.thing div.dropdown-menu,
body div#react-root div.dashboard section.things div.dropdown-menu {
  left: auto;
  margin-top: -1px;
  padding: 0;
  right: 0;
}

body div#react-root div.dashboard section.attendees div.dropdown-menu div.dropdown-divider,
body div#react-root div.dashboard section.bundle div.dropdown-menu div.dropdown-divider,
body div#react-root div.dashboard section.entity div.dropdown-menu div.dropdown-divider,
body div#react-root div.dashboard section.thing div.dropdown-menu div.dropdown-divider,
body div#react-root div.dashboard section.things div.dropdown-menu div.dropdown-divider {
  margin: 0;
}

body div#react-root div.dashboard section.attendees div.dropdown-menu button:active,
body div#react-root div.dashboard section.bundle div.dropdown-menu button:active,
body div#react-root div.dashboard section.entity div.dropdown-menu button:active,
body div#react-root div.dashboard section.thing div.dropdown-menu button:active,
body div#react-root div.dashboard section.things div.dropdown-menu button:active {
  background: white;
  color: #3174ad;
}

body div#react-root div.dashboard section.attendees div.dropdown-menu button.remove,
body div#react-root div.dashboard section.bundle div.dropdown-menu button.remove,
body div#react-root div.dashboard section.entity div.dropdown-menu button.remove,
body div#react-root div.dashboard section.thing div.dropdown-menu button.remove,
body div#react-root div.dashboard section.things div.dropdown-menu button.remove {
  color: #bf0101;
}

body div#react-root div.dashboard section.bundle div.canvas.review div.row:last-of-type {
  padding-top: 15px;
}

body div#react-root div.dashboard section.bundle div.canvas.review div.row:last-of-type div.guidance div.alert {
  margin-top: 15px;
}

body div#react-root div.dashboard section.bundle div.canvas.review div.row:last-of-type div.guidance div.alert p.link-description {
  margin: 10px 0 5px;
}

body div#react-root div.dashboard section.bundle div.canvas.review div.row:last-of-type div.guidance div.alert div.link-container {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
}

body div#react-root div.dashboard section.bundle div.canvas.review div.row:last-of-type div.guidance div.alert div.link-container a {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  background: white;
  border: 1px solid #ddd;
  border-right: none;
  overflow: hidden;
  padding: 5px 10px;
}

body div#react-root div.dashboard section.bundle div.canvas.review div.row:last-of-type div.guidance div.alert div.link-container button {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border: 1px solid #ddd;
  width: 120px;
}

body div#react-root div.dashboard section.bundle div.canvas.review div.row:last-of-type div.guidance div.alert div.link-container button.btn-primary {
  border-left: none;
}

body div#react-root div.dashboard section.entity ul.nav-tabs a.nav-link.active {
  color: #3174ad;
}

body div#react-root div.dashboard section.entity.new form {
  padding: 15px;
}

body div#react-root div.dashboard section.entity.new form div.alert {
  margin-bottom: 0;
}

body div#react-root div.dashboard section.entity.new form p {
  margin-top: 5px;
}

body div#react-root div.dashboard section.entity.new form p.guidance {
  font-size: 0.8rem;
}

body div#react-root div.dashboard section.entity.new form div.card {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  font-size: 0.8rem;
  max-height: 122px;
  text-align: justify;
  overflow-y: scroll;
}

body div#react-root div.dashboard section.entity.new form div.card div.card-block p.timestamp {
  margin-top: 0;
}

body div#react-root div.dashboard section.entity.new form div.alert.terms {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  border-bottom-color: #ddd;
  border-left-color: #ddd;
  border-right-color: #ddd;
}

body div#react-root div.dashboard section.entity.new form div.form-check {
  margin: -5px 0 15px;
}

body div#react-root div.dashboard section.entity.new form div.form-check input[type="checkbox"] {
  margin: 0.4rem 0 0;
}

body div#react-root div.dashboard section.entity.new form div.form-check label {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

body div#react-root div.dashboard section.entity.new form button {
  width: 100%;
}

body div#react-root div.dashboard section.entity div.settings.canvas {
  padding-bottom: 0;
}

body div#react-root div.dashboard section.entity div.payments a.disconnect,
body div#react-root div.dashboard section.entity div.settings a.disconnect {
  font-size: 0.8rem;
}

body div#react-root div.dashboard section.entity div.payments form p.text-muted,
body div#react-root div.dashboard section.entity div.settings form p.text-muted {
  margin-top: 5px;
}

body div#react-root div.dashboard section.entity div.payments form div.form-group,
body div#react-root div.dashboard section.entity div.settings form div.form-group {
  margin-bottom: 0;
}

body div#react-root div.dashboard section.entity div.payments form input.form-check-input,
body div#react-root div.dashboard section.entity div.settings form input.form-check-input {
  position: initial;
  margin: auto;
}

body div#react-root div.dashboard section.entity div.payments form div.alert p.disclaimer,
body div#react-root div.dashboard section.entity div.settings form div.alert p.disclaimer {
  font-size: 0.8rem;
  padding-left: 2rem;
}

body div#react-root div.dashboard section.entity div.payments form div.alert i.fa,
body div#react-root div.dashboard section.entity div.settings form div.alert i.fa {
  margin-right: 10px;
}

body div#react-root div.dashboard section.entity div.payments form div.alert input[type="checkbox"],
body div#react-root div.dashboard section.entity div.settings form div.alert input[type="checkbox"] {
  margin-right: 5px;
}

body div#react-root div.dashboard section.entity div.payments form button[type="submit"],
body div#react-root div.dashboard section.entity div.settings form button[type="submit"] {
  width: 100%;
}

body div#react-root div.dashboard section.entity div.payments p span.text-muted,
body div#react-root div.dashboard section.entity div.settings p span.text-muted {
  margin-left: 10px;
}

body div#react-root div.dashboard section.entity div.payments p.connect,
body div#react-root div.dashboard section.entity div.settings p.connect {
  margin-top: 5px;
}

body div#react-root div.dashboard section.entity div.presentation {
  border-top: 1px solid #3174ad;
  width: 100%;
}

body div#react-root div.dashboard section.thing div.presentation {
  border-top: 1px solid #3174ad;
  width: 100%;
}

body div#react-root div.dashboard section.thing div.canvas {
  padding-bottom: 0;
}

body div#react-root div.dashboard section.thing div.canvas div.btn-group > button {
  text-transform: none;
}

body div#react-root div.dashboard section.thing div.canvas div.row:first-of-type {
  border-bottom: 1px solid #ddd;
}

body div#react-root div.dashboard section.thing div.canvas h2 {
  line-height: 1.8rem;
}

body div#react-root div.dashboard section.thing div.canvas div.periods.row,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row,
body div#react-root div.dashboard section.thing div.canvas div.checkout.row {
  border-bottom: 0;
  padding: 15px 0 0;
}

body div#react-root div.dashboard section.thing div.canvas div.periods.row h2 a.pull-right,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row h2 a.pull-right,
body div#react-root div.dashboard section.thing div.canvas div.checkout.row h2 a.pull-right {
  font-size: 0.8rem;
}

body div#react-root div.dashboard section.thing div.canvas div.periods.row div.schedule,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.schedule,
body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.schedule {
  margin-bottom: 15px;
}

body div#react-root div.dashboard section.thing div.canvas div.periods.row div.schedule div.btn-group,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.schedule div.btn-group,
body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.schedule div.btn-group {
  margin: 0 5px 5px 0;
}

body div#react-root div.dashboard section.thing div.canvas div.periods.row div.schedule div.alert button,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.schedule div.alert button,
body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.schedule div.alert button {
  margin: 5px 5px 0 0;
}

body div#react-root div.dashboard section.thing div.canvas div.periods.row div.schedule div.alert button i.fa,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.schedule div.alert button i.fa,
body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.schedule div.alert button i.fa {
  margin-right: 10px;
}

body div#react-root div.dashboard section.thing div.canvas div.periods.row div.schedule div.alert div.response,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.schedule div.alert div.response,
body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.schedule div.alert div.response {
  margin-top: 5px;
}

body div#react-root div.dashboard section.thing div.canvas div.periods.row div.periods,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.periods,
body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.periods {
  margin-bottom: 10px;
}

body div#react-root div.dashboard section.thing div.canvas div.periods.row div.periods a.btn,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.periods a.btn,
body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.periods a.btn {
  margin: 0 5px 5px 0;
  max-width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

body div#react-root div.dashboard section.thing div.canvas div.periods.row div.period.btn,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.period.btn,
body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.period.btn {
  display: table;
  margin-bottom: 15px;
  width: auto;
}

body div#react-root div.dashboard section.thing div.canvas div.periods.row a.existing-classification,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row a.existing-classification,
body div#react-root div.dashboard section.thing div.canvas div.checkout.row a.existing-classification {
  position: relative;
  font-size: 0.8rem;
  top: -10px;
}

body div#react-root div.dashboard section.thing div.canvas div.periods.row a.rename-classification,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row a.rename-classification,
body div#react-root div.dashboard section.thing div.canvas div.checkout.row a.rename-classification {
  position: relative;
  font-size: 0.8rem;
  top: -10px;
}

body div#react-root div.dashboard section.thing div.canvas div.periods.row a.existing-deadline,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row a.existing-deadline,
body div#react-root div.dashboard section.thing div.canvas div.checkout.row a.existing-deadline {
  font-size: 0.8rem;
  margin-top: 5px;
}

body div#react-root div.dashboard section.thing div.canvas div.periods.row div.react-datepicker-wrapper,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.react-datepicker-wrapper,
body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.react-datepicker-wrapper {
  width: 100%;
}

body div#react-root div.dashboard section.thing div.canvas div.periods.row div.react-datepicker-wrapper div.react-datepicker__input-container,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.react-datepicker-wrapper div.react-datepicker__input-container,
body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.react-datepicker-wrapper div.react-datepicker__input-container {
  width: 100%;
}

body div#react-root div.dashboard section.thing div.canvas div.periods.row form.period div.input-group div:not([class]) {
  width: 100%;
}

body div#react-root div.dashboard section.thing div.canvas div.periods.row form.period div.input-group div:not([class]) input.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-right: none;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.sold-status {
  margin-bottom: 15px;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.sold-status a.remove-limit {
  font-size: 0.8rem;
  line-height: 24px;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.form-group.custom-capacity input[type="checkbox"] {
  margin: auto;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.form-group.custom-capacity label {
  padding-left: 1.5rem;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.input-group div:not([class]) {
  width: 100%;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.input-group div:not([class]) div.react-datepicker-wrapper div.react-datepicker__input-container input.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-right: none;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period {
  margin-bottom: 15px;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period header {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 15px;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period table {
  border: 1px solid #ddd;
  font-size: 0.8rem;
  margin-bottom: 0;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period table:first-of-type:not(.sortable) {
  border-bottom: 0;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period table:first-of-type:not(.sortable) tr {
  border-bottom: 0;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period table tr th.actions,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period table tr td.actions {
  padding: 5px 5px 0;
  width: 171px;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period table tr th.actions a.btn,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period table tr td.actions a.btn {
  margin-bottom: 5px;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period table tr th.price,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period table tr td.price {
  width: 80px;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period table tr th.deadline,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period table tr td.deadline {
  width: 80px;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period table tr th.limit,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period table tr td.limit {
  width: 50px;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period table tr th.none,
body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period table tr td.none {
  background: #ffac3b;
  color: white;
  padding: 10px;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period table thead tr {
  border: 1px solid #ddd;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period table thead tr th {
  border: none;
  padding: 10px;
  text-align: right;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period table thead tr th.note {
  color: #a4a5a6;
  font-style: italic;
  padding: 10px;
}

body div#react-root div.dashboard section.thing div.canvas div.offerings.row div.options div.offering-period table tbody {
  border: 0;
}

body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.alert {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 60px;
}

body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.alert a.btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: calc(100% - 30px);
}

body div#react-root div.dashboard section.thing div.canvas div.checkout.row form.ad-image-destination div.input-group div.input-group-addon:last-child {
  overflow: hidden;
  padding: 0;
}

body div#react-root div.dashboard section.thing div.canvas div.checkout.row form.ad-image-destination div.input-group div.input-group-addon:last-child button {
  border-radius: 0;
}

body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.ad-image {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.ad-image img {
  width: 100%;
}

body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.ad-image div.loading {
  background: #e4e5e6;
  height: 422px;
  padding-bottom: 15px;
}

body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.ad-image div.loading span.spinner {
  display: block;
  margin: auto;
}

body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.ad-image div.edit {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}

body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.ad-image div.edit:hover {
  opacity: 1;
}

body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.ad-image div.edit div.opacity {
  background: black;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}

body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.ad-image div.edit div.actions {
  position: relative;
  top: -50%;
  transform: translateY(-50%);
}

body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.ad-image div.edit div.actions button:first-of-type {
  margin-right: 5px;
}

body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.ad-image div.missing {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-image: url("pinstriped_suit.png");
  border-bottom: 1px solid #ddd;
  height: 422px;
  padding: 190px 0 15px;
}

body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.ad-image div.missing p {
  color: white;
  font-size: 0.8rem;
  margin-top: 10px;
  text-shadow: 1px 1px black;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row {
  border-bottom: 0;
  padding: 15px 0 0;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row h2 a.pull-right,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row h2 a.pull-right,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row h2 a.pull-right {
  font-size: 0.8rem;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row form div.alert i.fa,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row form div.alert i.fa,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row form div.alert i.fa {
  margin-right: 10px;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row form input[type="checkbox"],
body div#react-root div.dashboard section.thing div.canvas div.charges.row form input[type="radio"],
body div#react-root div.dashboard section.thing div.canvas div.discounts.row form input[type="checkbox"],
body div#react-root div.dashboard section.thing div.canvas div.discounts.row form input[type="radio"],
body div#react-root div.dashboard section.thing div.canvas div.inputs.row form input[type="checkbox"],
body div#react-root div.dashboard section.thing div.canvas div.inputs.row form input[type="radio"] {
  font-size: 1rem;
  margin-right: 10px;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row form a.existing-expiration,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row form a.existing-expiration,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row form a.existing-expiration {
  font-size: 0.8rem;
  margin-top: 5px;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row table,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table {
  font-size: 0.8rem;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row table:first-of-type th,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table:first-of-type th,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table:first-of-type th {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row table:last-of-type tr,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table:last-of-type tr,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table:last-of-type tr {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row table tr th,
body div#react-root div.dashboard section.thing div.canvas div.charges.row table tr td,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tr th,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tr td,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tr th,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tr td {
  padding: 10px;
  text-align: right;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row table tr th.actions,
body div#react-root div.dashboard section.thing div.canvas div.charges.row table tr td.actions,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tr th.actions,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tr td.actions,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tr th.actions,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tr td.actions {
  padding: 5px 5px 0;
  width: 96px;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row table tr th.actions a.btn,
body div#react-root div.dashboard section.thing div.canvas div.charges.row table tr td.actions a.btn,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tr th.actions a.btn,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tr td.actions a.btn,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tr th.actions a.btn,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tr td.actions a.btn {
  margin-bottom: 5px;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row table tr th.amount,
body div#react-root div.dashboard section.thing div.canvas div.charges.row table tr td.amount,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tr th.amount,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tr td.amount,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tr th.amount,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tr td.amount {
  width: 78px;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row table tr th.global,
body div#react-root div.dashboard section.thing div.canvas div.charges.row table tr td.global,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tr th.global,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tr td.global,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tr th.global,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tr td.global {
  width: 70px;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row table tr th.quantity-limit,
body div#react-root div.dashboard section.thing div.canvas div.charges.row table tr td.quantity-limit,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tr th.quantity-limit,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tr td.quantity-limit,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tr th.quantity-limit,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tr td.quantity-limit {
  width: 50px;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row table tr th.required,
body div#react-root div.dashboard section.thing div.canvas div.charges.row table tr td.required,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tr th.required,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tr td.required,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tr th.required,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tr td.required {
  width: 82px;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row table tr th.type,
body div#react-root div.dashboard section.thing div.canvas div.charges.row table tr td.type,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tr th.type,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tr td.type,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tr th.type,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tr td.type {
  width: 140px;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row table tr th.note,
body div#react-root div.dashboard section.thing div.canvas div.charges.row table tr td.note,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tr th.note,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tr td.note,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tr th.note,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tr td.note {
  color: #a4a5a6;
  font-style: italic;
  padding: 10px;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row table tr.handle > td,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tr.handle > td,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tr.handle > td {
  background: #f4f5f6;
  border-right: 1px solid #ddd;
  color: black;
  padding: 0;
  text-align: center;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row table thead tr,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table thead tr,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table thead tr {
  border: 1px solid #ddd;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row table thead tr th,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table thead tr th,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table thead tr th {
  border: none;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row table tbody tr,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tbody tr,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tbody tr {
  border: 1px solid #ddd;
  border-top: none;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row table tbody tr td a.btn,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tbody tr td a.btn,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tbody tr td a.btn {
  margin-left: 5px;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row table tbody.editing,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tbody.editing,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tbody.editing {
  color: #019901;
}

body div#react-root div.dashboard section.thing div.canvas div.charges.row table tbody.editing a.btn-secondary,
body div#react-root div.dashboard section.thing div.canvas div.discounts.row table tbody.editing a.btn-secondary,
body div#react-root div.dashboard section.thing div.canvas div.inputs.row table tbody.editing a.btn-secondary {
  color: black;
  width: 80px;
}

body div#react-root div.dashboard section.thing div.canvas div.inputs.row a.add-option {
  margin-bottom: 15px;
}

body div#react-root div.dashboard section.thing div.canvas form div.alert p {
  font-size: 1rem;
  margin-top: 0;
}

body div#react-root div.dashboard section.thing div.canvas form div.alert div.response p {
  font-size: 0.8rem;
  margin-top: 15px;
}

body div#react-root div.dashboard section.thing div.canvas form.row {
  padding: 15px 0;
}

body div#react-root div.dashboard section.thing div.canvas form.row.summary {
  padding-bottom: 0;
}

body div#react-root div.dashboard section.thing div.canvas form.row div div.loading-bars {
  margin-top: 30px;
}

body div#react-root div.dashboard section.thing div.canvas form.row div.row:first-of-type {
  border: none;
}

body div#react-root div.dashboard section.thing div.canvas form.row div.alert p.flex a.btn {
  margin: 10px 0;
  width: 100%;
}

body div#react-root div.dashboard section.thing div.canvas form.row div.alert p.flex a:not(.btn) {
  display: block;
}

body div#react-root div.dashboard section.thing div.canvas.review div.row:last-of-type {
  padding-top: 15px;
}

body div#react-root div.dashboard section.thing div.canvas.review div.row:last-of-type div.guidance div.alert {
  margin-top: 15px;
}

body div#react-root div.dashboard section.thing div.canvas.review div.row:last-of-type div.guidance div.alert p.link-description {
  margin: 10px 0 5px;
}

body div#react-root div.dashboard section.thing div.canvas.review div.row:last-of-type div.guidance div.alert div.link-container {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
}

body div#react-root div.dashboard section.thing div.canvas.review div.row:last-of-type div.guidance div.alert div.link-container a {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  background: white;
  border: 1px solid #ddd;
  border-right: none;
  overflow: hidden;
  padding: 5px 10px;
}

body div#react-root div.dashboard section.thing div.canvas.review div.row:last-of-type div.guidance div.alert div.link-container button {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border: 1px solid #ddd;
  width: 120px;
}

body div#react-root div.dashboard section.thing div.canvas.review div.row:last-of-type div.guidance div.alert div.link-container button.btn-primary {
  border-left: none;
}

body div#react-root div.dashboard section.attendees div.canvas,
body div#react-root div.dashboard section.things div.canvas {
  padding: 0;
}

body div#react-root div.dashboard section.attendees div.canvas div.row,
body div#react-root div.dashboard section.things div.canvas div.row {
  margin: 0;
  padding: 15px 0;
}

body div#react-root div.dashboard section.attendees div.canvas div.row div.row,
body div#react-root div.dashboard section.things div.canvas div.row div.row {
  padding: 0;
}

body div#react-root div.dashboard section.attendees div.canvas div.row div.row p.title,
body div#react-root div.dashboard section.things div.canvas div.row div.row p.title {
  font-weight: 500;
}

body div#react-root div.dashboard section.attendees div.canvas div.row div.row p.subtitle,
body div#react-root div.dashboard section.things div.canvas div.row div.row p.subtitle {
  font-size: 0.6rem;
}

body div#react-root div.dashboard section.attendees div.canvas div.row div.row .badge,
body div#react-root div.dashboard section.things div.canvas div.row div.row .badge {
  margin-right: 0.2rem;
}

body div#react-root div.dashboard section.attendees div.canvas div.row div.row > div,
body div#react-root div.dashboard section.things div.canvas div.row div.row > div {
  padding: 0;
}

body div#react-root div.dashboard section.attendees div.canvas div.row div.btn-group-container,
body div#react-root div.dashboard section.things div.canvas div.row div.btn-group-container {
  margin-top: 10px;
}

body div#react-root div.dashboard section.attendees div.canvas div.row:not(:last-of-type),
body div#react-root div.dashboard section.things div.canvas div.row:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

body div#react-root div.dashboard section.attendees div.canvas div.row div.row .badge {
  margin-bottom: 10px;
}

body div#react-root div.dashboard section.attendees div.canvas div.row div.loading-bars {
  display: inline-block;
}

body div#react-root div.dashboard section.attendees div.canvas div.row a.order {
  margin-left: 10px;
}

body div#react-root div.dashboard section.patrons div.materialized.container.header {
  margin-bottom: 15px;
}

body div#react-root div.dashboard section.patrons div.materialized.container.header div.row > div {
  padding-bottom: 15px;
}

body div#react-root div.dashboard section.patrons div.table-container {
  margin-bottom: 0;
  padding: 0;
}

body div#react-root div.dashboard section.patrons div.table-container h2 {
  font-size: 1.5rem;
  margin: 0;
  padding: 15px;
}

body div#react-root div.dashboard section.patrons div.table-container table {
  font-size: 0.8rem;
  margin: 0;
}

body div#react-root div.dashboard section.patrons div.table-container table tbody tr.order,
body div#react-root div.dashboard section.patrons div.table-container table tbody tr.user {
  cursor: pointer;
}

body div#react-root div.dashboard section.patrons div.table-container table tbody tr.order td,
body div#react-root div.dashboard section.patrons div.table-container table tbody tr.user td {
  max-width: 240px;
  min-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body div#react-root div.dashboard section.patrons div.table-container table tbody tr.order td.actions,
body div#react-root div.dashboard section.patrons div.table-container table tbody tr.user td.actions {
  padding: 0;
}

body div#react-root div.dashboard section.patrons div.table-container table tbody tr.order td.actions div.dropdown > button,
body div#react-root div.dashboard section.patrons div.table-container table tbody tr.user td.actions div.dropdown > button {
  background: transparent;
  border: 0;
  padding: 8px 10px;
}

body div#react-root div.dashboard section.patrons div.table-container table tbody tr.order td.actions div.dropdown > button:focus,
body div#react-root div.dashboard section.patrons div.table-container table tbody tr.user td.actions div.dropdown > button:focus {
  box-shadow: none;
}

body div#react-root div.dashboard section.patrons div.table-container table tbody tr.order td.actions div.dropdown-menu,
body div#react-root div.dashboard section.patrons div.table-container table tbody tr.user td.actions div.dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  left: auto;
  padding: 0.5rem;
  right: -1px;
  text-align: right;
  top: 42px;
}

body div#react-root div.dashboard section.patrons div.table-container table tbody tr.order td.actions div.dropdown-menu .dropdown-header,
body div#react-root div.dashboard section.patrons div.table-container table tbody tr.user td.actions div.dropdown-menu .dropdown-header {
  padding: 0;
}

body div#react-root div.dashboard section.patrons div.table-container table tbody tr.order td.actions div.dropdown-menu button,
body div#react-root div.dashboard section.patrons div.table-container table tbody tr.user td.actions div.dropdown-menu button {
  font-size: 0.8rem;
  width: 100%;
}

body div#react-root div.dashboard section.patrons div.table-container table tbody tr td.loading {
  cursor: default;
}

body div#react-root div.dashboard section.patrons div.table-container table tbody tr td.loading div.loading {
  float: left;
  height: 27px;
}

body div#react-root div.dashboard section.patrons div.table-container table tbody tr td.loading:hover {
  background: white;
}

body div#react-root div.dashboard div.attendee.container div.materialized:not(.ticket-body) {
  padding: 15px 15px 0;
}

body div#react-root div.dashboard div.attendee.container div.materialized:not(.ticket-body) table thead {
  background: #3174ad;
  color: white;
}

body div#react-root div.dashboard div.attendee.container div.materialized:not(.ticket-body) table tbody td span.label {
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

body div#react-root div.dashboard div.attendee.container div.materialized:not(.ticket-body) i.fa {
  margin-left: 10px;
}

body div#react-root div.dashboard div.attendee.container div.materialized:not(.ticket-body) h5 > i.fa {
  margin: 0 10px 0 0;
}

body div#react-root div.dashboard div.attendee.container div.materialized:not(.ticket-body) div.ticket {
  margin-bottom: 15px;
}

body div#react-root div.dashboard div.attendee.container div.materialized:not(.ticket-body).loading {
  padding-bottom: 15px;
}

body div#react-root div.dashboard section.things div.canvas div.row a.new-thing {
  margin-left: 10px;
}

body div#react-root div.dashboard div.admin div.container {
  max-width: calc(100% - 30px);
}

body div#react-root div.dashboard div.admin div.materialized h1 {
  font-size: 2rem;
  margin-bottom: 0;
}

body div#react-root div.dashboard div.admin.log div.materialized {
  margin-bottom: 15px;
  padding: 15px;
}

body div#react-root div.dashboard div.admin.log div.materialized span.badge {
  margin-right: 0.6rem;
}

body div#react-root div.dashboard div.admin.log div.materialized div.jobs a.btn {
  font-size: 0.6rem;
  font-weight: 400;
  padding: 10px;
  text-transform: uppercase;
}

body div#react-root div.dashboard div.admin.log div.materialized div.jobs p {
  font-size: 0.8rem;
}

body div#react-root div.dashboard div.admin.log div.materialized div.jobs p span.count {
  font-weight: bold;
  margin: 0 10px;
}

body div#react-root div.dashboard div.admin.log div.materialized div.jobs pre.job {
  background: white;
  border: 1px solid #ddd;
  color: black;
  font-size: 0.6rem;
  margin-top: 10px;
  padding: 5px;
}

body div#react-root div.dashboard div.admin.log div.materialized div.jobs pre.job a.remove,
body div#react-root div.dashboard div.admin.log div.materialized div.jobs pre.job a.restart {
  margin-right: 10px;
}

body div#react-root div.dashboard div.admin.log div.materialized div.btn-group.users {
  margin-left: 15px;
}

body div#react-root div.dashboard div.admin.log div.materialized div.loading {
  padding: 15px;
}

body div#react-root div.dashboard div.admin.log div.materialized div.loading.absolute {
  position: absolute;
  left: 572px;
  top: -74px;
}

body div#react-root div.dashboard div.admin.log div.materialized div.loading.absolute span.spinner {
  margin: 0;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries {
  padding: 0;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row {
  font-size: 0.8rem;
  margin: 0;
  padding: 15px 0;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row span.spinner {
  float: left;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row span.badge {
  text-transform: uppercase;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row div.entry-summary p.error,
body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row div.entry-summary p.not-found {
  color: #bf0101;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row div.entry-detail div.entry-style {
  margin-bottom: 10px;
  margin-top: 15px;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row div.entry-detail div.entry-mod {
  margin-top: 15px;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row div.entry-detail div.entry-doc {
  margin-top: 15px;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row div.entry-detail div.entry-url {
  margin-top: 15px;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row div.entry-detail div.entry-modifications {
  padding-top: 15px;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row div.entry-detail div.entry-modifications table {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #292b2c;
  color: white;
  line-height: 2;
  margin: 0;
  table-layout: fixed;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row div.entry-detail div.entry-modifications table code {
  background: inherit;
  color: white;
  font-weight: normal;
  padding: 0;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row div.entry-detail div.entry-modifications table thead tr th {
  border: none;
  font-weight: bold;
  width: 47%;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row div.entry-detail div.entry-modifications table thead tr th:nth-of-type(2) {
  width: 6%;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row div.entry-detail div.entry-modifications table tbody tr td {
  word-wrap: break-word;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row div.entry-detail div.entry-modifications table tbody tr td:not(:first-of-type):not(:last-of-type) {
  border-left: 1px solid white;
  border-right: 1px solid white;
  max-width: 100px;
  text-align: center;
  vertical-align: middle;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row div.entry-detail div.entry-modifications table tbody tr td:not(:first-of-type):not(:last-of-type) span.glyphicon {
  cursor: default;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row div.entry-detail div.entry-modifications table tbody tr td i.fa {
  font-size: 2rem;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row div.entry-detail div.entry-modifications table:not(:first-of-type) {
  margin-top: 10px;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row div.entry-detail label {
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row div.entry-detail div.entry-remove {
  padding-top: 5px;
  text-align: right;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row div.entry-detail div.entry-remove a {
  color: #bf0101;
  font-size: 10px;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row i.fa:not(.fa-long-arrow-right) {
  position: absolute;
  cursor: pointer;
  margin-top: 4px;
  right: 0;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row p.priority {
  margin-top: 15px;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row p.priority a.dismiss i.fa {
  color: #bf0101;
  margin: 0 5px 0 0;
  position: relative;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row a.select-user {
  color: #3174ad;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row span.subject {
  padding-right: 0.6rem;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row span.predicate span.badge:not(:last-of-type) {
  margin-right: 0.2rem;
}

body div#react-root div.dashboard div.admin.log div.materialized.log-entries div.log-entry.row span.predicate span.badge.badge-default {
  margin-left: 0.6rem;
}

body div#react-root div.dashboard div.admin.seating-charts div.materialized {
  margin-bottom: 15px;
  padding: 15px 0;
}

body div#react-root div.dashboard div.admin.seating-charts div.materialized h1 {
  font-size: 1.4rem;
}

body div#react-root div.dashboard div.admin.seating-charts div.materialized.chart-container {
  padding: 0;
}

body div#react-root div.dashboard div.admin.seating-charts div.table-container {
  padding: 0;
}

body div#react-root div.dashboard div.admin.seating-charts div.table-container table.table {
  margin: 0;
}

body div#react-root div.dashboard div.admin.seating-charts div.table-container table.table tbody tr:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

body div#react-root div.dashboard div.admin.seating-charts div.seating-chart {
  border: none;
}

body div#react-root div.dashboard div.admin.sellers div.materialized {
  margin-bottom: 15px;
  padding: 15px 15px 0;
}

body div#react-root div.dashboard div.admin.sellers div.materialized:last-of-type {
  padding-top: 0;
}

body div#react-root div.dashboard div.admin.sellers div.materialized div.loading {
  height: 33px;
  margin-right: 15px;
}

body div#react-root div.dashboard div.admin.sellers div.materialized div.col-md-2 button {
  margin-top: 5px;
}

body div#react-root div.dashboard div.admin.sellers div.materialized h2 {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0;
}

body div#react-root div.dashboard div.admin.sellers div.materialized i {
  color: #d4d5d6;
  cursor: pointer;
  margin-left: 5px;
}

body div#react-root div.dashboard div.admin.sellers div.materialized i.active {
  color: #019901;
}

body div#react-root div.dashboard div.admin.sellers div.materialized div.row {
  font-size: 0.8rem;
  padding-bottom: 15px;
}

body div#react-root div.dashboard div.admin.sellers div.materialized div.row div.loading-bars {
  padding-top: 10px;
}

body div#react-root div.dashboard div.admin.sellers div.materialized div.row.header {
  padding-top: 15px;
}

body div#react-root div.dashboard div.admin.sellers div.materialized div.row:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

body div#react-root div.dashboard div.admin.sellers div.materialized div.row.more {
  padding-top: 15px;
}

body div#react-root div.dashboard div.admin.sellers div.materialized div.row.more div.loading-bars {
  padding-top: 8px;
}

body div#react-root div.dashboard div.admin.sellers div.materialized div.row.user {
  padding-top: 15px;
}

body div#react-root div.dashboard div.admin.sellers div.materialized div.row.user p.name,
body div#react-root div.dashboard div.admin.sellers div.materialized div.row.user div.actions {
  display: inline-block;
}

body div#react-root div.dashboard div.admin.sellers div.materialized div.row.user p.name {
  font-size: 1.3rem;
  font-weight: 700;
}

body div#react-root div.dashboard div.admin.sellers div.materialized div.row.user div.actions {
  font-size: 1.3rem;
}

body div#react-root div.dashboard div.admin.sellers div.materialized div.row.user h2 {
  margin-bottom: 5px;
}

body div#react-root div.dashboard div.admin.sellers div.materialized div.row.user button,
body div#react-root div.dashboard div.admin.sellers div.materialized div.row.user a.phone {
  margin-top: 5px;
  width: 100%;
}

body div#react-root div.dashboard div.admin.sellers div.materialized div.row.user p.sales-total {
  margin-bottom: 10px;
}

body div#react-root div.dashboard div.admin.sellers div.materialized div.row.user p.value-timeframe {
  color: #d4d5d6;
  font-size: 0.6rem;
  margin-bottom: 5px;
}

body div#react-root div.dashboard div.admin.schedule div.materialized {
  margin-bottom: 15px;
  padding: 15px 0;
}

body div#react-root div.dashboard div.admin.schedule div.materialized h1 {
  font-size: 1.4rem;
}

body div#react-root div.dashboard div.admin.schedule div.materialized .selected-period .btn {
  margin-right: 15px;
}

body div#react-root div.dashboard div.admin.schedule div.materialized svg.chart .day {
  fill: #ddd;
}

body div#react-root div.dashboard div.admin.schedule div.materialized svg.chart text {
  fill: #abb4bd;
  font: 10px sans-serif;
}

body div#react-root div.dashboard div.admin.schedule div.materialized svg.chart .axis path,
body div#react-root div.dashboard div.admin.schedule div.materialized svg.chart .axis line {
  fill: none;
  stroke: #eee;
}

body div#react-root div.dashboard div.admin.schedule div.materialized svg.chart rect {
  stroke: white;
}

body div#react-root div.dashboard div.admin.schedule div.materialized svg.chart rect:hover {
  cursor: pointer;
}

body div#react-root div.dashboard div.admin.schedule div.materialized svg.chart rect.danger {
  fill: #bf0101;
}

body div#react-root div.dashboard div.admin.schedule div.materialized svg.chart rect.danger:active {
  fill: #bf0101;
}

body div#react-root div.dashboard div.admin.schedule div.materialized svg.chart rect.danger:hover {
  fill: #fe2828;
}

body div#react-root div.dashboard div.admin.schedule div.materialized svg.chart rect.default {
  fill: #e4e7ea;
}

body div#react-root div.dashboard div.admin.schedule div.materialized svg.chart rect.default:active {
  fill: #e4e7ea;
}

body div#react-root div.dashboard div.admin.schedule div.materialized svg.chart rect.default:hover {
  fill: #eff1f3;
}

body div#react-root div.dashboard div.admin.schedule div.materialized svg.chart rect.primary {
  fill: #3174ad;
}

body div#react-root div.dashboard div.admin.schedule div.materialized svg.chart rect.primary:active {
  fill: #3174ad;
}

body div#react-root div.dashboard div.admin.schedule div.materialized svg.chart rect.primary:hover {
  fill: #6ea6d6;
}

body div#react-root div.dashboard div.admin.schedule div.materialized svg.chart rect.warning {
  fill: #ffac3b;
}

body div#react-root div.dashboard div.admin.schedule div.materialized svg.chart rect.warning:active {
  fill: #ffac3b;
}

body div#react-root div.dashboard div.admin.schedule div.materialized svg.chart rect.warning:hover {
  fill: #ffd7a1;
}

body div#react-root div.dashboard div.admin.prospects table.metrics tr:hover {
  background-color: white;
}

body div#react-root div.dashboard div.admin.prospects table.metrics tr.totals {
  background-color: #3174ad;
  color: white;
}

body div#react-root div.dashboard div.admin.orders div.materialized,
body div#react-root div.dashboard div.admin.user div.materialized,
body div#react-root div.dashboard div.admin.users div.materialized {
  margin-bottom: 15px;
  padding: 15px;
}

body div#react-root div.dashboard div.admin.orders div.materialized div.loading,
body div#react-root div.dashboard div.admin.user div.materialized div.loading,
body div#react-root div.dashboard div.admin.users div.materialized div.loading {
  height: 33px;
  margin-right: 15px;
}

body div#react-root div.dashboard div.admin.orders div.materialized.table-container,
body div#react-root div.dashboard div.admin.user div.materialized.table-container,
body div#react-root div.dashboard div.admin.users div.materialized.table-container {
  margin-bottom: 0;
  padding: 0;
}

body div#react-root div.dashboard div.admin.orders div.materialized.table-container h2,
body div#react-root div.dashboard div.admin.user div.materialized.table-container h2,
body div#react-root div.dashboard div.admin.users div.materialized.table-container h2 {
  font-size: 1.5rem;
  margin: 0;
  padding: 15px;
}

body div#react-root div.dashboard div.admin.orders div.materialized.table-container table,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table {
  font-size: 0.8rem;
  margin: 0;
}

body div#react-root div.dashboard div.admin.orders div.materialized.table-container table tbody tr.order,
body div#react-root div.dashboard div.admin.orders div.materialized.table-container table tbody tr.user,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table tbody tr.order,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table tbody tr.user,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table tbody tr.order,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table tbody tr.user {
  cursor: pointer;
}

body div#react-root div.dashboard div.admin.orders div.materialized.table-container table tbody tr.order td,
body div#react-root div.dashboard div.admin.orders div.materialized.table-container table tbody tr.user td,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table tbody tr.order td,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table tbody tr.user td,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table tbody tr.order td,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table tbody tr.user td {
  max-width: 240px;
  min-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body div#react-root div.dashboard div.admin.orders div.materialized.table-container table tbody tr.order td.actions,
body div#react-root div.dashboard div.admin.orders div.materialized.table-container table tbody tr.user td.actions,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table tbody tr.order td.actions,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table tbody tr.user td.actions,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table tbody tr.order td.actions,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table tbody tr.user td.actions {
  padding: 0;
}

body div#react-root div.dashboard div.admin.orders div.materialized.table-container table tbody tr.order td.actions div.dropdown > button,
body div#react-root div.dashboard div.admin.orders div.materialized.table-container table tbody tr.user td.actions div.dropdown > button,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table tbody tr.order td.actions div.dropdown > button,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table tbody tr.user td.actions div.dropdown > button,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table tbody tr.order td.actions div.dropdown > button,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table tbody tr.user td.actions div.dropdown > button {
  background: transparent;
  border: 0;
  padding: 8px 10px;
}

body div#react-root div.dashboard div.admin.orders div.materialized.table-container table tbody tr.order td.actions div.dropdown > button:focus,
body div#react-root div.dashboard div.admin.orders div.materialized.table-container table tbody tr.user td.actions div.dropdown > button:focus,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table tbody tr.order td.actions div.dropdown > button:focus,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table tbody tr.user td.actions div.dropdown > button:focus,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table tbody tr.order td.actions div.dropdown > button:focus,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table tbody tr.user td.actions div.dropdown > button:focus {
  box-shadow: none;
}

body div#react-root div.dashboard div.admin.orders div.materialized.table-container table tbody tr.order td.actions div.dropdown-menu,
body div#react-root div.dashboard div.admin.orders div.materialized.table-container table tbody tr.user td.actions div.dropdown-menu,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table tbody tr.order td.actions div.dropdown-menu,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table tbody tr.user td.actions div.dropdown-menu,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table tbody tr.order td.actions div.dropdown-menu,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table tbody tr.user td.actions div.dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  left: auto;
  padding: 0.5rem;
  right: -1px;
  text-align: right;
  top: 42px;
}

body div#react-root div.dashboard div.admin.orders div.materialized.table-container table tbody tr.order td.actions div.dropdown-menu .dropdown-header,
body div#react-root div.dashboard div.admin.orders div.materialized.table-container table tbody tr.user td.actions div.dropdown-menu .dropdown-header,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table tbody tr.order td.actions div.dropdown-menu .dropdown-header,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table tbody tr.user td.actions div.dropdown-menu .dropdown-header,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table tbody tr.order td.actions div.dropdown-menu .dropdown-header,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table tbody tr.user td.actions div.dropdown-menu .dropdown-header {
  padding: 0;
}

body div#react-root div.dashboard div.admin.orders div.materialized.table-container table tbody tr.order td.actions div.dropdown-menu button,
body div#react-root div.dashboard div.admin.orders div.materialized.table-container table tbody tr.user td.actions div.dropdown-menu button,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table tbody tr.order td.actions div.dropdown-menu button,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table tbody tr.user td.actions div.dropdown-menu button,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table tbody tr.order td.actions div.dropdown-menu button,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table tbody tr.user td.actions div.dropdown-menu button {
  font-size: 0.8rem;
  width: 100%;
}

body div#react-root div.dashboard div.admin.orders div.materialized.table-container table tbody tr td.loading,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table tbody tr td.loading,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table tbody tr td.loading {
  cursor: default;
}

body div#react-root div.dashboard div.admin.orders div.materialized.table-container table tbody tr td.loading div.loading,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table tbody tr td.loading div.loading,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table tbody tr td.loading div.loading {
  float: left;
  height: 27px;
}

body div#react-root div.dashboard div.admin.orders div.materialized.table-container table tbody tr td.loading:hover,
body div#react-root div.dashboard div.admin.user div.materialized.table-container table tbody tr td.loading:hover,
body div#react-root div.dashboard div.admin.users div.materialized.table-container table tbody tr td.loading:hover {
  background: white;
}

body div#react-root div.dashboard div.admin.totals div.container {
  margin-bottom: 10px;
}

body div#react-root div.dashboard div.admin.totals div.container div.row:not(.daily) {
  padding-bottom: 10px;
}

body div#react-root div.dashboard div.admin.totals div.container div.row div {
  text-align: center;
}

body div#react-root div.dashboard div.admin.totals div.container div.row div h1 {
  color: #ddd;
  letter-spacing: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

body div#react-root div.dashboard div.admin.totals div.container div.row div h2 span.spinner {
  margin-top: 10px;
}

body div#react-root div.dashboard div.admin.totals div.container div.row div h3 {
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin: 0.45rem 0 15px;
  text-transform: uppercase;
}

body div#react-root div.dashboard div.admin.totals div.container div.row.totals {
  padding-top: 10px;
}

body div#react-root div.dashboard div.admin.totals div.container div.row.daily {
  padding-top: 10px;
}

body div#react-root div.dashboard div.admin.totals div.container div.row.daily div.col-12 {
  padding: 0;
}

body div#react-root div.dashboard div.admin.totals div.container div.row.daily div.col-12 table.table {
  margin-bottom: 0;
  text-align: right;
}

body div#react-root div.dashboard div.admin.totals div.container div.row.daily div.col-12 table.table thead tr:first-of-type th {
  font-weight: 600;
}

body div#react-root div.dashboard div.admin.totals div.container div.row.daily div.col-12 table.table thead tr th {
  border-bottom: none;
  font-size: 0.8rem;
  font-weight: 300;
  text-align: right;
}

body div#react-root div.dashboard div.admin.totals div.container div.row.daily div.col-12 table.table thead tr th:first-of-type {
  text-align: left;
}

body div#react-root div.dashboard div.admin.totals div.container div.row.daily div.col-12 table.table thead tr th:not(:first-of-type) {
  border-left: 1px solid #eceeef;
}

body div#react-root div.dashboard div.admin.totals div.container div.row.daily div.col-12 table.table tbody tr td {
  font-size: 0.8rem;
  font-weight: 300;
}

body div#react-root div.dashboard div.admin.totals div.container div.row.daily div.col-12 table.table tbody tr td:first-of-type {
  text-align: left;
}

body div#react-root div.dashboard div.admin.totals div.container div.row.daily div.col-12 table.table tbody tr td:not(:first-of-type) {
  border-left: 1px solid #eceeef;
}

body div#react-root div.dashboard div.admin.totals div.container div.row.daily div.col-12 table.table tbody tr td span.spinner {
  margin: 0;
}

body div#react-root div.dashboard div.admin.user div.details {
  font-size: 0.8rem;
}

body div#react-root div.dashboard div.admin.user div.details table.table {
  margin-bottom: 0;
}

body div#react-root div.dashboard div.admin.user div.details table.table th {
  border-top: 0;
}

body div#react-root div.dashboard div.admin.user div.patron.details table.table td:first-of-type {
  width: 180px;
}

body div#react-root div.dashboard div.admin.user div.patron.details table.table td:last-of-type {
  cursor: text;
}

body div#react-root div.dashboard div.admin.user div.container p {
  line-height: 2;
}

body div#react-root div.dashboard div.admin.user div.container p input {
  display: inline-block;
}

body div#react-root div.dashboard div.admin.user div.container.table-container {
  margin-top: 30px;
}

body div#react-root div.dashboard div.admin.user div.container.table-container table tbody tr td:last-of-type {
  cursor: default;
}

body div#react-root div.dashboard div.admin.users div.container div.loading-bars {
  padding-top: 8px;
}

body div#react-root div.dashboard div.admin.users div.container.merge div:not(.row) {
  padding: 15px 0;
}

body div#react-root div.dashboard div.admin.users div.container.merge div:not(.row) h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

body div#react-root div.dashboard div.admin.users div.container.merge div:not(.row) p:last-of-type {
  font-weight: 800;
}

body div#react-root div.dashboard div.admin.users div.container.merge div:not(.row).bad {
  color: #bf0101;
}

body div#react-root div.dashboard div.admin.users div.container.merge div:not(.row).good {
  color: #019901;
}

body div#react-root div.dashboard div.admin.users div.container.merge div:not(.row):nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}

body div#react-root div.dashboard div.admin.users div.container.merge div:not(.row):nth-child(2) span.spinner {
  position: initial;
  top: initial;
}

body div#react-root div.dashboard div.admin.users div.container.table-container {
  margin-bottom: 15px;
}

body div#react-root div.dashboard div.admin.users div.container.table-container table tbody tr td:last-of-type {
  cursor: default;
  width: calc(56px + 0.75rem * 2);
}

body div#react-root div.dashboard div.admin.users div.container.table-container table tbody tr td:last-of-type button {
  margin-left: 4px;
}

body div#react-root div.dashboard div.terms-of-service {
  padding-bottom: 15px;
  padding-top: 15px;
}

body div#react-root div.dashboard div.terms-of-service h4 {
  margin: 0;
}

body div#react-root div.dashboard div.terms-of-service p.timestamp {
  font-size: 0.8rem;
  line-height: 2;
}

body div#react-root div.dashboard div.terms-of-service div.materialized {
  padding: 15px 0;
}

body div#react-root div.dashboard div.terms-of-service div.materialized div.row {
  padding: 0 15px;
}

body div#react-root div.dashboard div.terms-of-service div.user-actions.row p.instruction {
  line-height: 2.4;
}

body div#react-root div.dashboard div.terms-of-service div.user-actions.row form input {
  display: inline-block;
  text-align: right;
  width: calc(50% - 15px);
}

body div#react-root div.dashboard div.terms-of-service div.user-actions.row form button {
  display: inline-block;
  float: right;
  height: 40px;
  vertical-align: top;
  width: 50%;
}

body div#react-root footer:not(.fixed) {
  position: absolute;
  background: #292b2c;
  border-top: 1px solid #ccc;
  bottom: 0;
  color: white;
  height: 80px;
  line-height: 60px;
  width: 100%;
}

body div#react-root footer:not(.fixed) div.container {
  height: 100%;
  padding: 10px 0;
}

body div#react-root footer:not(.fixed) div.container p {
  font-size: 0.8rem;
  text-align: center;
  font-weight: 100;
}

body div#react-root footer:not(.fixed) div.container p a {
  color: #e4e5e6;
  font-weight: 400;
}

body div#react-root footer:not(.fixed) div.container p a:hover {
  color: white;
}

@media (max-width: 575px) {
  body div#react-root div.dashboard nav.navbar-toggleable div.container {
    width: 100%;
  }

  body div#react-root div.dashboard nav.navbar-toggleable div.container button.navbar-toggler-right {
    border: none;
    right: -15px;
  }

  body div#react-root div.presentation nav.navbar-toggleable div.container {
    margin: 0;
  }

  body div#react-root div.presentation nav.navbar-toggleable div.container button.navbar-toggler {
    margin-top: 7.5px;
    padding: 0;
    right: 0;
  }
}

@media (min-width: 576px) {
  body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse li.nav-item {
    padding-left: 15px;
  }

  body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse li.nav-item a.nav-link {
    padding: 0.5rem 0 0;
  }

  body div#react-root div.dashboard nav.navbar-toggleable.navbar-inverse li.nav-item a.nav-link.active {
    border-bottom: 1px solid #3174ad;
    border-left: none;
    padding-left: 0;
  }

  body div#react-root div.dashboard section.attendees div.canvas div.row div.btn-group-container,
  body div#react-root div.dashboard section.things div.canvas div.row div.btn-group-container {
    margin-top: 0;
  }

  body div#react-root div.dashboard section.thing div.canvas form.summary div.alert p {
    display: inline;
  }

  body div#react-root div.dashboard section.thing div.canvas form.summary div.alert p.flex {
    display: flex;
  }

  body div#react-root div.dashboard section.thing div.canvas form.summary div.alert p.flex a.btn {
    display: table;
    margin: 0;
    width: auto;
  }

  body div#react-root div.dashboard section.thing div.canvas form div.alert div.flex {
    display: flex;
  }

  body div#react-root div.dashboard section.thing div.canvas form div.alert div.flex p:not(.text-right) {
    width: 100%;
  }

  body div#react-root div.dashboard section.thing div.canvas form div.alert div.flex p:not(:first-of-type).text-right {
    width: 12rem;
  }

  body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.alert a.btn {
    width: auto;
  }

  body div#react-root div.dashboard section.main.seat-assignments div.chart-assignment button {
    float: right;
  }

  body div#react-root div.dashboard div.admin.sellers div.materialized div.row.user p.name {
    font-size: inherit;
    font-weight: inherit;
  }

  body div#react-root div.dashboard div.admin.sellers div.materialized div.row.user div.actions {
    font-size: inherit;
  }

  body div#react-root div.dashboard div.admin.sellers div.materialized div.row.user button {
    width: auto;
  }

  body div#react-root div.dashboard div.admin.sellers div.materialized div.row.user button.phone {
    margin-left: 5px;
  }

  body div#react-root div.presentation nav.navbar-toggleable div.container div.dropdown.user {
    margin-top: 10px;
  }

  body div#react-root section.main.show-bundle div.actionable,
  body div#react-root section.main.show-thing div.actionable {
    padding: 0 15px;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar .rbc-btn-group button.today,
  body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar .rbc-btn-group button.today {
    display: inline-block;
    font-size: 0.6rem;
    letter-spacing: 0.1rem;
    height: 33px;
    text-transform: uppercase;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.bundle-detail.container div.materialized div.thing.row p.dates,
  body div#react-root section.main.show-thing div.actionable div.pane div.bundle-detail.container div.materialized div.thing.row p.dates {
    margin: 0;
  }

  body div#react-root section.main.report.attendees div.search-container.hidden-md-up,
  body div#react-root section.main.report.attendees div.sort.container.hidden-md-up,
  body div#react-root section.main.report.attendees div.items.container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  body div#react-root section.main.report.attendees div.search-container.hidden-md-up div.materialized.container,
  body div#react-root section.main.report.attendees div.sort.container.hidden-md-up div.materialized.container,
  body div#react-root section.main.report.attendees div.items.container div.materialized.container {
    width: 100%;
  }

  body div#react-root section.main.ticket div.materialized form button {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: top;
    width: auto;
  }

  body div#react-root footer.fixed [type="submit"],
  body div#react-root footer.fixed a.btn {
    width: auto;
  }
}

@media (min-width: 768px) {
  body div#react-root section > .container {
    max-width: calc(100% - 30px);
  }

  body div#react-root div.presentation header nav div.row div:last-of-type {
    text-align: right;
  }

  body div#react-root div.presentation header nav div.row div:last-of-type a.show-cart {
    float: none;
    margin-right: 0;
  }

  body div#react-root section.main.show-entity {
    padding: 30px 0;
  }

  body div#react-root section.main.show-entity div.unauthorized,
  body div#react-root section.main.show-entity div.add.thing {
    margin: 0 -15px;
  }

  body div#react-root section.main.show-entity div.unauthorized:not(:last-of-type),
  body div#react-root section.main.show-entity div.add.thing:not(:last-of-type) {
    margin-bottom: 15px;
  }

  body div#react-root section.main.show-entity div.bundle-option a.order,
  body div#react-root section.main.show-entity div.gift-card-option a.order,
  body div#react-root section.main.show-entity div.thing-option a.order {
    width: auto;
  }

  body div#react-root section.main.show-entity div.bundle-option:not(:last-of-type),
  body div#react-root section.main.show-entity div.gift-card-option:not(:last-of-type),
  body div#react-root section.main.show-entity div.thing-option:not(:last-of-type) {
    margin-bottom: 15px;
  }

  body div#react-root section.main.show-entity div.bundle-option p.csz,
  body div#react-root section.main.show-entity div.bundle-option p.description,
  body div#react-root section.main.show-entity div.bundle-option p.price,
  body div#react-root section.main.show-entity div.bundle-option p.prices,
  body div#react-root section.main.show-entity div.bundle-option div.things,
  body div#react-root section.main.show-entity div.gift-card-option p.csz,
  body div#react-root section.main.show-entity div.gift-card-option p.description,
  body div#react-root section.main.show-entity div.gift-card-option p.price,
  body div#react-root section.main.show-entity div.gift-card-option p.prices,
  body div#react-root section.main.show-entity div.gift-card-option div.things,
  body div#react-root section.main.show-entity div.thing-option p.csz,
  body div#react-root section.main.show-entity div.thing-option p.description,
  body div#react-root section.main.show-entity div.thing-option p.price,
  body div#react-root section.main.show-entity div.thing-option p.prices,
  body div#react-root section.main.show-entity div.thing-option div.things {
    margin-bottom: 0;
  }

  body div#react-root section.main.show-entity div.bundle-option p.dates,
  body div#react-root section.main.show-entity div.gift-card-option p.dates,
  body div#react-root section.main.show-entity div.thing-option p.dates {
    margin-bottom: 9px;
  }

  body div#react-root section.main.show-entity div.bundle-option a.order,
  body div#react-root section.main.show-entity div.gift-card-option a.order,
  body div#react-root section.main.show-entity div.thing-option a.order {
    margin-bottom: 15px;
  }

  body div#react-root section.main.show-entity div.bundle-option div.col-12:nth-of-type(3),
  body div#react-root section.main.show-entity div.gift-card-option div.col-12:nth-of-type(3),
  body div#react-root section.main.show-entity div.thing-option div.col-12:nth-of-type(3) {
    display: none;
  }

  body div#react-root section.main.show-bundle p.full-description,
  body div#react-root section.main.show-thing p.full-description {
    margin-bottom: 0;
  }

  body div#react-root section.main.show-bundle div.materialized.panel.about,
  body div#react-root section.main.show-thing div.materialized.panel.about {
    margin-top: 0;
  }

  body div#react-root section.main.show-bundle div.materialized.panel.contact,
  body div#react-root section.main.show-thing div.materialized.panel.contact {
    margin-top: 0;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar,
  body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-toolbar {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: #3174ad;
    color: white;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-month-row,
  body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-month-row {
    cursor: auto;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment,
  body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment {
    height: auto;
    padding: 0 1px 1px;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event,
  body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    font-size: 0.8rem;
    height: auto;
    margin: 0 10px;
    pointer-events: auto;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event .rbc-event-content,
  body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event .rbc-event-content {
    white-space: normal;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event.unavailable,
  body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event.unavailable {
    background: transparent;
    border-color: #a4a5a6;
    color: #a4a5a6;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event.rbc-selected,
  body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event.rbc-selected {
    background: #3174ad;
    color: white;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event.rbc-selected.unavailable,
  body div#react-root section.main.show-thing div.actionable div.pane div.periods.container div.materialized div.calendar .rbc-month-view .rbc-row-content .rbc-row .rbc-row-segment .rbc-event.rbc-selected.unavailable {
    background: #a4a5a6;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row div.col-md-2:nth-of-type(4),
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row div.col-md-2:nth-of-type(4) {
    text-align: right;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row div.col-md-2:nth-of-type(4) select,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row div.col-md-2:nth-of-type(4) select {
    float: right;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row h5.unavailable,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row h5.unavailable {
    text-align: right;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.offering h5,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.offering h5 {
    margin-top: 2px;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating {
    padding: 0;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.seating-chart,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.seating-chart {
    border-bottom: none;
    border-right: 1px solid #ddd;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.seating-chart svg#chart rect:not(.overlay):not(.reserved):hover,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.seating-chart svg#chart rect:not(.overlay):not(.reserved):hover {
    fill: #333;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.chart-assignment,
  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.chart-controls,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.chart-assignment,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.chart-controls {
    padding: 30px;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.chart-assignment div.alert,
  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.chart-controls div.alert,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.chart-assignment div.alert,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.reserved-seating div.chart-controls div.alert {
    margin: 15px 0 0;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.actions,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.actions {
    text-align: right;
  }

  body div#react-root section.main.show-bundle div.actionable div.pane div.offerings.container div.materialized div.row.actions button.add-to-cart,
  body div#react-root section.main.show-thing div.actionable div.pane div.offerings.container div.materialized div.row.actions button.add-to-cart {
    width: auto;
  }

  body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.alert a.btn {
    width: calc(100% - 30px);
  }

  body div#react-root div.dashboard section.attendees div.canvas div.row div.row > div,
  body div#react-root div.dashboard section.things div.canvas div.row div.row > div {
    padding: 0 15px;
  }

  body div#react-root div.dashboard section.main.report.attendees {
    margin-bottom: 0;
  }

  body div#react-root div.dashboard section.main.report.attendees div.materialized.container {
    margin-bottom: 0;
  }

  body div#react-root div.dashboard section.main.report.attendees div.materialized.container.empty {
    text-align: left;
  }

  body div#react-root div.dashboard section.main.report.attendees div.materialized.container.header div.row > div.capacity,
  body div#react-root div.dashboard section.main.report.attendees div.materialized.container.header div.row > div.counter {
    text-align: center;
  }

  body div#react-root div.dashboard section.main.report.attendees div.materialized.container.header form {
    width: 100%;
  }

  body div#react-root div.dashboard section.main.report.attendees div.materialized.container.header div.checked-in-count {
    padding-top: 5px;
    width: 100%;
  }

  body div#react-root div.dashboard section.main.report.attendees div.materialized.container.header div.search-container:not(.fixed) {
    background: transparent;
    margin-top: 0;
    padding: 0;
  }

  body div#react-root div.dashboard section.main.report.attendees div.materialized.container.header div.search-container:not(.fixed) div.container {
    padding: 0;
  }

  body div#react-root div.dashboard section.main.report.attendees div.materialized.container.header div.search-container.fixed {
    left: 0;
    padding-bottom: 0;
  }

  body div#react-root div.dashboard section.main.report.attendees div.materialized.container.header div.search-container.fixed div.container {
    padding: 0 30px;
  }

  body div#react-root div.dashboard section.main.report.attendees div.fix-padding {
    height: 54px;
  }

  body div#react-root div.dashboard section.main.report.attendees a.btn-warning {
    margin-bottom: 15px;
    width: auto;
  }

  body div#react-root div.dashboard section.main.report.attendees a.btn-warning i.fa {
    margin-right: 10px;
  }

  body div#react-root div.dashboard section.main.report.attendees div.btn-group {
    margin-bottom: 15px;
  }

  body div#react-root div.dashboard section.main.report.attendees div.sort.container {
    background: transparent;
  }

  body div#react-root div.dashboard section.main.report.attendees div.items.container {
    margin: auto;
    padding: 0 15px;
    width: 720px;
  }

  body div#react-root div.dashboard section.main.report.attendees div.items.container div.materialized.container {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    margin-top: 15px;
    width: 720px;
  }

  body div#react-root div.dashboard section.main.report.attendees div.items.container div.materialized.container div.header.row {
    padding: 15px 95px;
  }

  body div#react-root div.dashboard section.main.report.attendees div.items.container div.materialized.container div.header.row a.active,
  body div#react-root div.dashboard section.main.report.attendees div.items.container div.materialized.container div.header.row a:hover {
    font-weight: 600;
    text-decoration: underline;
    text-underline-position: under;
  }

  body div#react-root div.dashboard section.main.report.attendees div.items.container div.materialized.container div.ordered-ticket-item div.text-container p {
    padding: 0;
  }

  body div#react-root div.dashboard section.change-ticket-assignment div.materialized.container form div.guidance {
    padding-top: 40px;
  }

  body div#react-root div.dashboard section.seat-assignments div.materialized.container.header div.row:not(.actions) > div.capacity {
    text-align: center;
  }

  body div#react-root div.dashboard section.main.checkout div.new.order.container div.materialized a.simple {
    float: right;
  }

  body div#react-root div.dashboard section.main.checkout div.new.order.container div.cart.container div.materialized div.checkout.row > div:last-of-type button.checkout {
    clear: both;
    float: right;
    width: 220px;
  }

  body div#react-root div.dashboard section.main.checkout div.new.order.container div.cart.container div.materialized div.checkout.row > div:last-of-type button.checkout:not(:first-of-type) {
    margin-top: 5px;
  }

  body div.order.container div.materialized div.success-message a.btn-success {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  body div#react-root section.main div.bundle-option a.order,
  body div#react-root section.main div.gift-card-option a.order,
  body div#react-root section.main div.thing-option a.order {
    float: right;
  }

  body div#react-root section.main div.bundle-option div.col-12:nth-of-type(3),
  body div#react-root section.main div.gift-card-option div.col-12:nth-of-type(3),
  body div#react-root section.main div.thing-option div.col-12:nth-of-type(3) {
    display: block;
  }

  body div#react-root section.main.show-entity div.bundle-option div.col-12:nth-of-type(3),
  body div#react-root section.main.show-entity div.gift-card-option div.col-12:nth-of-type(3),
  body div#react-root section.main.show-entity div.thing-option div.col-12:nth-of-type(3) {
    display: block;
  }

  body div#react-root section.main.show-gift-cards div.actionable {
    padding: 0 15px;
  }

  body div#react-root div.dashboard section.thing div.canvas div.checkout.row div.alert a.btn {
    width: auto;
  }

  body div#react-root div.dashboard section.attendees div.canvas div.row div.row > div,
  body div#react-root div.dashboard section.things div.canvas div.row div.row > div {
    padding: 0;
  }

  body div#react-root div.dashboard section.main.report.attendees div.items.container {
    width: 960px;
  }

  body div#react-root div.dashboard section.main.report.attendees div.items.container div.materialized.container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  body div#react-root div.dashboard section.main.report.attendees div.items.container {
    width: 1300px;
  }

  body div#react-root div.dashboard section.main.report.attendees div.items.container div.materialized.container {
    width: 1300px;
  }
}