﻿@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-tap-highlight-color: transparent;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  -webkit-tap-highlight-color: transparent;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
  -webkit-tap-highlight-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
}
/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
button {
  align-items: unset;
}
/**
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
  -webkit-tap-highlight-color: transparent;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.eisl-default-style {
  --eisl-font-size: 1rem;
  --eisl-input-color: hsl(0, 0%, 0%);
  --eisl-input-background: hsl(0, 0%, 100%);
  --eisl-background-color: hsl(0, 0%, 95%);
  --eisl-inactive-color: hsl(0, 0%, 46%);
  --eisl-input-border-color: hsl(0, 0%, 80%);
  --eisl-text-color: hsl(0, 0%, 46%);
  --eisl-text-font-weight: normal;
  --eisl-text-alignment: inherit;
  --eisl-input-text-hover: hsl(0, 0%, 100%);
  --eisl-input-border-focus: hsl(0, 0%, 0%);
  --eisl-default-padding: 0.5rem;
  --eisl-default-spacing: 0.5rem;
  --eisl-default-border-width: 1px;
  --eisl-default-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.08);
  --eisl-button-hover-background: hsl(0, 0%, 40%);
  --eisl-Eisl-blue: #006ED2;
  --eisl-Eisl-dark-blue: #193C6E;
  --eisl-svg-fill: hsl(0, 0%, 0%);
  --eisl-disabled-color: hsl(0, 0%, 46%);
}
.h1,
h1 {
  font-size: 1.15384615rem;
}
.h2,
h2 {
  font-size: 1.30769231rem;
}
.h3,
h3 {
  font-size: 1.69230769rem;
}
.h4,
h4 {
  font-size: 2rem;
}
.h5,
h5 {
  font-size: 2.30769231rem;
}
.h6,
h6 {
  font-size: 2.61538462rem;
}
.h7,
h7 {
  font-size: 2.92307692rem;
}
.csheader {
  font-size: 2rem;
}
.csmeta {
  color: hsl(0, 0%, 56%);
  font-weight: lighter;
}
.csfooter {
  color: hsl(0, 0%, 56%);
  font-weight: lighter;
}
.useallspace {
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}
.vgrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.hgrid {
  display: grid;
  grid-template-rows: minmax(0, 1fr);
}
.csshadow {
  border-color: hsl(0, 0%, 80%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.08);
  border-width: 1px;
  margin: 5px;
}
.cscard {
  background: hsl(0, 0%, 95%);
  padding: 2.5rem;
  border-color: hsl(0, 0%, 80%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.08);
  border-width: 1px;
  margin: 5px;
  margin: 20px;
}
.vseperator {
  border-width: 0px;
  width: 1px;
  background: hsl(0, 0%, 80%);
  margin: 2rem;
}
.mdi {
  font-size: 1.3rem;
}
.eisl-menu-style {
  --eisl-background-color: #006ED2;
  --eisl-input-color: hsl(0, 0%, 100%);
  --eisl-input-background: #006ED2;
  --eisl-inactive-color: #9fd1ff;
  --eisl-input-border-color: hsl(0, 0%, 80%);
  --eisl-text-color: #9fd1ff;
  --eisl-text-font-weight: bold;
  --eisl-text-alignment: center;
  --eisl-input-text-hover: hsl(0, 0%, 100%);
  --eisl-input-border-focus: hsl(0, 0%, 100%);
  --eisl-default-padding: 0.5rem;
  --eisl-default-spacing: 0.5rem;
  --eisl-default-border-width: 1px;
  --eisl-default-shadow: 0 4px 8px 0 hsla(0, 0%, 100%, 0.2), 0 6px 20px 0 hsla(0, 0%, 100%, 0.19);
  --eisl-button-hover-background: hsl(0, 0%, 100%);
  --eisl-svg-fill: hsl(0, 0%, 100%);
}
#eisl-reconnect {
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000000;
}
#eisl-reconnect grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  justify-items: center;
  align-items: center;
  background: hsl(0, 0%, 95%);
  opacity: 0.9;
}
#eisl-reconnect > h5 {
  align-items: center;
  justify-items: center;
  align-content: center;
  justify-content: center;
  font-family: Roboto;
}
#eisl-reconnect img {
  opacity: 1;
  height: 100%;
  width: 100%;
}
.manreload {
  text-align: center;
  font-weight: normal;
  margin-top: 3rem;
  font-size: 1rem;
}
.waitAnimate {
  font-size: 4rem;
  text-align: center;
  animation: waitAnimate_544336509 3s linear infinite;
  transform-origin: 50% 50%;
  margin-top: 2rem;
}
@keyframes waitAnimate_544336509 {
  0% {
    transform: perspective(100px) rotate(0deg);
  }
  16.667% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  33.333% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  50% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  66.667% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@font-face {
  font-family: "Eisl-arc-webclient";
  src: url("../fonts/Eisl-arc-webclient.eot");
  src: url("../fonts/Eisl-arc-webclient.eot?#iefix") format("embedded-opentype"), url("../fonts/Eisl-arc-webclient.woff") format("woff"), url("../fonts/Eisl-arc-webclient.ttf") format("truetype"), url("../fonts/Eisl-arc-webclient.svg#Eisl-arc-webclient") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "Eisl-arc-webclient" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "Eisl-arc-webclient" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-btn-icon-arrow-right:before {
  content: "\62";
}
.icon-btn-icon-download:before {
  content: "\63";
}
.icon-btn-icon-pdf:before {
  content: "\64";
}
.icon-Eisl-logo-short:before {
  content: "\66";
}
.icon-ddown-icon-contains:before {
  content: "\67";
}
.icon-ddown-icon-does-not-contain:before {
  content: "\68";
}
.icon-ddown-icon-ends-with:before {
  content: "\69";
}
.icon-ddown-icon-filter-equal:before {
  content: "\6a";
}
.icon-ddown-icon-not-equal:before {
  content: "\6b";
}
.icon-ddown-icon-starts-with:before {
  content: "\6c";
}
.icon-icon-arrow-left:before {
  content: "\6e";
}
.icon-icon-arrow-right:before {
  content: "\6f";
}
.icon-icon-arrow-up:before {
  content: "\70";
}
.icon-icon-avatar:before {
  content: "\71";
}
.icon-icon-burger:before {
  content: "\72";
}
.icon-icon-calendar:before {
  content: "\73";
}
.icon-icon-checkmark:before {
  content: "\74";
}
.icon-icon-clear:before {
  content: "\75";
}
.icon-icon-close:before {
  content: "\76";
}
.icon-icon-drag-pressed:before {
  content: "\77";
}
.icon-icon-find:before {
  content: "\78";
}
.icon-icon-floorplan:before {
  content: "\79";
}
.icon-icon-keypad:before {
  content: "\7a";
}
.icon-icon-logout:before {
  content: "\41";
}
.icon-icon-matrix-1-1:before {
  content: "\42";
}
.icon-icon-matrix-1-5:before {
  content: "\43";
}
.icon-icon-matrix-1-7:before {
  content: "\44";
}
.icon-icon-matrix-2-2:before {
  content: "\45";
}
.icon-icon-matrix-2-4:before {
  content: "\46";
}
.icon-icon-matrix-2-8:before {
  content: "\47";
}
.icon-icon-matrix-2-l:before {
  content: "\48";
}
.icon-icon-matrix-2-p:before {
  content: "\49";
}
.icon-icon-matrix-3-3:before {
  content: "\4a";
}
.icon-icon-matrix-4-4:before {
  content: "\4b";
}
.icon-icon-more-drag:before {
  content: "\4c";
}
.icon-icon-password:before {
  content: "\4d";
}
.icon-icon-play:before {
  content: "\4e";
}
.icon-icon-speech-bubble:before {
  content: "\4f";
}
.icon-icon-video-add:before {
  content: "\50";
}
.icon-menu-icon-recordings:before {
  content: "\52";
}
.icon-menu-icon-reports:before {
  content: "\53";
}
.icon-menu-icon-settings:before {
  content: "\54";
}
.icon-menu-icon-video:before {
  content: "\55";
}
.icon-notification-icon-info:before {
  content: "\56";
}
.icon-notification-icon-question:before {
  content: "\57";
}
.icon-notification-icon-warning:before {
  content: "\58";
}
.icon-tool-icon-printer:before {
  content: "\59";
}
.icon-tool-icon-pause:before {
  content: "\5a";
}
.icon-tool-icon-refresh:before {
  content: "\30";
}
.icon-tool-icon-upload:before {
  content: "\31";
}
.icon-tool-icon-duplicate:before {
  content: "\32";
}
.icon-tool-icon-download:before {
  content: "\33";
}
.icon-tool-icon-delete:before {
  content: "\34";
}
.icon-tool-icon-list:before {
  content: "\35";
}
.icon-icon-drag-hover:before {
  content: "\36";
}
.icon-icon-edit:before {
  content: "\37";
}
.icon-btn-icon-dial:before {
  content: "\38";
}
.icon-menu-icon-home:before {
  content: "\23";
}
.icon-menu-icon-contacts:before {
  content: "\39";
}
.icon-menu-icon-activity:before {
  content: "\21";
}
.icon-menu-icon-media:before {
  content: "\24";
}
.icon-menu-icon-network:before {
  content: "\25";
}
.icon-notification-icon-rock:before {
  content: "\26";
}
.icon-menu-icon-system:before {
  content: "\27";
}
.icon-menu-icon-server:before {
  content: "\28";
}
.icon-Eisl-logo-long:before {
  content: "\65";
}
.icon-btn-icon-add:before {
  content: "\61";
}
.icon-video-camera:before {
  content: "\29";
}
.icon-exchange:before {
  content: "\2b";
}
.icon-arrows-alt:before {
  content: "\2c";
}
.icon-eject:before {
  content: "\22";
}
.icon-icon-warning:before {
  content: "\2d";
}
.icon-menu-icon-device:before {
  content: "\2e";
}
.icon-icon-close-cloud:before {
  content: "\2f";
}
.icon-icon-checkmark-cloud:before {
  content: "\3a";
}
.icon-icon-arrow-down:before {
  content: "\6d";
}
.icon-icon-info:before {
  content: "\3b";
}
.icon-tachometer:before {
  content: "\2a";
}
.icon-address:before {
  content: "\51";
}
.icon-city:before {
  content: "\3c";
}
.icon-company:before {
  content: "\3d";
}
.icon-country:before {
  content: "\3e";
}
.icon-role:before {
  content: "\3f";
}
.icon-key:before {
  content: "\40";
}
.icon-mail:before {
  content: "\5b";
}
.icon-name:before {
  content: "\5d";
}
.icon-postcode:before {
  content: "\5e";
}
.icon-back:before {
  content: "\5f";
}
.eisl-dark-style {
  --eisl-background-color: #485464;
  --eisl-input-color: hsl(0, 0%, 100%);
  --eisl-input-background: #485464;
  --eisl-inactive-color: #b1bac7;
  --eisl-input-border-color: hsl(0, 0%, 80%);
  --eisl-text-color: #b1bac7;
  --eisl-text-font-weight: bold;
  --eisl-text-alignment: center;
  --eisl-input-text-hover: hsl(0, 0%, 100%);
  --eisl-input-border-focus: hsl(0, 0%, 100%);
  --eisl-default-padding: 0.5rem;
  --eisl-default-spacing: 0.5rem;
  --eisl-default-border-width: 1px;
  --eisl-default-shadow: 0 4px 8px 0 hsla(0, 0%, 100%, 0.2), 0 6px 20px 0 hsla(0, 0%, 100%, 0.19);
  --eisl-button-hover-background: hsl(0, 0%, 100%);
  --eisl-svg-fill: hsl(0, 0%, 100%);
}
title {
  display: none;
}
::-moz-focus-inner {
  border: 0px;
}
div {
  display: block;
}
@font-face {
  font-family: Lato;
  src: url(https://fonts.cdnfonts.com/css/lato);
  src: url(/_content/Eisl-Blazor/fonts/Lato-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: Lato;
  src: url(https://fonts.cdnfonts.com/css/lato);
  src: url(/_content/Eisl-Blazor/fonts/Lato-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: Lato;
  src: url(https://fonts.cdnfonts.com/css/lato);
  src: url(/_content/Eisl-Blazor/fonts/Lato-RegularItalic.ttf);
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url(/_content/Eisl-Blazor/fonts/Roboto-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: Roboto;
  src: url(/_content/Eisl-Blazor/fonts/Roboto-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: Roboto;
  src: url(/_content/Eisl-Blazor/fonts/Roboto-Italic.ttf);
  font-style: italic;
}
* {
  font-family: Lato;
}
html,
body,
app {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  background: hsl(0, 0%, 95%);
}
html,
body {
  font-size: 14px;
}
body {
  background-color: hsl(0, 0%, 95%);
  color: hsl(0, 0%, 46%);
}
style,
script {
  display: none;
}