/* OpenSans-Regular */
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/OpenSans/OpenSans-Regular.woff2') format('woff2'), url('/fonts/OpenSans/OpenSans-Regular.woff') format('woff');
}

/* OpenSans-Light */
@font-face {
    font-family: 'OpenSansLight';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/OpenSans/OpenSans-Light.woff2') format('woff2'), url('/fonts/OpenSans/OpenSans-Light.woff') format('woff');
}

/* OpenSans-Bold */
@font-face {
    font-family: 'OpenSansBold';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/OpenSans/OpenSans-Bold.woff2') format('woff2'), url('/fonts/OpenSans/OpenSans-Bold.woff') format('woff');
}



html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


html {
    position: relative;
    min-height: 100%;
}


body {
    font-family: 'OpenSans', Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
}


body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    height: 100%;
    min-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;    
    background-color: #fff;
    color: #101d48;
}

.container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
}

.column-corporate {
    width: 380px;
    height: 100%;
    background-color: white;
}

.container-fluid {
    position: relative;
    padding-left: 4%;
    padding-right: 4%;
    height: 100%;
    background-color: transparent;
}

.table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

    .table > td {
        border-bottom-width: 0px !important;
    }

.corporate-title {
    border: 0;
    padding: 0 0 20px 0;
}

.corporate-logo {
    display: block;
    height: 130px;
    margin: 0 50px;
    width: auto;
    background-image: url('/images/logo.svg');
    background-size: initial;
    background-repeat: no-repeat;
    background-position: 50%;
    border-bottom: 1px solid #f8a993;
}

.corporate-navigation-back {
    display: block;
    width: 300px;
    margin-bottom: 35px;
    font-family: 'OpenSansLight';
    font-size: 18px;
    color: #101d48;
    transition: all 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration:none;
}

    .corporate-navigation-back:hover {
        text-decoration: underline;
        color: #101d48;
    }

    .corporate-helpdesk-container {
        display: block;
        width: 100%;
        margin: 0 0 35px;
        padding: 15px 0;
        font-family: 'OpenSansLight';
        color: #101d48;
        transition: all 0.2s;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        border: 1px solid rgba(141, 139, 139, 0.48);
        border-right: 0;
        border-left: 0;
        max-height: 110px;
    }

.question-mark-button {
    display: block;
    vertical-align: middle;
    position: relative;
    height: 25px;
    width: 25px;
    margin: 0 auto 15px;
}

.question-mark-text {
    display: block;
    vertical-align: top;
    margin: 0;
}

.helpdesk-line-1 {
    color: #101d48;
    font-family: 'OpenSansBold', Arial, sans-serif;
    text-transform: uppercase;
    line-height: 17px;
}

.helpdesk-line-1 {
    line-height: 17px;
}

.corporate-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}

.corporate-footer-links {
    color: #101d48;
    margin: 0;
    line-height: 14px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.column-content {
    position: absolute;
    height: 100%;
    min-height: 800px;
    left: 380px;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('/images/pkb-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    transition: left 0.2s ease-out;
}

.container-fluid {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;    
}


.login-header {
    height: 81px;
    background-color: transparent;
}

.login-header-content {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: end;
    padding: 15px 35px;
    height: 60px;
    z-index:0
}

.details-content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow: hidden;
}

.title-container {
    display: block;
}

.detail-title-container {
    max-width: 350px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 40px 0;
}

.detail-title {
    font-family: 'OpenSans', Arial, sans-serif;
    color: #101d48;
    margin: 0;
    font-size: 35px;
    width: 100%;
    line-height: normal;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: balance;
}

.detail-form-inputs {
    max-width: 350px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 40px 20px;
    box-shadow: none;
}

form {
    display: block;
    margin-top: 0em;
}

.inline-form-group {
    clear: both;
    margin-bottom: 10px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    align-items: baseline;
}

.login-input-bright {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin-top: 20px;
    outline: none;
    background-color: hsla(0, 0%, 100%, 0.4);
    border: none;
    border-bottom: 1px solid rgba(16, 29, 72, 0.6);
    font-family: 'OpenSansLight';
    font-size: 24px;
    transition: 0.3s;
    color: inherit;
    font-weight: 400;
}

.login-dropdown-content {
    
    display: block;   
    cursor:default;
}

    .login-dropdown-content select {
        appearance: none;
        outline: 0;
        box-shadow: none;
        background-image: url('/images/arrow-down.png');
        background-repeat: no-repeat;        
        background-position: calc(100% - 10px) center;
    }

    .login-dropdown-bright {
        width: 100%;
        width: 200px;
        position: relative;
        background: transparent;
        padding: 0 0 0 10px;
        height: 30px;
        text-align: left;
        border: 1px solid #fff;
        color: #fff !important;
        font-size: 12px;
        text-transform: uppercase;
        outline: none;
        border-radius: 4px;
    }

    .login-dropdown-bright.open {
        color: #101d48 !important;
        background-color: #fff;
    }


.login-input-button-bright {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin-top: 20px;
    outline: none;
    color: white;
    background-color: #1C2856;
    border: none;
    font-family: 'OpenSans';
    font-size: 24px;
    transition: 0.3s;
    font-weight: 400;
}

.text {
    color: #101d48;
    font-family: 'OpenSans';
    font-size: 14px;
}

.text-size-20{
    font-size: 20px;
}

.error-message {
    margin: 0;
    background-image: url('/images/error.png');
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: 0;
    padding: 0 0 0 40px;
    text-transform: none;
    min-height: 28px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-box-align: start;
    align-items: flex-start;
}


.content-toggle {
    display: none;
}

.corporate-toggle{   
    display:none;
}

.column-content-left {
    left: 380px;
}

.column-content-right {
    left: 0px;
}

.bi-list-hidden {
    display: none;
}

.bi-list-visible {
    display: block;
}

.sms-code-digits{
    color:red;
}

@media screen and (max-width: 435px) {
    .login-header-content {
        padding: 15px 10px;
    }
}

@media screen and (max-width: 993px) {
    .column-content {
        left: 0;
        width: 100%;
    }

    .content-toggle {
        display: block;
    }

        .content-toggle > i {
            display: block;
            position: absolute;
            left: 20px;
            top: 12px;
            font-size: 24px;
            cursor: default;
        }

    .corporate-toggle-container {
        display: block;
    }

    .corporate-toggle {
        text-align: right;
        position: absolute;
        right: 13px;
        top: 15px;
        width: auto;
        height: auto;        
        display:block;
        z-index: 1000;
    }

    .corporate-toggle > i{
        font-size:24px;
    }    
}

@media screen and (max-width: 380px) {
    .column-corporate {        
        display:block;
        max-width: 100%;
    }
}
