@font-face {
    font-family: "SiemensSansGlobal";
    src: url(./sisan03.eot);
    src: url(./sisan03.eot?#iefix) format("eot"),
        url(./sisan03.woff) format("woff"),
        url(./sisan03.woff2) format("woff2"),
        url(./sisan03.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SiemensSansGlobal";
    src: url(./sisan06.eot);
    src: url(./sisan06.eot?#iefix) format("eot"),
        url(./sisan06.woff) format("woff"),
        url(./sisan06.woff2) format("woff2"),
        url(./sisan06.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

html {
    position: relative;
    display: flex;
}

body {
    /* Specific settings required for body element */
    background: linear-gradient(135.27deg, #00BFBF 0%, #20A1D5 49%, #3B87E8 100%);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;

    /* Default setttings for nested elements */
    color: white;
    font-family: "SiemensSansGlobal";
    font-size: 16px;

    /* Align with footer height*/
    padding-top: 10px;
    /* prevent overlapping the navbar, since it is "fixed-top" the navbar isnt considered by the page layout */
}

main {
    /* Use flexbox layout for correct positioning of the footer */
    flex-grow: 1;
}

.vertical-align-center {
    display: flex;
    align-items: center;
}

.font-zoom-150 {
    font-size: 150%;
}

.navbar {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

h1 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.header-text {
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.btn {
    font-size: 100%;
}

.login-method-container {
    display: flex;
    padding: 0px;
}

.login-method-container:hover {
    background-color: white;
    color: #3B87E8;
}

.info-container {
    display: none;
    padding: 0px;
}

.error-container {
    display: flex;
    padding: 0px;
}

.login-method-input-form-active,
.login-method-input-form-active:hover,
.login-method-reset-form-active {
    background-color: white !important;
    color: black;
}

.login-method-primary {
    background: rgba(255, 255, 255, 0.3);
}

.login-method-secondary {
    background: rgba(255, 255, 255, 0.1);
}

.login-method-icon {
    font-size: 32px;
}

.information-icon {
    font-size: 22px;
    font-weight: bold;
    font-family: courier;
}

.information-text {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
}

.password-change {
    padding: 10px 15px 20px 15px;
}

.pw-check-text {
    font-family: "SiemensSansGlobal";
    font-size: 14px;
    letter-spacing: 0.22px;
}

.pw-rules-container {
    padding-top: 15px;
}

.change-password-button {
    margin-top: 20px !important;
}

/* Style definition for change password buttons in layout < lg */
@media (max-width: 991px) {

    #changePassword_wide {
        display: none;
    }

    #changePassword_narrow {
        display: block;
    }

}

/* Style definition for login methods in layout >= lg */
@media (min-width: 992px) {

    #changePassword_wide {
        display: block;
    }

    #changePassword_narrow {
        display: none;
    }

}


/* Style definition for login methods in layout = xs */
@media (max-width: 575px) {

    .login-method-icon {
        padding: 20px 16px 0px 15px;
    }

    .help-icon {
        padding: 10px 13px 10px 10px;
    }

    .information-icon {
        padding: 10px 25px 10px 25px;
    }

    .login-method-collapsible {
        padding-left: 63px;
        padding-right: 39px;
    }

}

/* Style definition for login methods in layout > xs */
@media (min-width: 576px) {

    .login-method-icon {
        padding: 32px 50px 32px 34px;
    }

    .help-icon {
        padding: 28px 20px 10px 10px;
    }

    .information-icon {
        padding: 10px 40px 10px 40px;
    }

    .login-method-collapsible {
        padding-left: 116px;
        padding-right: 46px;
    }

}

.login-method-text {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.login-method-collapsible {
    width: 100%;
}

.login-method-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 0.34px;
}

.login-method-introduction {
    line-height: 24px;
    letter-spacing: 0.5px;
}

.login-method-checkbox-container {
    padding-top: 10px;
}

.transparentBackground {
    background-color: rgba(0, 0, 0, 0);
}

.myheader,
.footerContent {
    max-width: 1000px;
}

.headerLogo {
    background-image: url(https://entitlement.siemens.com/login/newton/images/sie-logo-claim-petrol-rgb.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    height: 49px;
    margin-top: 10px;
    width: 140px;
}

.dropdown-menu {
    min-width: 50%;
}

#languageMenuButton {
    vertical-align: -8px;
    margin-left: 20px;
    /* Remove the box shadow that bootstrap puts on the buttons by default */
    box-shadow: none;
}

#logout-item {
    margin-right: 35px;
}

#logout-link {
    vertical-align: 1px;
}



#languageMenuList>.dropdown-item.active,
#languageMenuList>.dropdown-item:active {
    /* 
    The background color of an active language drop-down item is adapted to the 
    hover color used for the login methods
    */
    background-color: black;
}

.myfooter {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    /* Set the fixed height of the footer */
    font-size: 12px;
    color: #BECDD7;
}


/* Style definition for footer lists in layout <= sm */
@media (max-width: 767px) {

    .myfooter ul {
        padding-top: 10px;
    }

    .myfooter span {
        padding-bottom: 10px;
    }

    .myfooter li {
        list-style-type: none;
        padding-bottom: 10px;
    }
}

/* Style definition for footer lists in layout > sm */
@media (min-width: 768px) {

    .myfooter ul {
        display: inline;
    }

    .myfooter li {
        display: inline;
    }

    .myfooter li::after {
        /* Add a separator between the horizontally aligned list items */
        content: ' ';
        white-space: normal;
        word-spacing: 2em;
        background-image: linear-gradient(180deg, #BECDD7, #BECDD7);
        background-size: 1px 1em;
        background-repeat: no-repeat;
        background-position: center center;
    }

}

.myfooter ul {
    margin-bottom: 0;
    padding-left: 0px;
    padding-inline-start: 0px;
}

.myfooter a {
    color: #BECDD7;
}

.footerLoginRequired {
    padding-right: 1em;
}

.spacer5 {
    height: 5px;
}

.spacer15 {
    height: 15px;
}

.spacer20 {
    height: 20px;
}

.white-background {
    background-color: #FFFFFF;
}

.pointercursor {
    cursor: pointer;
}

.lightbluetext {
    color: #3B87E8;
}

.help-icon,
.help-icon:hover {
    color: inherit;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 36px;
    display: inline-block;
    height: 20px;
    line-height: 23px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -20px;
}

label.css-label {
    background-image: url(https://entitlement.siemens.com/login/newton/images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-size: 20px;
}

.invisible-text {
    color: transparent;
    line-height: 23px;
}

/* Set text color to black for non-linked form parts */
.login-method-container:hover label.css-label,
.login-method-container:hover div.arrow-link,
#passwordResetFormToggle {
    color: black;
}

.close-button {
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    color: #3B87E8;
    text-decoration: none;
    float: right;
    line-height: 1;
    padding: 3px 3px 3px 3px;
}

.popover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) -5px -5px 15px;
    box-shadow: rgba(0, 0, 0, 0.4) -5px -5px 15px;
}

.popover-header {
    background-color: white;
    border: none;
}

.popover-body {
    padding: 0px 16px 16px 16px;
}

.arrow-link {
    padding-top: 12px;
    cursor: pointer;
    display: inline-block;
}

.arrow-link:hover {
    color: #3B87E8 !important;
}

.arrow-link::after {
    content: "\e901";
    font-size: 110%;
    font-weight: bolder;
    padding-left: 3px;
    color: #3B87E8;
    font-family: 'Siemens_Entitlement';
    position: relative;
    top: 2px;
}

.inputborders {
    border-radius: 0px !important;
    border-width: 2px !important;
}

.buttoncorners {
    border-radius: 0px !important;
    width: 50%;
}

.form-input-size {
    margin-top: 20px;
    border-radius: 0px;
    font-size: 100%;
}

.form-button-size {
    margin-top: 10px;
    border-radius: 0px;
}

.hidden-form {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    background: linear-gradient(135.27deg, #00BFBF 0%, #20A1D5 49%, #3B87E8 100%);
    z-index: 1000;
}

#loader {
    z-index: 1001;
}

.loader-background {
    background-color: white;
}

.loader-image {
    width: 100px;
    height: 100px
}

#citate {
    display: none;
}

.citate-author-text {
    font-family: "SiemensSansGlobal";
    font-size: 14px;
    letter-spacing: 0.22px;
    line-height: 30px;
}

.citate-text {
    font-family: "SiemensSansGlobal";
    font-size: 24px;
    letter-spacing: 0.4px;
    line-height: 28px;
}

.loading-text {
    font-family: "SiemensSansGlobal";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 24px;
}

.progress-properties {
    height: 6px;
    background: white;
}

.progress-bar-properties {
    height: 6px;
    background: #1E8FE1;
}

.progress-bar.indeterminate {
    position: relative;
    animation: progress-indeterminate 3s linear infinite;
}

@keyframes progress-indeterminate {
    from {
        left: -25%;
        width: 25%;
    }

    to {
        left: 100%;
        width: 100%;
    }
}

.no-decoration-link,
.no-decoration-link:hover,
.no-decoration-link:focus {
    text-decoration: none;
    color: currentColor;
}

/* Format a submit button as a linked text, so that it is working also for noscript */
.form-submit-link {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: white;
    cursor: pointer;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) div:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) label:focus,
body:not(.user-is-tabbing) textarea:focus {
    outline: none;
}

.static-page {
    position: relative;
    top: -50px;
    bottom: 0px;
}

.headline-static-page {
    color: #2D373C;
    font-family: "SiemensSansGlobal";
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 44px;

    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 40px;
    margin-top: 23px;
}

.text-static-page {
    color: #2D373C;
    font-family: "SiemensSansGlobal";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 22px;

    padding-left: 5%;
    padding-right: 5%;
}

.subheadline-static-page {
    color: #2D373C;
    font-family: "SiemensSansGlobal";
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 24px;

    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 15px;
    padding-top: 20px;
}

a.back-to-login {
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0.22px;
    line-height: 22px;
}

/* Password Management legacy styles */
.invalid {
    background: url("https://entitlement.siemens.com/login/images/default_design/invalid.png") no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    background: url("https://entitlement.siemens.com/login/images/default_design/valid.png") no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #788791;
    filter: saturate(0);
    /* Turn the color of the backgound image to grey */
}

.infolink:before {
    vertical-align: top;
    font-size: 70%;
    color: #1E8FE1;
    text-decoration: none;
}


.subheadline-user-self-service {
    color: #2D373C;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;

    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 25px;
    padding-top: 30px;
}

.text-user-self-service {
    color: #2D373C;
    font-size: 16px;
    padding-left: 5%;
    padding-right: 5%;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #E8E8E8;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}