/*!
========== BASE
*/
/* ==========================================================================
   Base colors
   ========================================================================== */
/* ==========================================================================
   Base colors
   ========================================================================== */
/* ==========================================================================
   Tertiary colors
   ========================================================================== */
/* ==========================================================================
  Sport colors
  ========================================================================== */
/* ==========================================================================
   Timeline colors
   ========================================================================== */
/* ==========================================================================
   Corporate colors
   ========================================================================== */
/* ==========================================================================
   Custom colors
   ========================================================================== */
/* ==========================================================================
   Custom Mixins
   ========================================================================== */
/* ==========================================================================
   Base variables
   ========================================================================== */

@keyframes drop {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes notification {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0%); } }

@keyframes eventwarning {
  0% {
    box-shadow: 0 0 10px #ffce5a; }
  50% {
    box-shadow: 0 0 0px #ffce5a; }
  100% {
    box-shadow: 0 0 10px #ffce5a; } }

@keyframes eventalarm {
  0% {
    box-shadow: 0 0 10px red; }
  50% {
    box-shadow: 0 0 0px red; }
  100% {
    box-shadow: 0 0 10px red; } }

@keyframes eventready {
  0% {
    box-shadow: 0 0 10px #01EDF9; }
  50% {
    box-shadow: 0 0 0px #01EDF9; }
  100% {
    box-shadow: 0 0 10px #01EDF9; } }

@keyframes warning {
  0% {
    background-color: rgba(255, 162, 0, 0.2); }
  50% {
    background-color: rgba(255, 162, 0, 0.7); }
  100% {
    background-color: rgba(255, 162, 0, 0.2); } }

@keyframes error {
  0% {
    background-color: rgba(201, 76, 152, 0.2); }
  50% {
    background-color: rgba(201, 76, 152, 0.7); }
  100% {
    background-color: rgba(201, 76, 152, 0.2); } }

@keyframes alarm {
  0% {
    background-color: rgba(255, 0, 0, 0.2); }
  50% {
    background-color: rgba(255, 0, 0, 0.7); }
  100% {
    background-color: rgba(255, 0, 0, 0.2); } }

/*!
========== VENDORS
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*!
========== LAYOUT
*/
/* Layout sections
*/
html, body {
  background-color: #0A0E11; }

html, body, p, table, group, ul, li, nav, header {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  box-sizing: border-box;
  color: rgba(0, 27, 45, 0.8); }

body::before {
  color: #fff; }

body::after {
  border: 2px solid rgba(0, 118, 192, 0.3); }

body.page-is-changing #dashboard {
  opacity: 0; }

.label-slow {
  background-color: #3cd05e;
  animation: eventwarning 500ms infinite; }

#debugger {
  background-color: rgba(0, 27, 45, 0.8);
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px; }

/*!
========== COMPONENTS
*/
/* reusable/framework components */
.topbar-container {
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0; }
  .topbar-container:hover .topbar {
    background-color: rgba(0, 118, 192, 0.9);
    transition: all .25s ease-in-out 0s;
    transform: translateY(0); }

.topbar {
  border: none;
  border-radius: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out 1s;
  cursor: pointer;
  background-color: rgba(0, 118, 192, 0.2);
  transform: translateY(-100%); }
  .topbar .navbar-brand {
    padding-left: 17px;
    padding-right: 17px; }
  .topbar #info {
    position: fixed;
    bottom: 10px;
    right: 10px; }
  .topbar ul li a.logo {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 40px;
    right: 0px;
    border-radius: 50px;
    z-index: 100000;
    box-shadow: rgba(153, 153, 153, 0.1) 0 8px 16px;
    background-color: #001B2D; }
  .topbar .instance-toggle {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 54px;
    margin-right: 20px;
    padding: 0 20px; }
    .topbar .instance-toggle span {
      margin-right: 20px; }
    .topbar .instance-toggle label {
      margin-top: 0;
      margin-right: 0s; }
  .topbar a.active {
    color: #fff; }

#dashboard {
  padding: 0 16px;
  margin: 0 16px;
  opacity: 1;
  background-color: transparent;
  height: 100% !important; }

#dashboard:after {
  content: '';
  display: block;
  clear: both; }

.utility-card {
  color: #fff;
  border-radius: 2px;
  margin-top: 16px; }
  .utility-card > div,
  .utility-card > section,
  .utility-card > header {
    padding: 8px; }
  .utility-card > section,
  .utility-card > div {
    background-color: rgba(49, 72, 88, 0.3);
    padding: 16px 0px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    overflow: hidden; }
  .utility-card > header {
    height: auto;
    border: none;
    background-color: rgba(49, 72, 88, 0.5);
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
    .utility-card > header h5 {
      margin-bottom: 4px;
      color: white;
      font-family: 'Roboto-bold';
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .utility-card > header .text {
      padding-left: 16px; }
  .utility-card.tournament--error > header, .utility-card.tournament--warning > header {
    background-color: rgba(49, 72, 88, 0.1); }
  .utility-card.tournament--alarm > header, .utility-card.tournament--error > header {
    background-color: rgba(255, 0, 0, 0.4); }
  .utility-card.tournament--alarm > section, .utility-card.tournament--error > section {
    background-color: rgba(255, 0, 0, 0.3); }
  .utility-card.tournament--warning > header {
    background-color: rgba(255, 162, 0, 0.4); }
  .utility-card.tournament--warning > section {
    background-color: rgba(255, 162, 0, 0.3); }
  .utility-card .tournament--logos {
    height: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0px;
    -ms-flex-pack: center;
        justify-content: center; }
    .utility-card .tournament--logos i {
      margin: 0px; }

.event--list {
  padding: 14px 8px 5px;
  right: 0px;
  left: 16px; }
  @media (min-width: 1200px) {
    .event--list {
      right: 16px; } }

.event {
  text-align: left;
  display: block;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  transition: background 500ms ease-out; }
  .event.event-stucked, .event.event--pending, .event.event--unhealthy {
    /*these control the width of the stripes*/
    background-size: 50px 50px;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent); }
  .event h6 {
    font-family: 'Roboto-bold';
    font-weight: 500;
    border-bottom: 1px #fff solid;
    color: #fff;
    text-transform: uppercase; }
  .event p {
    margin: 0;
    color: #fff;
    margin-bottom: 4px; }
  .event .event--id a {
    padding: 0;
    font-size: 12px;
    display: block;
    margin: 4px 0;
    color: rgba(255, 255, 255, 0.8); }
  .event .event--content .event--text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .event .event--content .event--text span {
      font-family: 'Roboto-bold'; }
  .event .event--content,
  .event .event--lastalarm,
  .event h6 {
    padding: 8px 16px; }
  .event .event--lastalarm {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff; }
  .event.event--normal {
    background-color: #2aaf49; }
  .event.event--slow {
    background-color: rgba(42, 175, 73, 0.3); }
  .event.event--warning {
    animation: warning 1s ease infinite; }
  .event.event--pending {
    background-color: rgba(42, 175, 73, 0.7); }
  .event.event--unhealthy {
    background-color: rgba(255, 162, 0, 0.7); }
  .event.event--alarm {
    animation: alarm 1s ease infinite; }
  .event.event--error {
    animation: error 1s ease infinite; }
  .event.event--ready:hover .event--content, .event.event--normal:hover .event--content, .event.event--warning:hover .event--content, .event.event--alarm:hover .event--content, .event.event--pending:hover .event--content, .event.event--error:hover .event--content, .event.event--slow:hover .event--content {
    transition: all 0.4s ease; }
  .event .event--status.notification-hide {
    -webkit-transform: translateY(-100%); }
  .event .event--status.notification-enter {
    -webkit-transform: translateY(-100%); }
  .event .event--status.notification-enter.notification-enter-active {
    -webkit-transform: translateY(0%);
    -webkit-transition: -webkit-transform 200ms ease-out; }
  .event .event--status.notification-leave {
    -webkit-transform: translateY(0%);
    -webkit-transition: -webkit-transform 200ms ease-in; }
  .event .event--status.notification-leave.notification-leave-active {
    -webkit-transform: translateY(150%);
    -webkit-transition: -webkit-transform 200ms ease-in; }

.no-event {
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 8px; }
  .no-event p {
    color: #fff; }
    .no-event p span {
      font-size: 20px; }
  .no-event small {
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 100%;
    color: rgba(255, 255, 255, 0.2); }

.frames-load {
  bottom: 0px;
  height: 5px;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 2; }
  .frames-load .progress {
    border-radius: 0;
    opacity: 1;
    transition: opacity 0.5s; }
    .frames-load .progress div {
      width: 100%; }
  .frames-load .progress--hidden {
    opacity: 0; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

/* line 26, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

/* line 36, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

/* line 54, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.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: 40px 40px; }

/* line 64, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite; }

/* line 73, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c; }

/* line 7, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  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); }

/* line 77, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de; }

/* line 7, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  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); }

/* line 81, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e; }

/* line 7, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  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); }

/* line 85, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f; }

/* line 7, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  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); }

.popin--container .popin {
  width: 100%;
  max-width: 1000px !important;
  height: 100%;
  max-height: 800px; }
  .popin--container .popin.popin--large {
    height: 100%;
    max-height: 800px; }
    .popin--container .popin.popin--large .container-fluid {
      height: 100%;
      max-height: 800px;
      overflow-y: scroll;
      overflow-x: hidden;
      padding-bottom: 50px; }
    .popin--container .popin.popin--large h1 {
      font-size: 4rem;
      margin-bottom: 50px; }
    .popin--container .popin.popin--large h2 {
      margin: 15px 0; }
    .popin--container .popin.popin--large h3 {
      margin: 10px 0;
      text-align: center; }
    .popin--container .popin.popin--large p {
      margin-bottom: 5px; }
    .popin--container .popin.popin--large .info {
      margin-bottom: 30px; }
    .popin--container .popin.popin--large .collection {
      width: 100%;
      border-top: 1px solid rgba(10, 14, 17, 0.1); }
      .popin--container .popin.popin--large .collection .row {
        padding: 0 20px;
        margin: 2px auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row; }
        .popin--container .popin.popin--large .collection .row .explanation, .popin--container .popin.popin--large .collection .row .image {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
        .popin--container .popin.popin--large .collection .row .image {
          padding: 15px 0; }
        .popin--container .popin.popin--large .collection .row .explanation {
          padding-left: 20px; }
        .popin--container .popin.popin--large .collection .row:nth-child(even) {
          background: rgba(10, 14, 17, 0.1); }
      .popin--container .popin.popin--large .collection .columnRow {
        -ms-flex-pack: distribute;
            justify-content: space-around; }
        .popin--container .popin.popin--large .collection .columnRow .column {
          text-align: center; }
    .popin--container .popin.popin--large .events img {
      max-width: 269px; }
    .popin--container .popin.popin--large .endpointError img {
      max-width: 400px; }

.instance--list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 20px 30px 0 30px;
  transition: all 0.12s ease-in;
  max-height: 0;
  overflow: hidden; }
  .instance--list.show-instances {
    max-height: 200px; }
  .instance--list .instance {
    width: 130px;
    height: 85px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    background: rgba(49, 72, 88, 0.5);
    border-radius: 2px;
    margin-bottom: 20px; }
    .instance--list .instance--was-unhealthy {
      border-bottom: 3px solid #FDB74F;
      height: 107px; }
    .instance--list .instance--message {
      padding: 0;
      font-size: 12px;
      line-height: 12px;
      margin-top: 8px;
      display: block;
      color: #fff; }
    .instance--list .instance .instance--inner {
      width: 110px;
      height: 65px;
      background: rgba(255, 255, 255, 0.05) linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
      background-size: 50px 50px;
      border-radius: 2px;
      color: #fff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      transition: background-color 0.12s ease-in; }
      .instance--list .instance .instance--inner-healthy {
        background: #2aaf49; }
      .instance--list .instance .instance--inner-unhealthy {
        background-color: #ff288f; }
      .instance--list .instance .instance--inner-number {
        font-size: 35px;
        font-weight: bold;
        line-height: 35px; }
  .instance--list.authentication {
    opacity: 0; }

.errors {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9001;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .errors .error {
    width: 600px;
    background: #fff;
    border-radius: 4px;
    margin: 5px; }
    .errors .error .error--header {
      background-size: 50px 50px;
      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-color: rgba(255, 0, 0, 0.6);
      border-radius: 4px 4px 0 0; }
      .errors .error .error--header .error--header--text {
        font-size: 2rem;
        font-weight: bold;
        text-transform: capitalize;
        color: #fff;
        padding: 20px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    .errors .error .error--title {
      font-size: 2.5rem;
      line-height: 2rem;
      padding: 20px; }
    .errors .error .error--message {
      padding: 20px;
      background: rgba(49, 72, 88, 0.05); }
  .errors .errors--close {
    background: white;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid black;
    padding: unset;
    height: 30px;
    min-width: 60px; }
    .errors .errors--close:hover {
      background-color: #dadada; }

.endpoints--indicator {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px; }
  .endpoints--indicator > div {
    height: 100%;
    width: 100%; }

/*!
========== THEMES
*/
/* reusable/framework components */
.theme-dde-test .topbar ul li a.logo {
  background-color: #0076c0; }

.theme-dde-test .navbar-inverse .navbar-nav > .active > a {
  background-color: #00609c; }
