﻿@font-face {
  font-family: 'SegoeUI';
  /* ****  Chronotek - changed path to our project structure ****/
  src: url('/assets/fonts/SegoeUI/SegoeUI-Light.woff2') format('woff2'), url('/assets/fonts/SegoeUI/SegoeUI-Light.woff') format('woff'),
    url('/assets/fonts/SegoeUI/SegoeUI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SegoeUI';
  /* ****  Chronotek - changed path to our project structure ****/
  src: url('/assets/fonts/SegoeUI/SegoeUI-Italic.woff2') format('woff2'), url('/assets/fonts/SegoeUI/SegoeUI-Italic.woff') format('woff'),
    url('/assets/fonts/SegoeUI/SegoeUI-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SegoeUI';
  /* ****  Chronotek - changed path to our project structure ****/
  src: url('/assets/fonts/SegoeUI/SegoeUI-Bold.woff2') format('woff2'), url('/assets/fonts/SegoeUI/SegoeUI-Bold.woff') format('woff'),
    url('/assets/fonts/SegoeUI/SegoeUI-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SegoeUI';
  /* ****  Chronotek - changed path to our project structure ****/
  src: url('/assets/fonts/SegoeUI/SegoeUI.woff2') format('woff2'), url('/assets/fonts/SegoeUI/SegoeUI.woff') format('woff'),
    url('/assets/fonts/SegoeUI/SegoeUI.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SegoeUI';
  /* ****  Chronotek - changed path to our project structure ****/
  src: url('/assets/fonts/SegoeUI/SegoeUI-Semibold.woff2') format('woff2'),
    url('/assets/fonts/SegoeUI/SegoeUI-Semibold.woff') format('woff'), url('/assets/fonts/SegoeUI/SegoeUI-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.loadingImageWrapper {
  width: 300px;
  height: 220px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

body {
  background-color: #f1f5f8;
  font-family: 'SegoeUI';
}

#loadingText {
  padding: 10px 0 15px;
  font-size: 18px;
}

.logo {
  margin-bottom: 10px;
}
#warningGradientOuterBarG {
  height: 19px;
  width: 156px;
  border: 1px solid #8ca8be;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  margin: auto;
  background: gradient(linear, 0% 0%, 0% 100%, from(rgb(241, 245, 248)), to(rgb(37, 199, 229)));
  background: -o-gradient(linear, 0% 0%, 0% 100%, from(rgb(241, 245, 248)), to(rgb(37, 199, 229)));
  background: -ms-gradient(linear, 0% 0%, 0% 100%, from(rgb(241, 245, 248)), to(rgb(37, 199, 229)));
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(241, 245, 248)), to(rgb(37, 199, 229)));
  background: -moz-gradient(linear, 0% 0%, 0% 100%, from(rgb(241, 245, 248)), to(rgb(37, 199, 229)));
  background: linear-gradient(top, rgb(241, 245, 248), rgb(37, 199, 229));
  background: -o-linear-gradient(top, rgb(241, 245, 248), rgb(37, 199, 229));
  background: -ms-linear-gradient(top, rgb(241, 245, 248), rgb(37, 199, 229));
  background: -webkit-linear-gradient(top, rgb(241, 245, 248), rgb(37, 199, 229));
  background: -moz-linear-gradient(top, rgb(241, 245, 248), rgb(37, 199, 229));
}

.warningGradientBarLineG {
  background-color: rgb(241, 245, 248);
  float: left;
  width: 14px;
  height: 117px;
  margin-right: 23px;
  margin-top: -27px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.warningGradientAnimationG {
  width: 230px;
  animation-name: warningGradientAnimationG;
  -o-animation-name: warningGradientAnimationG;
  -ms-animation-name: warningGradientAnimationG;
  -webkit-animation-name: warningGradientAnimationG;
  -moz-animation-name: warningGradientAnimationG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

@keyframes warningGradientAnimationG {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: -37px;
  }
}

@-o-keyframes warningGradientAnimationG {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: -37px;
  }
}

@-ms-keyframes warningGradientAnimationG {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: -37px;
  }
}

@-webkit-keyframes warningGradientAnimationG {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: -37px;
  }
}

@-moz-keyframes warningGradientAnimationG {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: -37px;
  }
}
