/* ##############  Fonts  ################# */
@font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        src: url('../fonts/roboto-400-normal.eot');
        src: url('../fonts/roboto-400-normal.eot#iefix') format('embedded-opentype'), url('../fonts/roboto-400-normal.woff') format('woff'), url('../fonts/roboto-400-normal.ttf') format('truetype'), url('../fonts/roboto-400-normal.svg#Roboto') format('svg');
}

@font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        src: url('../fonts/roboto-400-normal-cyrillic-ext.woff2') format('woff2');
        unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        src: url('../fonts/roboto-400-normal-cyrillic.woff2') format('woff2');
        unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        src: url('../fonts/roboto-400-normal-greek-ext.woff2') format('woff2');
        unicode-range: U+1F00-1FFF;
}
@font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        src: url('../fonts/roboto-400-normal-greek.woff2') format('woff2');
        unicode-range: U+0370-03FF;
}
@font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        src: url('../fonts/roboto-400-normal-vietnamese.woff2') format('woff2');
        unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        src: url('../fonts/roboto-400-normal-latin-ext.woff2') format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        src: url('../fonts/roboto-400-normal-latin.woff2') format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Vestula';
  font-style: normal;
  font-weight: 'normal';
  src: url('../fonts/vestula_regular-webfont.eot');
  /* IE9 Compat Modes */
  src: local('Vestula'), local('Vestula'), url('../fonts/vestula_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vestula_regular-webfont.woff2') format('woff2'), url('../fonts/vestula_regular-webfont.woff') format('woff'), url('../fonts/vestula_regular-webfont.ttf') format('truetype'), url('../fonts/vestula_regular-webfont.svg#Vestula') format('svg');
}
@font-face {
  font-family: 'VestulaSemibold';
  font-style: normal;
  font-weight: 'normal';
  src: url('../fonts/vestula_semibold-webfont.eot');
  /* IE9 Compat Modes */
  src: local('VestulaSemibold'), local('VestulaSemibold'), url('../fonts/vestula_semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vestula_semibold-webfont.woff2') format('woff2'), url('../fonts/vestula_semibold-webfont.woff') format('woff'), url('../fonts/vestula_semibold-webfont.ttf') format('truetype'), url('../fonts/vestula_semibold-webfont.svg#VestulaSemibold') format('svg');
}
/* ##############  General  ################# */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 1em;
  font-family: Roboto;
  line-height: 1.375;
  background-image: url("../images/sspr-background.png");
  background-position: 135% 0%;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #ffffff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #444444;
  height: 100%;
  margin: 0;
}
a,
a:visited,
a:focus {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  color: #da271f;
  text-decoration: underline;
}
a.menubutton {
  color: #ffffff;
  text-decoration: none;
}
.menubutton_key {
  width: 275px !important;
}
p {
  color: #444444;
  font-size: 1em;
  font-family: Roboto;
  line-height: 1.375;
  margin-left: auto;
  margin-right: auto;
}
hr {
  float: none;
  width: 100%;
  position: relative;
  margin-left: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}
h1,
h2,
h3,
.formFieldLabel {
  color: #000000;
  font-family: vestula, arial, sans-serif;
  font-weight: bold;
  margin: 0;
}
h1,
h2,
.formFieldLabel {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.375;
  margin-top: 0.6875rem;
}
h3 {
  font-size: 1.125rem;
  line-height: 1.22222;
  margin-top: 0.6875rem;
}
select {
  font-family: sans-serif;
  width: 80%;
}
#form {
  border-radius: 3px;
  -moz-border-radius: 3px;
  border-collapse: separate;
}
table {
  border-collapse: collapse;
  border: 1px solid #D4D4D4;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
table td {
  border: 1px dotted #ccc;
  padding-left: 5px;
}
table td.title {
  text-align: center;
  font-weight: bold;
  font-size: 150%;
  padding-right: 10px;
  background-color: #DDDDDD;
}
table td.key {
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
  width: 40%;
}
/* ##############  Buttons  ################# */
a.header-button,
.btn,
.menubutton {
  position: relative;
  display: inline-block;
  font: 1em VestulaSemibold !important;
  margin: 0.5em !important;
  padding: 0.5em 1.5em 0.5em !important;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  color: #ffffff;
  transition: background-color 0.3s;
}
.btn {
  background-color: #da271f;
}
.menubutton {
  background-color: #000000;
  min-width: 250px;
}
.btn:hover,
.btn:focus {
  background-color: #cb1810;
}
.menubutton:hover,
.menubutton:focus {
  background-color: #000000;
}
a.header-button {
  background-color: #000000;
}
a.header-button:hover,
.header-button:active,
.header-button:focus {
  background-color: #000000;
}
a.header-button:before,
.btn:before,
.menubutton:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
a.header-button:active:before,
.btn:active:before,
.menubutton:active:before {
  width: 120%;
  padding-top: 120%;
  transition: width 0.2s ease-out, padding-top 0.2s ease-out;
}
/* ##############  Health check  ################# */
.health-GOOD {
  white-space: nowrap;
  background-color: #8ced3f;
  text-align: center;
}
.health-CAUTION {
  white-space: nowrap;
  background-color: #ffcd59;
  text-align: center;
}
.health-CONFIG {
  white-space: nowrap;
  background-color: #ecd5d5;
  text-align: center;
}
.health-WARN {
  white-space: nowrap;
  background-color: #d20734;
  text-align: center;
}
.health-UNKNOWN {
  white-space: nowrap;
  background-color: red;
  text-align: center;
}
/* ##############  Login  ################# */
.sign-in {
  padding-left: 5px;
  margin-left: 0;
}
.formFieldWrapper {
  margin-left: 7px;
}
#login .buttonbar #submitBtn span {
  display: inline-block;
}
/* ##############  Input elements  ################# */
.inputfield,
.changepasswordfield {
  font-size: 100%;
  height: auto;
  padding: 5px;
  margin: 5px;
  text-shadow: 0px 1px 0px #fff;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottombottom, from(#fafafa), to(#ffffff));
  background: -webkit-linear-gradient(top, #fafafa, #ffffff);
  background: -moz-linear-gradient(top, #fafafa, #ffffff);
  background: -ms-linear-gradient(top, #fafafa, #ffffff);
  background: -o-linear-gradient(top, #fafafa, #ffffff);
  background: linear-gradient(top, #fafafa, #ffffff);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.inputfield:focus,
.changepasswordfield:focus {
  background: #FFFFFF;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted transparent \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.inputfield[disabled],
.inputfield[disabled]:hover {
  background: #eaeaea;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.inputfield {
  width: 65%;
}
#token {
  width: 65% !important;
  height: 3.5rem !important;
  overflow: hidden !important;
}
.changepasswordfield {
  width: 90%;
}
/* ##############  Global DIV's  ################# */
#wrapper {
  position: relative;
  width: 100%;
  height: auto !important;
  margin: 0 auto -40px;
  min-height: 100%;
}
#centerbody {
  background-color: #ffffff;
  zoom: 1;
  -moz-box-shadow: 0 0 5px 1px rgba(120, 110, 100, 0.3);
  -webkit-box-shadow: 0 0 5px 1px rgba(120, 110, 100, 0.3);
  box-shadow: 0 0 5px 1px rgba(120, 110, 100, 0.3);
  width: 90%;
  max-width: 1024px;
  padding: 15px;
  margin: 30px auto;
  position: relative;
  clear: both;
  behavior: url("/sspr/public/resources/themes/LU-theme/pie/PIE.htc");
}
#centerbody.tile-centerbody {
  margin-top: 0;
  margin-bottom: 0;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* ##############  Menu tiles  ################# */
.tile {
  background-color: #ffffff;
  zoom: 1;
  -moz-box-shadow: 0 0 5px 1px rgba(120, 110, 100, 0.3);
  -webkit-box-shadow: 0 0 5px 1px rgba(120, 110, 100, 0.3);
  box-shadow: 0 0 5px 1px rgba(120, 110, 100, 0.3);
  position: relative;
  clear: both;
  behavior: url("/sspr/public/resources/themes/LU-theme/pie/PIE.htc");
  min-height: 200px;
  min-width: 175px;
  border: none;
  border-radius: unset;
}
.tile:hover,
.tile:active,
.tile:focus {
  background-color: #fafafa;
  border: 1px solid #da271f;
}
.tile-title {
  color: #000000;
  font-family: vestula, arial, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.22222;
  margin-bottom: 0.575rem;
}
.tile-image {
  color: #000000;
}
.tile:hover > .tile-content > .tile-image,
.tile:active > .tile-content > .tile-image,
.tile:focus > .tile-content > .tile-image {
  color: #000000;
}
.tile-subtitle {
  color: #444444;
  font-size: 0.9rem;
  height: 75px;
}
/* ##############  Header  ################# */
#header {
  width: 100%;
  height: 175px;
  margin: 0;
  border-bottom: 40px solid #ebebeb;
  background-image: none;
  z-index: 5;
  position: relative;
}
#header-page {
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.03125;
  margin: 0 0 0.875rem;
}
#header-title {
  color: #da251c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.30952;
  margin: 0 0 0.875rem;
}
#header-center {
  width: 100%;
  text-align: center;
}
#header-center-left {
  float: none;
  max-width: none;
  margin-right: 150px;
}
#header-center-right {
  margin-right: 10px;
}
#header-menu-wrapper {
  margin-right: 0;
  text-align: right;
}
#header-warning {
  width: 100%;
  background-color: #FFDC8B;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
#header-company-logo {
  position: relative;
  float: left;
  background-image: url("../images/logo-sspr.png");
  background-size: 300px 63px;
  top: 0;
  left: 10px;
  width: 300px;
  height: 63px;
  margin: 30px 0;
  z-index: 1;
}
#header-username-group {
  color: #000000;
}
#header-username-group:hover,
#header-username-group:active,
#header-username-group:focus {
  color: #da271f;
}
#buttonbar {
  margin-top: 30px;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
#header-menu {
  margin: 0 0 0.875rem;
}
.clear {
  clear: both;
}
/* ##############  Ajax message feedback  ################# */
.message {
  display: block;
  padding: 6px;
  width: 90%;
  background-color: #EEEEEE;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px;
}
.message-info {
  background-color: #B6CCDB;
}
.message-error {
  background-color: #FFCCCC;
}
.message-success {
  background-color: #9ecc59;
}
/* ##############  Footer  ################# */
#footer {
  background-color: #ebebeb;
  border-top: 3px solid #DBDBDB;
  color: #222222;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 0.8rem;
}
#footer-content {
  position: absolute;
  bottom: auto;
  top: 50%;
  height: 14px;
  margin-top: -10px;
}
.push,
#footer {
  height: 40px;
  /* .push must be the same height as #footer + border */
}
#footer .infotext {
  font-family: Georgia, sans-serif;
  font-size: 1.125rem;
  line-height: 15px;
  color: #222222;
  padding-right: 40px;
  position: absolute;
  right: 0;
  top: 25%;
}
@media only screen and (max-width: 900px) {
  #footer .infotext {
    display: none;
  }
}
.footer-segment::after {
  padding: 0 10px;
}
#capslockwarning {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  height: 5rem;
  text-align: center;
  padding: 0;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  font-weight: bold;
  font-variant: small-caps;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #d20734;
  border-radius: 3px;
}
.agreementText {
  border: 0;
  background-color: #DDDDDD;
  border-radius: 7px;
  padding: 10px;
  max-height: 300px;
  overflow: auto;
  font-family: monospace;
}
#localeSelectionMenu {
  cursor: pointer;
  font-size: 1em !important;
  padding-top: 0 !important;
}
/* ##############  Bugfixes  ################# */
.dijitHidden {
  position: absolute;
  visibility: hidden;
  display: none;
}
.grecaptcha-badge {
  bottom: 50px !important;
}
#setupOtpSecret > div[style*="text-align: center"] {
  text-align: left !important;
}

img.qrcodeimage + table[style*="width: 300px;"] {
  width: 350px !important;
}

#html5Dialog {
  top: 210px;
}
