/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
This file contains default values for variables used in PDP.
It should not be overridden. To modify this variables set what you need in _customer-variables.scss
 */
/*
  Colors according to the admin style guide
*/
/* hover */
/*stylelint-disable scss/dollar-variable-pattern */
/*
  Colors according to the admin style guide
*/
/* hover */
/*stylelint-enable scss/dollar-variable-pattern */
/**
This file contains default values for variables used in PDP.
It should not be overridden. To modify this variables set what you need in _customer-variables.scss
 */
/*
  Colors according to the admin style guide
*/
/* hover */
/*stylelint-disable scss/dollar-variable-pattern */
/*
  Colors according to the admin style guide
*/
/* hover */
/*stylelint-enable scss/dollar-variable-pattern */
/**
This file contains default values for variables used in PDP.
It should not be overridden. To modify this variables set what you need in _customer-variables.scss
 */
/*
  Colors according to the admin style guide
*/
/* hover */
/*stylelint-disable scss/dollar-variable-pattern */
/*
  Colors according to the admin style guide
*/
/* hover */
/*stylelint-enable scss/dollar-variable-pattern */
/**
This file contains default values for variables used in PDP.
It should not be overridden. To modify this variables set what you need in _customer-variables.scss
 */
/*
  Colors according to the admin style guide
*/
/* hover */
/*stylelint-disable scss/dollar-variable-pattern */
/*
  Colors according to the admin style guide
*/
/* hover */
/*stylelint-enable scss/dollar-variable-pattern */
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro SemiBold";
  src: url("../fonts/SourceSansPro-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-SemiBold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Medium";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "CoCoNet Font 1";
  src: local(Source Sans Pro), local(Arial), local(sans-serif);
}
@font-face {
  font-family: "CoCoNet Font 1";
  src: local(Source Sans Pro), local(Arial), local(sans-serif);
  font-weight: bold;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?t88p7r");
  src: url("../fonts/icomoon.eot?t88p7r#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?t88p7r") format("truetype"), url("../fonts/icomoon.woff?t88p7r") format("woff"), url("../fonts/icomoon.svg?t88p7r#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body:not(.kendo-icons) [class^=icon-],
body:not(.kendo-icons) [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-breadcrumb-arrow:before {
  content: "\e91c";
}

.icon-commcenter-small:before {
  content: "\e900";
}

.icon-settings-small:before {
  content: "\e904";
}

.icon-attachment:before {
  content: "\e906";
}

.icon-collapse:before {
  content: "\e908";
}

.icon-commcenter:before {
  content: "\e909";
}

.icon-confirmation-tickmark:before {
  content: "\e90a";
}

.icon-dashboard:before {
  content: "\e90b";
}

.icon-delete:before {
  content: "\e90c";
}

.icon-drag:before {
  content: "\e90d";
}

.icon-expand:before {
  content: "\e90e";
}

.icon-extern-link:before {
  content: "\e90f";
}

.icon-favorites:before {
  content: "\e910";
}

.icon-important:before {
  content: "\e911";
}

.icon-maximize:before {
  content: "\e913";
}

.icon-minimize:before {
  content: "\e914";
}

.icon-select-1:before {
  content: "\e915";
}

.icon-select-2:before {
  content: "\e916";
}

.icon-select-3:before {
  content: "\e917";
}

.icon-settings:before {
  content: "\e918";
}

.icon-slider-off:before {
  content: "\e919";
}

.icon-slider-on:before {
  content: "\e91a";
}

.icon-support:before {
  content: "\e91b";
}

/* stylelint-disable selector-max-id */
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
}

input {
  font-family: var(--font-family-bold);
  -webkit-font-smoothing: antialiased;
}

.iframe-login {
  margin: 0;
}
.iframe-login h1 {
  display: none;
}
.iframe-login form {
  padding: 0 10px 5px 10px;
  overflow: hidden;
}
.iframe-login form label {
  color: var(--demo-login-label-color);
  font-size: var(--font-size-b);
  line-height: 40px;
  height: 40px;
}
.iframe-login form input {
  background-color: var(--login-menu-background-color);
  border: var(--demo-login-input-border);
  height: 40px;
  padding-left: var(--spacing-s);
  width: 100%;
  box-sizing: border-box;
  font-size: var(--font-size-b);
}
.iframe-login form input.error {
  border: var(--login-input-border--error);
}
.iframe-login form #sendBtn {
  border-radius: var(--demo-login-send-btn-border-radius);
  background: var(--button-color-bg-primary);
  border: var(--border-width) solid var(--button-color-border-primary);
  color: var(--button-color-text-primary);
  float: right;
  width: var(--demo-login-submit-width);
  cursor: pointer;
  height: 40px;
  position: relative;
  font: var(--button-font);
  transition: var(--login-submit-button-transition);
}
.iframe-login form #sendBtn:not(.spinner)[disabled] {
  background: var(--login-submit-button-background--disabled);
  color: var(--login-submit-button-color--disabled);
  border: var(--login-submit-button-border--disabled);
  cursor: not-allowed;
}
.iframe-login form #sendBtn:not([disabled]):hover {
  background: var(--login-submit-button-background--hover);
  border-color: var(--button-color-border-primary-hover);
}
.iframe-login #inputLogin {
  margin-bottom: var(--spacing-s);
}
.iframe-login input:-webkit-autofill {
  color: var(--login-method-color);
}
.iframe-login #inputLogin,
.iframe-login #inputPassword {
  box-shadow: 0 0 0 30px white inset;
  border-radius: var(--border-radius);
  color: var(--login-method-color);
}
.iframe-login #inputLogin::placeholder,
.iframe-login #inputPassword::placeholder {
  color: var(--input-color-text-placeholder);
}
.iframe-login #inputLogin:focus,
.iframe-login #inputPassword:focus {
  outline: none;
  border: var(--demo-login-input-border--focus);
  box-shadow: var(--demo-login-input-shadow--focus);
}
.iframe-login .login-form {
  font-family: var(--font-family);
  padding-bottom: var(--spacing-xs);
}

#errorDiv {
  height: 55px;
  padding-top: var(--spacing-xs);
  font-size: var(--font-size-b);
  color: var(--color-functional-error);
}

/* stylelint-enable selector-max-id */
.k-loading-mask {
  transition: background-color 400ms linear, opacity 400ms linear;
  pointer-events: none;
  visibility: hidden;
}
.k-loading-mask .loading-indicator-overlay {
  transition: background-color 400ms linear, opacity 400ms linear;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.k-loading-mask:before {
  display: none;
}
.k-loading-mask.k-loading-mask--visible {
  pointer-events: auto;
  visibility: visible;
}
.k-loading-mask.k-loading-mask--visible {
  animation-name: lic-delay;
  animation-duration: 500ms;
  animation-timing-function: linear;
}
.user-site .k-loading-mask {
  left: -60px;
  min-width: calc(100% + 60px);
}
@media only screen and (max-width: 968px) {
  .user-site .k-loading-mask {
    left: 0;
    min-width: 100%;
  }
}
.admin-site .k-loading-mask {
  left: -60px;
  min-width: calc(100% + 60px);
}
@media only screen and (max-width: 968px) {
  .admin-site .k-loading-mask {
    left: 0;
    min-width: 100%;
  }
}
body.standalone-frame .k-loading-mask {
  left: unset;
  min-width: unset;
}
.k-loading-mask .k-loading-color {
  transition: background-color 400ms linear, opacity 400ms linear;
  width: 360px;
  max-width: 100%;
  background: #fff;
  margin: -120px 0 0 -180px;
  height: 240px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  top: calc(50% + 25px);
  left: 50%;
  position: absolute;
}
.k-loading-mask.login-loading-mask .k-loading-color {
  top: calc(50% + 3px * 1px);
}
.k-loading-mask .k-loading-image {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% + 25px);
  left: 50%;
  transition: background-color 400ms linear, opacity 400ms linear;
  border: 5px solid var(--loader-indicator-color);
  border-top: 5px solid transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin-top: -30px;
  margin-left: -30px;
}
.k-loading-mask .k-loading-text {
  color: var(--loader-indicator-color-text);
  transition: background-color 400ms linear, opacity 400ms linear;
  font: var(--font-h2);
  top: calc(50% + -70px);
  width: 360px;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  left: 50%;
  margin-left: -180px;
  text-align: left;
  position: absolute;
}
.k-loading-mask .k-loading-image {
  background: transparent !important;
}
@media only screen and (max-width: 360px) {
  .k-loading-mask .k-loading-text,
  .k-loading-mask .k-loading-color {
    margin-left: 0;
    left: 0;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes lic-delay {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
This file contains default values for variables used in PDP.
It should not be overridden. To modify this variables set what you need in _customer-variables.scss
 */
/*
  Colors according to the admin style guide
*/
/* hover */
/*stylelint-disable scss/dollar-variable-pattern */
/*
  Colors according to the admin style guide
*/
/* hover */
/*stylelint-enable scss/dollar-variable-pattern */
.fip-logo {
  display: flex;
  height: 60px;
  padding: 0;
}
.fip-logo .logo-container {
  display: flex;
  min-width: 0;
  transition: min-width 0.35s ease-in-out;
}
.pinned .fip-logo .logo-container {
  min-width: calc(320px - var(--menu-toggle-width) - 0px);
}
.fip-logo.fip-logo-hidden {
  padding-right: var(--top-bar-slogan-padding-right);
}
.fip-logo.fip-logo-hidden .logo-container,
.fip-logo.fip-logo-hidden .slogan {
  display: none;
}
.pinned .fip-logo.fip-logo-hidden .logo-container {
  display: flex;
  visibility: hidden;
}
.fip-logo .logo {
  height: 100%;
  background: url("../images/GarantiDirectHeaderLogo-149x36.svg") no-repeat;
  background-size: 149px;
  background-position-y: center;
  position: relative;
  width: 149px;
  z-index: 20;
}
.fip-logo h3 {
  color: var(--top-bar-logo-color);
  font-family: var(--top-bar-logo-font-family);
  font-size: var(--top-bar-logo-font-size);
  line-height: 60px;
  font-weight: var(--top-bar-logo-font-weight);
}
@media only screen and (max-width: 968px) {
  .fip-logo h3 {
    font-size: 0;
  }
}
.fip-logo .slogan {
  display: var(--top-bar-slogan-display);
  padding-left: var(--top-bar-slogan-padding-left);
  padding-right: var(--top-bar-slogan-padding-right);
  text-decoration: none;
}
.fip-logo h4 {
  color: var(--top-bar-logo-color);
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 13px;
  line-height: 60px;
  margin: 0;
}

.common-header {
  background: var(--login-header-color-bg);
  border-bottom: var(--login-header-border-bottom);
  box-shadow: var(--login-header-box-shadow);
  display: flex;
  height: 60px;
  padding-left: var(--login-header-padding-left);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .common-header {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .common-header {
    padding-left: 15px;
  }
}
.login-page .common-header {
  left: 0;
  position: absolute;
  top: 0;
}
.common-header .navbar-brand {
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.common-header .fip-logo .logo {
  background: url("../images/GarantiDirectHeaderLogo-149x36.svg") no-repeat;
  background-size: 149px !important;
  background-position-y: center !important;
}

.container-fluid {
  height: 100vh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* stylelint-disable-next-line selector-max-id */
#build-timestamp-container {
  display: none;
  font-size: 11px;
  color: var(--top-header-build-timestamp-color);
  height: 60px;
  /* stylelint-disable-next-line selector-max-id */
}
#build-timestamp-container #build-timestamp-text-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 15px 15px;
  height: 30px;
}

/* stylelint-disable-next-line selector-max-id */
#login-iframe-container {
  /* stylelint-disable-next-line selector-max-id */
}
#login-iframe-container.iframe-wrapper-maximized {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

/* stylelint-disable-next-line selector-max-id */
#loginIFrame {
  /* stylelint-disable-next-line selector-max-id */
}
#loginIFrame.iframe-front {
  z-index: 30;
  background-color: white;
}
#loginIFrame {
  /* stylelint-disable-next-line selector-max-id */
}
#loginIFrame.iframe-maximized {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

/* stylelint-disable-next-line selector-max-id */
#login-iframe-container {
  --iframe-height: 475px;
  height: var(--iframe-height);
  max-height: var(--iframe-height);
  max-width: 100%;
  width: var(--iframe-width, 420px);
  margin-top: var(--login-iframe-margin);
  transition: max-height 0.2s ease-in, height 0.2s ease-in, width 0.2s ease-in;
}
#login-iframe-container.login-iframe-demo {
  --iframe-height: 300px;
}
#login-iframe-container.login-iframe-demo.iframe-wrapper-maximized {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
#login-iframe-container.login-iframe-admin {
  --iframe-height: 300px;
}
#login-iframe-container.login-iframe-admin.iframe-wrapper-maximized {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
#login-iframe-container.login-iframe-adminldap {
  --iframe-height: 300px;
}
#login-iframe-container.login-iframe-adminldap.iframe-wrapper-maximized {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
#login-iframe-container.login-iframe-azuread {
  --iframe-height: 300px;
}
#login-iframe-container.login-iframe-azuread.iframe-wrapper-maximized {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
#login-iframe-container.login-iframe-oidc {
  --iframe-height: 300px;
}
#login-iframe-container.login-iframe-oidc.iframe-wrapper-maximized {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
#login-iframe-container.login-iframe-stock {
  --iframe-height: 300px;
}
#login-iframe-container.login-iframe-stock.iframe-wrapper-maximized {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
#login-iframe-container.login-iframe-ebics {
  --iframe-height: 380px;
}
#login-iframe-container.login-iframe-ebics.iframe-wrapper-maximized {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
#login-iframe-container.login-iframe-mobiletoken {
  --iframe-height: 525px;
}
#login-iframe-container.login-iframe-mobiletoken.iframe-wrapper-maximized {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
#login-iframe-container.login-iframe-gsponespan {
  --iframe-height: 430px;
}
#login-iframe-container.login-iframe-gsponespan.iframe-wrapper-maximized {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
#login-iframe-container.login-iframe-gsppassword {
  --iframe-height: 430px;
}
#login-iframe-container.login-iframe-gsppassword.iframe-wrapper-maximized {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
#login-iframe-container.login-iframe-gspretailapp {
  --iframe-height: 400px;
}
#login-iframe-container.login-iframe-gspretailapp.iframe-wrapper-maximized {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
#login-iframe-container.iframe-wrapper-long {
  height: 500px;
  max-height: 500px;
}

.login-iframe {
  height: 100%;
  width: 100%;
  display: block;
  outline: none;
  border: 0;
}

.login-wrapper {
  border: var(--border-width) var(--login-container-border-style) var(--color-border);
  max-width: 100%;
  background: #fff;
  border-radius: var(--gsp-login-modal-border-radius);
  margin: 60px auto;
  padding: 10px 30px;
  display: none;
  box-shadow: var(--login-container-box-shadow);
}
@media only screen and (max-width: 480px) {
  .login-wrapper {
    padding: 10px 10px;
  }
}
.login-wrapper.iframe-only-mode > :not(.login-col-main) {
  display: none;
}

.maintenance-notice {
  min-height: 100px;
  width: calc(100% - 20px);
  margin: 10px 10px;
  border: 1px solid #ffc107;
  display: flex;
}
.maintenance-notice .maintenance-notice-text {
  padding: 10px 10px 10px 40px;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 300;
  display: flex;
  word-break: break-word;
}
.maintenance-notice .maintenance-notice-text::before {
  background-image: url("../images/svg/warning.svg");
  background-repeat: no-repeat;
  content: "";
  height: 29px;
  margin-left: -30px;
  padding-left: 30px;
  vertical-align: middle;
  width: 29px;
}

.login-method-selected:focus {
  outline: none;
}
.login-method-selected:focus .menu-item {
  border: var(--border-width) solid var(--select-control-color-border-focus);
  box-shadow: var(--select-control-box-shadow);
}
.login-method-selected .menu-item {
  border: var(--border-width) solid var(--select-control-color-border);
  border-radius: var(--select-control-border-radius);
}
.login-method-selected .menu-item.menu-item--focus {
  border: var(--border-width) solid var(--select-control-color-border-focus);
  box-shadow: var(--select-control-box-shadow);
}

.login-col-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
  display: none;
}
.login-col-menu.active {
  display: block;
}
.login-col-menu .menu-item:hover {
  background-color: #f5f5f5;
  color: #00632f;
}
.login-col-menu .menu-item:hover .menuitem-icon {
  background-color: #00632f;
}

.login-method-selection {
  position: relative;
  margin: 0 10px;
}

.login-method-selected .menuitem-label:after {
  background-color: var(--select-dropdown-indicator-color);
  -webkit-mask-image: url("../images/login/arrow-dropdown.svg");
  mask-image: url("../images/login/arrow-dropdown.svg");
}

.menu-item {
  color: #3c3c3c;
  font: var(--select-single-value-font);
  line-height: 20px;
  position: relative;
  height: 40px;
  cursor: pointer;
}

.menuitem-icon {
  background-color: var(--select-option-color-text);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.selected .menuitem-icon {
  background-color: var(--select-option-color-text-active);
}

.icon-demo {
  -webkit-mask-image: url("../images/login/demo.svg");
  mask-image: url("../images/login/demo.svg");
}

.icon-admin {
  -webkit-mask-image: url("../images/login/demo.svg");
  mask-image: url("../images/login/demo.svg");
}

.icon-adminldap {
  -webkit-mask-image: url("../images/login/ldap.svg");
  mask-image: url("../images/login/ldap.svg");
}

.icon-ebics {
  -webkit-mask-image: url("../images/login/ebics.svg");
  mask-image: url("../images/login/ebics.svg");
}

.icon-vasco {
  -webkit-mask-image: url("../images/login/vasco.svg");
  mask-image: url("../images/login/vasco.svg");
}

.icon-mobiletoken {
  -webkit-mask-image: url("../images/login/mobile-token.svg");
  mask-image: url("../images/login/mobile-token.svg");
}

.icon-gspmobiletoken {
  -webkit-mask-image: url("../images/login/mobile-token.svg");
  mask-image: url("../images/login/mobile-token.svg");
}

.icon-gspretailapp {
  -webkit-mask-image: url("../images/login/mobile-token.svg");
  mask-image: url("../images/login/mobile-token.svg");
}

.icon-forex {
  -webkit-mask-image: url("../images/login/forex.svg");
  mask-image: url("../images/login/forex.svg");
}

.icon-directActivation {
  -webkit-mask-image: url("../images/login/remote.svg");
  mask-image: url("../images/login/remote.svg");
}

.icon-stock {
  -webkit-mask-image: url("../images/login/menu_stock_inactive.png");
  mask-image: url("../images/login/menu_stock_inactive.png");
}

.icon-gsponespan {
  -webkit-mask-image: url("../images/login/onespan.svg");
  mask-image: url("../images/login/onespan.svg");
}

.icon-gsppassword {
  -webkit-mask-image: url("../images/login/password.svg");
  mask-image: url("../images/login/password.svg");
}

.icon-azuread {
  -webkit-mask-image: url("../images/login/msaadlogin.svg");
  mask-image: url("../images/login/msaadlogin.svg");
}

.icon-samlsso {
  -webkit-mask-image: url("../images/login/msaadlogin.svg");
  mask-image: url("../images/login/msaadlogin.svg");
}

.icon-oidc {
  -webkit-mask-image: url("../images/login/oidc.svg");
  mask-image: url("../images/login/oidc.svg");
}

.menuitem-label {
  padding: 0 40px;
  line-height: 40px;
  position: relative;
}
.selected .menuitem-label {
  color: var(--select-option-color-text-active);
}
.menuitem-label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.selected .menuitem-label:after {
  background-color: var(--select-option-color-text-active);
  -webkit-mask-image: url("../images/login/ok.svg");
  mask-image: url("../images/login/ok.svg");
}

body {
  font-family: var(--login-font-family);
  background: #00632f;
}

.admin-login-page {
  background: transparent;
}
.admin-login-page body {
  background: transparent;
}

.login-footer {
  background-color: #f5f5f5;
  margin: 0 -30px;
  padding: 20px 0;
  text-align: center;
  color: #3c3c3c;
}
.login-footer a {
  display: inline-block;
  padding: 0 5px;
  font-size: 13px;
  line-height: 20px;
  color: #3c3c3c;
}
.login-footer a:hover, .login-footer a:focus {
  color: #004f91;
  text-decoration: none;
}

.login-headline {
  color: var(--color-page-title);
  font-size: 20px;
  line-height: 60px;
  padding-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.login-method-label {
  color: var(--color-text);
  padding-left: 10px;
  font-family: var(--font-family-bold);
  font-size: 13px;
  line-height: 40px;
  height: 40px;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

@media (min-width: 480px) {
  .login-col-menu .menu-item-mobile {
    display: none;
  }
}
@media (max-width: 480px) {
  .login-col-menu .menu-item-desktop {
    display: none;
  }
}
div.k-window-content {
  height: inherit;
}

.global-message-window.ebics-signing-prompt .ccn-modal-dialog-wrapper {
  width: var(--login-ebics-signing-prompt-window-width);
}
.global-message-window.ebics-signing-prompt .ccn-modal-dialog-wrapper .ccn-modal-dialog-body {
  width: var(--login-ebics-signing-prompt-window-body-width);
}

#login-iframe-container.login-iframe-gspmobiletoken_desktop-token-only {
  --iframe-height: 226px;
}

#login-iframe-container.login-iframe-gspmobiletoken-accesscode {
  --iframe-height: 395px;
}

.gsp-mvtoken-init-detailed-instruction-modal {
  --modal-dialog-body-font: var(--font-b);
  --modal-dialog-width: fit-content;
  --modal-dialog-body-width: 340px;
  --modal-dialog-header-color-text: var(--color-text);
  --modal-dialog-color-border: var(--color-text);
}

button#message-window\.btn\.Cancel {
  display: none;
}

@media (max-width: 400px) {
  .gsp-mvtoken-init-detailed-instruction-modal {
    --modal-dialog-body-width: 100%;
  }
}
body {
  background: url("../images/trefoil.svg") bottom left no-repeat, linear-gradient(226.89deg, #00632f 0%, #09662e 100%);
  background-size: auto 50%, 100%;
  background-position: left bottom, center;
  display: flex;
  flex-direction: column;
}

.common-header {
  border-top: 6px solid #003087;
  box-sizing: content-box;
}