html,
body,
.page {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #fff;
}
.page {
  position: relative;
  font-family: 'objective-mk1-rg', sans-serif;
  box-sizing: border-box;
  overflow: hidden;
}
.page .pageHeader {
  font-family: 'objective-mk1-bd', sans-serif;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  line-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.page .pageHeader #airlockButtons {
  float: right;
}
.page .communicatorWrapper,
.page .msgContainer,
.page #iframeContainer {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  top: 60px;
  bottom: 0px;
}
.page .hidden {
  display: none !important;
}
.page .msgContainer {
  font-size: 100%;
  z-index: 10000;
  background-color: #fff;
}
.page .msgContainer .msgBox {
  max-width: 400px;
  width: 95%;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.page .msgContainer .msgBox .msgTitle {
  font-size: 17px;
  padding-bottom: 6px;
  padding-top: 8px;
  font-family: 'objective-mk1-bd', sans-serif;
}
.page .msgContainer .msgBox .msgIcon {
  width: 105px;
  height: 89px;
  background-image: url(../img/icon-quickhelp.png);
  background-repeat: no-repeat;
  margin: 0px auto;
}
.page .msgContainer .msgBox .msgError,
.page .msgContainer .msgBox .msgInstallFailure {
  color: #c00;
  font-size: 14px;
}
.page .msgContainer .msgBox .init {
  display: none;
}
.page .msgContainer .msgBox .connect {
  display: none;
}
.page .msgContainer .msgBox .connect table {
  margin: 0px auto;
}
.page .msgContainer .msgBox .connect .confirmTerms {
  font-size: 14px;
  margin-top: 8px;
}
.page .msgContainer .msgBox .connect .confirmTerms a {
  color: #624C96;
}
.page .msgContainer .msgBox .connect td {
  vertical-align: middle;
  box-sizing: border-box;
}
.page .msgContainer .msgBox .connect td.tdInputName {
  border-radius: 6px 0 0 6px;
  border: 1px solid #624C96;
  overflow: hidden;
}
.page .msgContainer .msgBox .connect td.tdInputName input {
  box-sizing: border-box;
  border: none;
  font-family: 'objective-mk1-bd', sans-serif;
  height: 33px;
  width: 150px;
  text-align: center;
}
.page .msgContainer .msgBox .connect td.tdBtnConnect {
  border: 1px solid #624C96;
  background-color: #624C96;
  border-radius: 0 6px 6px 0;
  overflow: hidden;
}
.page .msgContainer .msgBox .connect td.tdBtnConnect a {
  background-color: #624C96;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page .msgContainer .msgBox .connect #userName {
  font-weight: bold;
  font-size: 1.3em;
  padding-bottom: 14px;
  display: none;
}
.page .msgContainer .msgBox #airlockLogout {
  display: none;
  padding: 5px;
}
.page .msgContainer .msgBox #airlockLogout .msgAirlockLogout {
  font-weight: bold;
}
.page .msgContainer .msgBox #airlockLogout .btnAirlock {
  margin-top: 14px;
}
.page #iframeContainer {
  display: none;
}
.page #iframeContainer iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.page .btnAirlock {
  padding: 6px 10px 6px 41px;
  font-size: 15px;
  line-height: 15px;
  /*font-size: 1em;*/
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 2px;
  font-weight: bold;
  font-family: 'objective-mk1-rg', sans-serif;
}
.page .btnAirlockLogin {
  color: #cfe400;
  border: 1px solid #cfe400;
  background: #ffffff url('../img/anmelden.png') no-repeat 10px 3px;
  background-size: 24px;
}
.page .btnAirlockLogout {
  color: #f22d54;
  border: 1px solid #f22d54;
  background: #ffffff url('../img/abmelden.png') no-repeat 10px 3px;
  background-size: 24px;
}
.page .btnAirlockCancel {
  color: #7252ac;
  border: 1px solid #7252ac;
  padding-left: 10px;
}
.page.airlockSessionInvalid .btnAirlockLogin {
  display: inline-block;
}
.page.airlockSessionInvalid .btnAirlockLogout {
  display: none;
}
.page.airlockSessionInvalid .btnAirlockCancel {
  display: none;
}
.page.airlockSessionValid .btnAirlockLogin {
  display: none;
}
.page.airlockSessionValid .btnAirlockLogout {
  display: inline-block;
}
.page.airlockSessionValid .btnAirlockCancel {
  display: none;
}
.page.airlockSessionValid:not(.noName) #connectFields #userName {
  display: block;
}
.page.airlockSessionValid:not(.noName) #connectFields .tdInputName {
  display: none;
}
.page.airlockSessionValid:not(.noName) #connectFields .tdBtnConnect {
  border-radius: 6px;
}
.page.airlockSessionValid.loggedInOverChatWindow .disconnected #airlockLogout {
  display: block;
}
.page.airlockLoggingIn .btnAirlockLogin {
  display: none;
}
.page.airlockLoggingIn .btnAirlockLogout {
  display: none;
}
.page.airlockLoggingIn .btnAirlockCancel {
  display: inline-block;
}
.page.airlockLoggingIn .communicatorWrapper {
  display: none;
}
.page.airlockLoggingIn .msgContainer {
  display: none !important;
}
.page.airlockLoggingIn #iframeContainer {
  display: block;
}
.page .btnMyValiantLogin {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  list-style: none;
  box-sizing: border-box;
  box-shadow: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 42px;
  color: #ffffff;
  white-space: nowrap;
  border: 1px solid #f5627f;
  background-color: #f5627f;
  padding: 8px 15px;
  vertical-align: middle;
}
.page .btnMyValiantLogin svg {
  max-height: 1rem;
  vertical-align: middle;
  margin-bottom: 3px;
}
.page .btnMyValiantLogin:hover {
  border: 1px solid #f22d54;
  background-color: #f22d54;
}
.contentPart.init {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  --indigo: #7785ff;
  --purple: #af78ff;
  --pink: #ff73c3;
  --red: #ff5f5f;
  --orange: #ffb46e;
  --yellow: #ffd76e;
  --green: #9be169;
  --teal: #50d2a0;
  --cyan: #5fc8ff;
  --primary: #7252ac;
  --secondary: #f5627f;
  --success: #cfe400;
  --info: #00a5d5;
  --warning: #f3a91b;
  --danger: #e40531;
  --light: #f1f2f5;
  --dark: #000000;
  --background: #ffffff;
  --base-light: #f5f5f5;
  --base: #757575;
  --blue-light: #c9eaf7;
  --blue: #0eaedd;
  --dark-light: #424242;
  --favourite: #fad00f;
  --gray: #9e9e9e;
  --gray-100: #f5f5f5;
  --gray-200: #eeeeee;
  --gray-300: #dddddd;
  --gray-400: #cccccc;
  --gray-500: #9e9e9e;
  --gray-600: #757575;
  --gray-800: #424242;
  --gray-dark: #f5f5f5;
  --gray-light: #cccccc;
  --info-light: #d5f6ff;
  --lighter: #eeeeee;
  --primary-dark: #452481;
  --primary-light: #aa97cd;
  --secondary-dark: #f22d54;
  --success-dark: #bfd300;
  --success-light: #faffcb;
  --success-text: #9baa00;
  --text: #000000;
  --text-muted: #6c757d;
  --white: #ffffff;
  --dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  --modal-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.25);
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
}
.contentPart.init .valiant-banner-panel__buttons {
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--text);
  word-wrap: break-word;
  text-align: center !important;
  box-sizing: border-box;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  margin-top: 1.5rem !important;
}
.contentPart.init .d-inline {
  display: inline !important;
}
.contentPart.init .btnNewCustomer {
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  box-sizing: border-box;
  box-shadow: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
  vertical-align: middle;
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  margin-bottom: 1rem!important;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 42px;
  padding: 8px 20px;
  color: var(--white);
  white-space: nowrap;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.contentPart.init .btnNewCustomer:hover {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
  text-decoration: none;
  color: var(--white);
}
.contentPart.init .btnExistingCustomer {
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  box-sizing: border-box;
  box-shadow: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
  vertical-align: middle;
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  margin-bottom: 1rem!important;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 42px;
  padding: 8px 20px;
  color: var(--primary);
  white-space: nowrap;
  border: 1px solid var(--primary);
  background-color: var(--background);
}
/*# sourceMappingURL=style.css.map */