﻿@import "446.default.css";
html,
body {
  height: 100%;
  font: var(--font-text);
  color: var(--plattform-text-color);
  background-color: var(--plattform-background-color);
}
body {
  margin: 0;
}
h1 {
  font-size: 21px;
  text-align: center;
  margin: 0 auto 40px;
  padding-left: 20px;
  padding-right: 20px;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-field.tenannts {
  position: relative;
  display: flex;
}
.form-field.tenannts select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-field.tenannts:after {
  content: '';
  position: absolute;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 15px;
  top: 15px;
  z-index: 1;
}
.login-container,
.logout-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
}
.login-container .panel,
.logout-container .panel {
  background-color: var(--plattform-background-color);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: auto;
}
.login-container:not(.mobile),
.logout-container:not(.mobile) {
  background-image: url("../Images/background-login.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.login-container:not(.mobile) .panel,
.logout-container:not(.mobile) .panel {
  max-width: 80%;
  width: 426px;
  position: relative;
  max-height: calc(100% - 20px);
  border-radius: 3px;
}
.login-container:not(.mobile) .release-info.active,
.logout-container:not(.mobile) .release-info.active {
  top: 0;
  transition: 0.3s all ease-in-out;
  visibility: visible;
}
.login-container.mobile,
.logout-container.mobile {
  align-items: flex-end;
  justify-content: start;
}
.login-container.mobile .header-bar,
.logout-container.mobile .header-bar {
  height: 50px;
  width: 100%;
  background-image: url("../Images/background-login.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.login-container.mobile .panel,
.logout-container.mobile .panel {
  height: calc(100% - 50px);
  width: 100%;
}
.login-container.mobile .release-info,
.logout-container.mobile .release-info {
  height: calc(100% - 50px);
  width: 100%;
  right: 100%;
  top: 50px;
}
.login-container.mobile .release-info.active,
.logout-container.mobile .release-info.active {
  right: 0;
}
.login-container.mobile .release-info .release-content,
.logout-container.mobile .release-info .release-content {
  height: calc(100% - 90px);
}
.login-container.mobile .release-info .release-content .release-text,
.logout-container.mobile .release-info .release-content .release-text {
  overflow: auto;
}
.login-container.mobile .language-selection,
.logout-container.mobile .language-selection {
  top: 50px;
}
@media (max-width: 500px) {
  .login-container.mobile .release-content,
  .logout-container.mobile .release-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .login-container.mobile .release-content .release-logo,
  .logout-container.mobile .release-content .release-logo {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 20px;
  }
}
.login-container.mobile .version-btn,
.logout-container.mobile .version-btn {
  top: 15px;
  left: 15px;
  height: 20px;
  width: 20px;
}
.login-container.mobile .version-btn span,
.logout-container.mobile .version-btn span {
  display: none;
}
.k-backdrop {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.language-selection {
  position: absolute;
  top: 0;
  right: 10px;
  color: var(--plattform-text-color);
  font-weight: 400;
  font: var(--font-text);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 4;
}
.language-selection #LanguageMenu.k-menu > .k-item:first-of-type {
  font-weight: 400;
}
.language-selection #LanguageMenu.k-menu.k-menu,
.language-selection #LanguageMenu.k-menu .k-item,
.language-selection #LanguageMenu.k-menu k-state-hover,
.language-selection #LanguageMenu.k-menu .k-menu-group,
.language-selection #LanguageMenu.k-menu .k-link {
  background-color: transparent;
  border: 2px solid transparent;
  color: var(--plattform-text-color);
  box-shadow: none;
}
.language-selection #LanguageMenu.k-menu.k-menu:focus,
.language-selection #LanguageMenu.k-menu .k-item:focus,
.language-selection #LanguageMenu.k-menu k-state-hover:focus,
.language-selection #LanguageMenu.k-menu .k-menu-group:focus,
.language-selection #LanguageMenu.k-menu .k-link:focus {
  border: 2px solid var(--plattform-text-color);
}
.language-selection #LanguageMenu.k-menu.k-menu li.k-state-focused,
.language-selection #LanguageMenu.k-menu .k-item li.k-state-focused,
.language-selection #LanguageMenu.k-menu k-state-hover li.k-state-focused,
.language-selection #LanguageMenu.k-menu .k-menu-group li.k-state-focused,
.language-selection #LanguageMenu.k-menu .k-link li.k-state-focused {
  border: 2px solid var(--plattform-text-color);
}
.language-selection #LanguageMenu.k-menu.k-menu.k-state-default,
.language-selection #LanguageMenu.k-menu .k-item.k-state-default,
.language-selection #LanguageMenu.k-menu k-state-hover.k-state-default,
.language-selection #LanguageMenu.k-menu .k-menu-group.k-state-default,
.language-selection #LanguageMenu.k-menu .k-link.k-state-default,
.language-selection #LanguageMenu.k-menu.k-menu.k-state-hover,
.language-selection #LanguageMenu.k-menu .k-item.k-state-hover,
.language-selection #LanguageMenu.k-menu k-state-hover.k-state-hover,
.language-selection #LanguageMenu.k-menu .k-menu-group.k-state-hover,
.language-selection #LanguageMenu.k-menu .k-link.k-state-hover {
  background-color: transparent;
}
.version-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: var(--neutral-white);
  cursor: pointer;
  display: flex;
}
.version-btn .info-icon {
  background-image: url("../Images/info.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.warning-icon {
  background-image: url("../Images/Themes/Default/warning-solid.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--warning);
  background-size: 60%;
  width: 45px;
  display: flex;
}
.error-icon {
  background-image: url("../Images/Themes/Default/remove-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--notification-error-background-color);
  background-size: 50%;
  width: 13%;
  display: flex;
}
.release-info {
  position: absolute;
  top: -500px;
  height: 100%;
  background-color: var(--neutral-white);
  transition: 0.3s all ease-in-out;
  z-index: 1;
  width: auto;
  visibility: hidden;
}
.release-info .release-header {
  height: 30px;
  padding: 20px 20px 0 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.release-info .release-header .back-icon {
  background-image: url("../Images/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
}
.release-info .release-header .back-text {
  font-weight: bold;
  color: var(--accent);
  font: var(--font-heading-secondary);
  font-size: 14px;
  text-align: left;
  padding-right: 5px;
}
.release-info .release-content {
  display: flex;
  padding: 20px;
  background-color: var(--neutral-white);
  justify-content: space-around;
}
.release-info .release-content .release-logo {
  display: flex;
  flex-direction: column;
}
.release-info .release-content .release-logo img {
  width: 80px;
  margin-bottom: 20px;
}
.release-info .release-content .release-text {
  flex-direction: column;
  padding-left: 25px;
  width: 265px;
}
.release-info .release-content .release-text .info-text {
  color: var(--neutral-black50);
  margin-bottom: 5px;
}
.release-info .release-content .release-text .info-text-black {
  color: black;
  margin-bottom: 5px;
}
.release-info .release-content .release-text .space {
  margin-bottom: 10px;
}
.release-info .release-content .release-text .iso-link,
.release-info .release-content .release-text .iso-link > a {
  color: var(--accent);
  text-decoration: none;
}
.login-form,
.logout-form {
  padding-top: 10px;
  padding-bottom: 20px;
  width: 100%;
  background-color: var(--neutral-white);
  border-radius: 3px;
}
.login-form .logo-container,
.logout-form .logo-container {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-form .logo-container img,
.logout-form .logo-container img {
  height: 80px;
}
.login-form .login,
.logout-form .login,
.login-form .logout,
.logout-form .logout,
.login-form .logo-container,
.logout-form .logo-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.login-container.mobile .login-form,
.logout-container.mobile .logout-form {
  background-color: var(--plattform-background-color);
}
.login form,
.logout form {
  max-width: 350px;
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
span.field-validation-error {
  display: block;
  color: var(--error);
  font-size: 12px;
  margin-bottom: 20px;
  margin-top: -15px;
}
.validation-summary-warning {
  display: flex;
  flex-grow: 1;
  align-items: stretch;
  box-sizing: border-box;
  border: 1px solid var(--warning-dark);
  border-radius: var(--notification-border-radius);
  overflow: hidden;
  padding: 0;
  margin: auto;
  margin-bottom: var(--notification-margin-bottom);
  min-height: 50px;
  color: var(--warning-dark);
}
.validation-summary-error {
  display: flex;
  flex-grow: 1;
  align-items: stretch;
  box-sizing: border-box;
  border: 1px solid var(--error);
  border-radius: var(--notification-border-radius);
  overflow: hidden;
  padding: 0;
  margin: auto;
  margin-bottom: var(--notification-margin-bottom);
  min-height: 50px;
  color: var(--error-dark);
}
.form-control {
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
input.form-control,
select.form-control {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
select {
  cursor: pointer;
}
input[disabled].form-control,
select[disabled].form-control {
  color: lightgrey;
}
.form-control.btn {
  height: 40px;
  box-sizing: border-box;
  float: right;
  border-radius: 6px;
  border: none;
  color: white;
  background-color: var(--accent);
  cursor: pointer;
  margin-left: var(--gap2);
  margin-bottom: 0;
}
.form-control.btn.saml-login {
  background-color: transparent;
  color: var(--button-secondary-foreground);
  width: auto;
  padding: 0;
  margin: 0;
}
.form-control.btn.saml-login:hover {
  opacity: 0.5;
}
.form-control.btn.saml-login:only-child {
  margin: auto;
}
.label {
  padding: 2px;
  font-size: 12px;
}
.label.password {
  display: flex;
  justify-content: flex-end;
  color: gray;
}
.label.password > label {
  cursor: pointer;
}
.validation-message {
  padding: 2px 2px 2px 2px;
  font-size: 12px;
}
.field-validation-valid {
  display: none;
}
.form-field {
  width: 100%;
}
.form-field input:not(.btn),
.form-field select {
  height: 40px;
  box-sizing: border-box;
  margin-bottom: 11px;
}
.form-field.last {
  margin-bottom: 29px;
}
.saml-buttons:not(:empty) {
  width: 100%;
  padding-top: 15px;
  justify-content: center;
  display: flex;
  flex-flow: wrap;
  row-gap: 15px;
  column-gap: 35px;
}
.saml-button-separator:before,
.saml-button-separator:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--neutral-black25);
  margin: auto 8px;
}
.saml-button-separator:after {
  margin-right: 0;
}
.saml-button-separator:before {
  margin-left: 0;
}
.saml-button-separator {
  display: flex;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  /* white */
  color: var(--neutral-black50);
}
.k-state-hover > div.k-animation-container {
  display: none !important;
}
.login-container ~ .k-animation-container ul {
  background-color: var(--input-control-popup-background-color);
  color: var(--input-control-popup-foreground-color);
}
.login-container ~ .k-animation-container li:hover {
  background-color: var(--input-control-popup-item-hovered-background-color);
  color: var(--input-control-popup-item-hovered-foreground-color);
}
.form-field-label {
  font-weight: bold;
}
.login-heading-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.login-heading {
  max-width: 350px;
  width: 100%;
  font-size: 2em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-align: center;
}
.login-heading-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.MfaQWrCodeImg {
  border: 1px solid #ccc;
  margin-bottom: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.MfaQWrCodeImg img {
  max-width: 200px;
}
.mfa-link {
  color: var(--platform-link-color);
  width: auto;
  padding: 0;
  margin: 0;
}
.mfa-link:hover {
  opacity: 0.5;
}
.hidden {
  display: none !important;
}