@charset "UTF-8";
.fade-in-left {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms;
}

.fade-in-right {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms;
}

.fade-in-up {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms;
}

.fade-in-down {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms;
}

.fade-out {
  -webkit-animation: 1s fadeOut;
          animation: 1s fadeOut;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hide {
  display: none;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes loading-bike-animation {
  0% {
    -webkit-transform: translate3D(0, 120px, 0) scale(0.8);
            transform: translate3D(0, 120px, 0) scale(0.8);
  }
  50% {
    -webkit-transform: translate3D(60%, 120px, 0) scale(0.8);
            transform: translate3D(60%, 120px, 0) scale(0.8);
  }
  100% {
    -webkit-transform: translate3D(0, 120px, 0) scale(0.8);
            transform: translate3D(0, 120px, 0) scale(0.8);
  }
}
@keyframes loading-bike-animation {
  0% {
    -webkit-transform: translate3D(0, 120px, 0) scale(0.8);
            transform: translate3D(0, 120px, 0) scale(0.8);
  }
  50% {
    -webkit-transform: translate3D(60%, 120px, 0) scale(0.8);
            transform: translate3D(60%, 120px, 0) scale(0.8);
  }
  100% {
    -webkit-transform: translate3D(0, 120px, 0) scale(0.8);
            transform: translate3D(0, 120px, 0) scale(0.8);
  }
}
@-webkit-keyframes loading-car-animation {
  0% {
    -webkit-transform: translate3D(0, 160px, 0);
            transform: translate3D(0, 160px, 0);
  }
  30% {
    -webkit-transform: translate3D(40%, 160px, 0);
            transform: translate3D(40%, 160px, 0);
  }
  60% {
    -webkit-transform: translate3D(30%, 160px, 0);
            transform: translate3D(30%, 160px, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 160px, 0);
            transform: translate3D(0, 160px, 0);
  }
}
@keyframes loading-car-animation {
  0% {
    -webkit-transform: translate3D(0, 160px, 0);
            transform: translate3D(0, 160px, 0);
  }
  30% {
    -webkit-transform: translate3D(40%, 160px, 0);
            transform: translate3D(40%, 160px, 0);
  }
  60% {
    -webkit-transform: translate3D(30%, 160px, 0);
            transform: translate3D(30%, 160px, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 160px, 0);
            transform: translate3D(0, 160px, 0);
  }
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.uppercase {
  text-transform: uppercase;
}

.sticky {
  position: sticky;
  top: 0;
  left: 0;
}

input.expanded {
  width: 100%;
}

input[type=checkbox].large {
  width: 32px;
  height: 32px;
}

.v-align-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.max-height-250 {
  overflow-y: auto;
  max-height: 250px;
}

/**
* Basic typography style for copy text
*/
h1 {
  font-size: 3rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", Calibri, "Gill Sans", "Gill Sans MT", sans-serif;
}

h1.with-icon > i, h3.with-icon > i, h4.with-icon > i {
  margin-right: 10px;
}

.text-warning {
  color: red;
  font-weight: bold;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* remove grey overlay from IOS when clicking */
}

/*********************** Body */
body, a, input, select, textarea {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

body {
  background: url("/background.jpg") no-repeat center center fixed;
  background-size: cover;
}

.button.with-icon > span {
  padding-left: 10px;
}

.menu-buttons .button.small.expanded {
  margin-bottom: 5px;
}

@media screen and (min-width: 64em) {
  .reveal.large.anchor-to-right {
    right: 17px !important;
    top: 0px !important;
    height: 100% !important;
    width: 85% !important;
    position: fixed;
  }

  .reveal.large.anchor-to-right .close-button {
    font-size: 4em;
  }
}
.reveal.large.anchor-to-right .close-button.white {
  color: white;
}

.off-canvas-content.wide.is-open-right.has-transition-push {
  -webkit-transform: translateX(-350px);
          transform: translateX(-350px);
}

.off-canvas.wide.position-right {
  width: 350px;
  -webkit-transform: translateX(350px);
          transform: translateX(350px);
}

/* Because we are manually setting the translateX above, this setting needs to be here to make sure its applied*/
.off-canvas.is-open {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

.table-header {
  padding: 10px 0;
  border-bottom: 3px solid #e0e0e0;
  background-color: #424242;
}

.table-header span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  color: white;
}

.table-row {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
  background-color: #424242;
  color: white;
}

/*reset all margin bottoms*/
.table-row * {
  margin-bottom: 0;
}

.table-row span {
  margin-top: 0px;
  display: block;
}

.body-container {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-top: 20px;
  -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
}

.body-container.dark {
  background-color: #757575;
  color: white;
}

@media screen and (min-width: 40em) {
  .body-container {
    margin-top: 50px;
  }
}
h1 {
  background-color: #212121;
  color: white;
  padding: 10px 0 10px 20px;
  border-radius: 10px 10px 0 0;
}

.reveal {
  padding: 0;
  border: 0;
  background-color: #f5f5f5;
}

.reveal.dark {
  background-color: #757575;
  color: white;
}

.reveal h2 {
  background-color: #212121;
  color: white;
  padding: 10px 0 10px 20px;
}

.reveal .container {
  padding: 1rem;
}

.reveal .close-button, .reveal .close-button:hover {
  color: white;
}

.top-bar {
  background-color: black;
  color: white;
}

.button, .button.disabled {
  background-color: #ef6c00;
}

.button:hover, .button:focus {
  background-color: #e65100;
}

.off-canvas .container {
  padding: 10px;
}

label {
  /*text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;*/
}

label.underline {
  text-decoration: underline;
  padding-bottom: 10px;
}

h3.underline, h4.underline {
  border-bottom: 2px dashed #dedede;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.side-bar {
  height: 100%;
  background-color: black;
  color: white;
  text-align: center;
  position: relative;
  width: 80px;
}

.side-bar i {
  font-size: 2.2rem;
}

.side-bar a {
  color: white;
}

.side-bar a:hover {
  background-color: #757575;
}

.side-bar > ul > li {
  margin-bottom: 5px;
  position: relative;
}

.side-bar .title {
  display: none;
  position: absolute;
  top: 0px;
  left: 80px;
  height: 100%;
  padding-left: 10px;
  padding-top: 18px;
  width: 200px;
  text-align: left;
  background-color: black;
  color: white;
  font-size: 1.3rem;
  z-index: 100;
}

@media (hover: hover) and (pointer: fine) {
  .side-bar a:hover .title {
    display: block;
  }
}
.side-bar .main-title {
  position: absolute;
  display: block;
  color: white;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: 90px;
  text-align: left;
  font-size: 2.5rem;
  left: -57px;
  opacity: 0.5;
  pointer-events: none;
}

#main-menu {
  background-color: black;
  color: white;
}

#main-menu .close-button, #main-menu .close-button:hover, #main-menu .close-button:focus {
  color: white;
}

#main-menu h3 {
  padding-left: 10px;
  padding-top: 10px;
}

#main-menu ul.vertical.menu {
  margin-top: 20px;
}

#main-menu ul.vertical.menu > li > a {
  background-color: #424242;
  padding: 10px;
  color: white;
  margin-bottom: 5px;
}

.button > span {
  display: inline;
}

.day-select-container {
  overflow-x: auto;
  width: 100%;
  height: 200px;
  background-color: #757575;
}

.day-select {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 125px;
  white-space: nowrap;
}

.day-select > li {
  display: inline-block;
  width: 125px;
  height: 160px;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
  background-color: #424242;
  color: white;
  -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
  margin-right: 20px;
  /*padding: 5px;*/
  border: 3px dotted #f57c00;
  font-family: "Roboto Condensed";
}

.day-select > li.selected {
  border: 3px solid #64dd17;
}

.day-select > li > a {
  color: white;
}

.day-select > li .date {
  display: block;
  padding: 5px 0;
  font-size: 1.1rem;
  text-decoration: underline;
}

.day-select > li .circle-container {
  margin: 5px 0 5px 20px;
  border-radius: 50%;
  border: 3px solid white;
  background-color: #f57c00;
  width: 80px;
}

.day-select > li .event-count {
  font-size: 2.8rem;
}

.day-select > li .day-name {
  text-transform: uppercase;
}

.event {
  font-family: "Roboto Condensed";
  text-align: center;
  position: relative;
}

.event a {
  color: white;
}

.event .name {
  color: white;
  font-size: 1.3rem;
  display: block;
}

.event .circle-container {
  position: absolute;
  top: 0;
  right: 0;
  /*margin: 5px 0 5px 20px;*/
  border-radius: 50%;
  border: 3px solid white;
  background-color: #f57c00;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.event .guest-count {
  font-size: 2.2rem;
}

.event .suite {
  color: white;
  display: block;
}

.activity-result-header {
  height: 140px;
}

.activity-result {
  position: absolute;
  background-color: black;
  -webkit-transform: rotate(45deg) skew(-45deg);
          transform: rotate(45deg) skew(-45deg);
  width: 150px;
  height: 35px;
  text-align: right;
  bottom: 30px;
  right: 0;
}

.activity-result-name {
  position: absolute;
  display: block;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  bottom: 0;
  right: 0;
  padding: 0 10px 8px 0;
  text-transform: capitalize !important;
  font-size: 0.8rem !important;
}

.activity-result-value {
  font-size: 0.7rem;
  font-family: Consolas;
  padding: 2px;
  text-align: center;
}

.suite-container {
  position: relative;
}

.suite-container > a {
  color: white;
}

.suite-container > a > .session-status {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
  border-radius: 50%;
  border: 3px solid white;
  background-color: #f57c00;
  width: 60px;
  text-align: center;
  cursor: pointer;
}

#license-check-alert {
  margin-bottom: 0;
}

a {
  color: white;
}

/*********************** Options */
.options-container {
  padding: 10px 0;
  border-bottom: 3px solid #e0e0e0;
  background-color: #424242;
}
.options-container > .grid-x {
  border-bottom: 1px solid white;
  padding-bottom: 20px;
}
.options-container.no-border > .grid-x {
  border-bottom: 0;
}
.options-container .btn-add-new {
  color: white;
  font-size: 1.4rem;
  cursor: pointer;
}
.options-container .options-list {
  margin: 0;
  list-style: none;
}
.options-container .options-list > .option-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
  background-color: #424242;
  color: white;
}
.options-container .options-list > .option-item > span {
  font-weight: normal;
}
.options-container .options-list > .option-item:hover {
  background-color: #e65100;
  cursor: pointer;
}

input:required:invalid {
  border: 1px solid red;
}

.timing-cell :hover {
  background-color: #e65100 !important;
}

.video-cell :hover {
  background-color: #e65100 !important;
}

.video-split-cell :hover {
  background-color: #e65100 !important;
}

.item-entries {
  max-height: 500px;
  padding-right: 6px;
  overflow-y: auto;
  overflow-x: hidden;
}

.timing-cell, .video-cell, .video-split-cell {
  max-height: 250px;
  padding-right: 6px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #EF6C00;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #E65100;
}

input[type=checkbox].large {
  height: 32px;
  width: 32px;
}

.video-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-info span {
  word-break: break-all;
}

.extract-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.extract-info span {
  word-break: break-all;
}

.activities .btn-filter {
  cursor: pointer;
  padding: 10px;
}

.activities .btn-filter > img {
  border-radius: 10px;
}

.activities .btn-filter:hover > img {
  border: 4px solid #e65100;
}

.activities .btn-filter.selected > img {
  border: 6px solid #e65100;
}

.activities .btn-filter.selected > h4 {
  color: #e65100;
  font-weight: bold;
}

.select-activity {
  cursor: pointer;
  position: relative;
}
.select-activity img {
  border-radius: 10px;
}

.select-activity.selected > img {
  opacity: 0.5;
}

.select-activity.selected::after {
  content: "✔";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: green;
  font-size: 40px;
  text-align: center;
  border: 4px solid green;
  border-radius: 50%;
}

.team-header {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
  background-color: #e65100;
  color: white;
}

/*.accordion-item, .accordion-item:hover {
    background-color: #424242;
}*/
.accordion {
  border: 0;
}

.accordion-title, .accordion-title:hover, .accordion-title:focus {
  color: white;
  font-size: 1rem;
  background-color: #424242;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #212121;
}

.accordion-item.is-active > .accordion-title {
  background-color: #212121;
}

.accordion-content {
  background-color: #9e9e9e;
  border: 0;
}

table > thead {
  background-color: #424242;
  color: white;
  border: 0;
  border-bottom: 3px solid #e0e0e0;
}

table > tbody {
  background-color: #424242;
  color: white;
  border: 0;
}

table > tbody > tr > td {
  border-bottom: 1px solid #e0e0e0;
}

table > tbody > tr:nth-child(even) {
  background-color: #424242;
}

body.live-timing {
  background: none;
  font-size: 30px;
  background-color: black;
}

body.live-timing::before {
  background: url("/background.jpg") no-repeat center center fixed;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.2;
}

.live-timing .header {
  height: 80px;
  background-color: black;
  color: white;
  font-size: 3rem;
}

.live-timing .header > .cell {
  height: 100%;
}

.live-timing .header .suite-name {
  font-family: "Roboto", sans-serif;
  padding-left: 20px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
  background-color: red;
  height: 100%;
}

/*.live-timing .header .suite-name:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: red;
        transform-origin: 100% 0;
        transform: skew(-45deg);
        z-index: -1;
    }*/
.live-timing .header #current-time {
  padding-right: 20px;
}

.live-timing-header {
  height: 5vh;
  color: white;
  padding-top: 11px;
  background-color: black;
}

.live-timing-header span {
  white-space: nowrap;
}

#live-times {
  font-size: 2.3rem;
}
#live-times #lap-times {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[12];
  grid-template-rows: repeat(12, 1fr);
  height: 95vh;
}

#lap-times {
  position: relative;
}

.live-timing-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.live-timing-row .table-row {
  padding: 0;
}
.live-timing-row:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
}
.live-timing-row:nth-child(even) {
  background-color: unset;
  border: 0;
}

.mono-font {
  font-family: "Roboto Mono", monospace;
}

#screen-saver {
  display: none;
  position: absolute;
  background-color: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#screen-saver.show {
  display: block;
}

#screen-saver > .logo-container, #screen-saver > .logo-container > img {
  width: 200px;
  height: 200px;
}

#screen-saver > .logo-container {
  -webkit-animation: x 13s linear infinite alternate;
          animation: x 13s linear infinite alternate;
}

#screen-saver > .logo-container > img {
  -webkit-animation: y 7s linear infinite alternate;
          animation: y 7s linear infinite alternate;
}

@-webkit-keyframes x {
  100% {
    -webkit-transform: translateX(calc(100vw - 200px));
            transform: translateX(calc(100vw - 200px));
  }
}

@keyframes x {
  100% {
    -webkit-transform: translateX(calc(100vw - 200px));
            transform: translateX(calc(100vw - 200px));
  }
}
@-webkit-keyframes y {
  100% {
    -webkit-transform: translateY(calc(100vh - 200px));
            transform: translateY(calc(100vh - 200px));
  }
}
@keyframes y {
  100% {
    -webkit-transform: translateY(calc(100vh - 200px));
            transform: translateY(calc(100vh - 200px));
  }
}
.modal-dialog {
  background-color: #f5f5f5;
  color: black;
  text-align: left;
}
.modal-dialog.dark {
  background-color: #757575;
  color: white;
}
.modal-dialog .modal-header {
  background: #212121;
  text-align: left;
}
.modal-dialog select {
  margin-bottom: 1rem;
}
.modal-dialog label {
  font-size: 1rem;
}

#edit-guest .modal-dialog {
  background-color: #f5f5f5;
  color: black;
  text-align: left;
}
#edit-guest .modal-dialog.dark {
  background-color: #757575;
  color: white;
}
#edit-guest .modal-dialog .modal-header {
  background: #212121;
  text-align: left;
}
#edit-guest .modal-dialog select {
  margin-bottom: 1rem;
}
#edit-guest .modal-dialog label {
  font-size: 0.8rem;
}

.clickable {
  cursor: pointer;
}

#pursuit-table {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: 50% 50%;
  grid-template-rows: 50% 50%;
  color: white;
  font-size: 100px;
}

#pursuit-table > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#pursuit-table > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#pursuit-table > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

#pursuit-table > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
#pursuit-table div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pursuit-table div:nth-child(-n+2) {
  border-bottom: 1px solid white;
}

ul.list {
  list-style: none;
}
ul.list li {
  background-color: #EF6C00;
  border-bottom: 1px dashed white;
  padding: 5px;
}

.toast {
  visibility: hidden;
  padding: 0.5rem;
  color: #fff;
  position: fixed;
  width: 300px;
  z-index: 30;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  bottom: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
}
.toast .toast-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1rem;
  position: sticky;
  bottom: 1%;
}
.toast .toast-body p {
  margin-bottom: 0;
  text-align: center;
  font-size: 1rem;
}
.toast .toast-body h5 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
.toast.toast-visible {
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
}
.toast.bg-success {
  background-color: #43A047;
}
.toast.bg-info {
  background-color: #1E88E5;
}
.toast.bg-danger {
  background-color: #F44336;
}
.toast.bg-warning {
  background-color: #F57C00;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.drag-drop-zone {
  border: 3px dashed #e68710;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eee;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
  color: #aeaeae;
  font-size: 1.1rem;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.drag-drop-zone:hover {
  background-color: #f5f5f5;
}

.drag-drop-zone input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.media-page {
  font-family: "Roboto";
  padding: 0;
  margin: 0;
  height: 100vh;
  width: 100vw;
  /*#azuremediaplayer {
      width: 100%;
      height: 100%;
      position: relative;
  }*/
}
.media-page::before {
  background: url("/background.jpg") no-repeat center center fixed;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.7;
}
.media-page .header {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  height: 110px;
  background: url("/video-player/ps-header-bg.jpg") repeat-x;
  background-color: white;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 3px solid #424242;
}
.media-page .headerContent {
  width: 980px;
  height: 110px;
  margin: 0px auto;
  padding: 0px;
  position: relative;
}
.media-page #PSLogo {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.media-page #container {
  width: 100vw;
  height: 100vh;
}
.media-page .container-inner {
  position: relative;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 120px 120px auto 100px;
  grid-template-rows: 120px 120px auto 100px;
  -ms-grid-columns: 25% 50% 25%;
  grid-template-columns: 25% 50% 25%;
}
.media-page .container-inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.media-page .container-inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.media-page .container-inner > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.media-page .container-inner > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.media-page .container-inner > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.media-page .container-inner > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.media-page .container-inner > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.media-page .container-inner > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.media-page .container-inner > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.media-page .container-inner > *:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.media-page .container-inner > *:nth-child(11) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.media-page .container-inner > *:nth-child(12) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.media-page #title-wrapper {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
  text-align: center;
  background-color: #424242;
  color: white;
  border: 2px solid #212121;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
.media-page #title-wrapper h2 {
  font-size: 24px;
}
.media-page #title-wrapper h3 {
  font-size: 18px;
}
.media-page #video-player-wrapper {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  /*padding: 20px 40px 20px 20px;*/
  padding: 20px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.media-page .inner {
  /*width: 100%;
  height: 100%;*/
  background-color: black;
}
.media-page #video-download {
  color: white;
  background-color: black;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 2px solid #212121;
  border-right: 2px solid #212121;
  border-bottom: 2px solid #212121;
  padding: 10px 20px;
  display: inline-block;
  float: right;
}
.media-page #video-download > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.media-page #video-download > a > svg {
  display: inline-block;
  width: 30px;
  padding-right: 10px;
  fill: white;
}
@media screen and (max-width: 979px) {
  .media-page .container-inner {
    margin-top: 50px;
    -ms-grid-columns: 10% 80% 10%;
    grid-template-columns: 10% 80% 10%;
    height: calc(100vh - 50px);
  }
}
@media screen and (max-width: 40em) {
  .media-page .container-inner {
    -ms-grid-rows: 120px 120px auto 100px;
    grid-template-rows: 120px 120px auto 100px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .media-page .container-inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .media-page .container-inner > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .media-page .container-inner > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .media-page .container-inner > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .media-page #title-wrapper {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .media-page #video-player-wrapper {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    padding: 0;
  }
}
.media-page .card {
  border: 0;
  -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
}
.media-page .card.no-click {
  cursor: not-allowed;
}
.media-page .card .card-divider {
  position: relative;
}
.media-page .card .responsive-embed {
  cursor: pointer;
}
.media-page .card .button.download {
  position: absolute;
  top: 5px;
  right: 5px;
}
.media-page .responsive-embed {
  background-color: black;
}
.media-page .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}
.media-page .image-container img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}