@import url(fonts.css);
@import url(flags.css);

.page-header {
    margin: 0px;
    height: 100px;
}

.header-language {
    top: 20px;
    position: absolute;
    right: 20px;
}

@media (min-width: 768px) {
    .loginForm .form-panel {
        border-top: 0px;
        border-radius: 0px 0px 4px 4px;
    }
}

.loginForm .nav>li>a {
    line-height: 75px;
    padding: 0px 15px 0px 80px;
    text-align: left;
}

.errorMessage {
    padding: 5px 5px 15px;
    color: red;
    text-align: center;
}
.error-confirm {
    padding: 5px 5px;
}
.successMessage {
    padding: 0 0 20px;
    color: #666666;
    text-align: center;
}

.help-block {
    margin-top: 0px;
    margin-bottom: 0px;
}

.error-message {
    color: red;
}

.buttons {
    text-align: right;
}

.form-link {
    padding-right: 15px;
}

.loginForm .form-footer a {
    text-decoration: underline;
}

.loginForm .form-footer .button a {
    text-decoration: none;
}

.loginForm .forgot-password {
    font-size: 13px;
    text-align: left;
}

.loginForm .forgot-password a {
    font-weight: normal;
    padding-left: 5px;
}

.loginForm .splitter {
    border: solid #e5eeff 1px;
    margin-bottom: 16px;
    margin-top: 30px;
}


/* Sticky footer  */

html,
body {
    height: 100%;
}

#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -90px;
    /* Pad bottom by footer height */
    padding: 0 0 90px;
    position: relative;
}

/* Set the fixed height of the footer here */
#footer {
    height: 90px;
    background-color: #f5f5f5;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#footer a {
    color: #fff;
    text-decoration: underline;
}

/* End Sticky footer */


.footer-text {
    text-align: center;
    padding-top: 0px !important;
}

#registration-delay-container {
    float: right;
    margin: 0 15px 20px;
    color: red;
}
.resend {
    margin: 8px 0 0 0;
    font-size: 14px!important;
}
.resend a {
    text-decoration: underline;
    cursor: pointer;
    display: none;
}
.resend div {
    color: grey;
    display: none;
}
/* Button */

.button {
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    overflow:visible;
    position: relative;
    behavior: url(resources/PIE.htc);
}
.button button {
    background: transparent;
    vertical-align: top;
    border: 0;
    padding: 0;
    outline: none;
    color: white;
    font-style: normal;
    overflow: visible;
    min-width: 50px;
    text-align: center;
    line-height: 30px;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    opacity: 0.9; /* smooth text edges */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn-right {
    float:right;
}
.btn-default:active button {
    padding-top: 1px;
}

.button button:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0px;
    width: 20px;
    height: 32px;
}

.button button:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0px;
    width: 20px;
    height: 32px;
}

.button em  {
    line-height: 100%;
    vertical-align: top;
    margin:0;
    display:inline-block;
    width:13px;
    height:100%;
}

.button em.btn-text {
    width: auto;
    background-repeat: repeat-x;
    background-position: 0px -34px;
}

.button-main.disable .btn-default {
    background: #cfcfcf;
    pointer-events: none;
    border: none;
}

.button-main.disable .btn-default button {
    color: white!important;
}

.button.pie_hover .btn-text,
.button:hover .btn-text {
    background-position: 0px -136px;
}

.button.pie_active .btn-text,
.button:active .btn-text {
    background-position: 0px -237px;
}

.button .btn-left {
    background-position: 0px -68px;
}

.button .btn-right {
    background-position: 0px 0px;
}

.button.pie_hover .btn-left,
.button:hover .btn-left {
    background-position: 0px -170px;
}

.button.pie_hover .btn-right,
.button:hover .btn-right {
    background-position: 0px -102px;
}

.button.pie_active .btn-left,
.button:active .btn-left {
    background-position: 0px -271px;
}

.button.pie_active .btn-right,
.button:active .btn-right {
    background-position: 0px -203px;
}
.input-code{
    width: 108px;
    float:left;
}
.input-code.error{
    border-color: red!important;
}
.input-phone{
    float:right;
    width: 216px;
}
.country-list > li{
    text-align: left!important;
}

.intl-tel-input.allow-dropdown .selected-flag {
    width: 106px;
}
#countryCode {
    padding-left: 40px;
}
.terms {

    margin: 0 0 -15px 180px;
}
.terms a{
    text-decoration: underline;
}
.backBtn {
    width: auto;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
}


.text-page h1, .text-page h2 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}
.text-page h2 {
    font-size: 12px;
    display: inline-block;
}
.text-page .loginForm .nav>li>a {
    border-bottom: 0px;
}

.text-page .button-backToLogin {
    margin: 20px 0 40px 0;
}

.text-page ol { counter-reset: item; padding-left: 20px; }
.text-page ol li { display: block; margin-bottom: 10px; }
.text-page ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    margin-right: 10px;
}

/*Mobile banner*/
#mobile-banner {
    display: none;
}
.mobile-banner {
    display: flex;
    background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    height: 80px;
}

.banner-cancel {
    display: flex;
    align-items: center;
    flex: 0 0 40px;
}
.big-close {
    background: url(../images/close-big.png) no-repeat center;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
}


.banner-body {
    flex: 1;
    display: flex;
    margin: 10px 0;
}
.company-icon-wrap {
    display: flex;
    z-index: 10;
}
.company-icon-wrap img {
    width: 60px;
    border-radius: 10px;
}

.banner-button {
    display: flex;
    align-items: center;
    text-decoration: none!important;
}
.banner-button span {
    display: block;
    margin: auto 18px;
    color: #0482fc;
}

.info-wrap {
    margin: auto 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
}
.info-name {
    color: black;
}
.info-details {
    margin-top: 5px;
    color: grey;
    font-size: 14px;
}

.loginForm .agree_registration, .loginForm .agree_registration a {
    font-size: 14px;
}
.loginForm .agree_registration .error-message {
    margin-top: 6px;
}

.loginForm[issso="true"] {
    margin-top: 85px;
    text-align: center;
}

.ssoTitle {
    font-size: 26px;
}

.ssoDescription {
    font-size: 18px;
    margin-bottom: 20px;
    color: #888;
}

.btn-default.sso-button {
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    width: 200px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

@media screen and ( max-width: 380px ) {
    .info-details {
        font-size: 12px;
    }
    .banner-button span {
        margin: auto 12px;
    }
}







@media screen and ( max-width: 800px ) {
    .header {
        padding: 20px 0 0 0;
        box-sizing: content-box !important;
        height: auto !important;
    }
    .header-center {
        max-width: 70%;
        background-size: contain !important;
        background-position: 50% 50% !important;
        top: 0px !important;
        height: auto !important;
        min-height: 90px;
    }
    .loginForm ul li {
        width: 49% !important;
        display: inline-block !important;
    }
    .loginForm ul li a {
        min-width: 100px !important;
    }
    #footer {
        padding: 0 25px;
        height: auto !important;
    }
    .footer-text {
        padding: 25px 0;
    }
    .copyright {
        padding-bottom: 20px;
    }
}

.deleteFormOuter .form-panel {
    border-top: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.deleteFormOuter .form-panel .g-recaptcha,
.deleteFormOuter .form-panel .captchaError,
.recoveryFormOuter .g-recaptcha,
.recoveryFormOuter .captchaError {
    max-width: fit-content;
    margin-inline: auto;
}

.notice-1 {
    text-align: justify;
    color: #4d4d4d;
    padding: 0 10px;
    font-weight: bold;
}

.notice-2 {
    text-align: justify;
    color: #4d4d4d;
    padding: 0 10px 10px;
    font-style: italic;
}