﻿
/*  Stracl Central Login
=============================================================== */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    overflow: auto;
}

label, input, button, select, textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

input {
    min-height: 30px;
}

    input[type=checkbox], input[type=radio] {
        min-height: 0;
        float: left;
    }

.container {
    width: 720px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.page-wrapper {
    overflow-x: hidden;
}

.page-wrap {
    min-height: calc(100vh - 70px);
}

.display-none {
    display: none !important;
}

.show {
    display: block !important;
}

.btn-disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.btn-privacy-policy {
    cursor: pointer;
}

#privacy-policy-modal {
    width: 900px;
    height: 600px;
    margin: -300px 0 0 -450px;
}

    #privacy-policy-modal h3 {
        font-size: 18px;
    }

.modal-body {
    max-height: 500px;
}






.login-header-container {
    border-top: 6px solid #FFDE69;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.login-header {
    width: 100%;
    padding: 30px 30px 0 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


#logo {
    width: auto;
    height: 40px;
}

#partner-logo {
    width: auto;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

.login-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}


.login-box {
    background: #fff;
    box-shadow: 0 0 32px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #e1e0e0;
    height: 390px;
    width: 368px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .login-box.small {
        height: 260px;
    }

.reset-password-box {
    height: 250px;
}

.login-box header {
    background-color: #17375E;
    height: 40px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    display: flex;
    flex-direction: row;
}

.login-box p {
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    color: white;
    margin: 0;
    width: 100%;
    margin-left: -53px;
}

.login-box .icon-lock {
    background: url('../Images/icon-lock.png') 0 0 no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin: 8px 16px;
}


.login-box .main-content {
    padding: 50px 40px 0 50px;
}

.main-content input[type=text],
.main-content input[type=password] {
    background: #fff;
    font-size: 14px;
    color: #555;
    height: 35px;
    line-height: 14px;
    padding: 0 20px 0 35px;
    margin-bottom: 15px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

input.btn-login {
    background: #FFDE69;
    -moz-box-shadow: inset 1px 2px 1px #FFDE69;
    -webkit-box-shadow: inset 1px 2px 1px #FFDE69;
    box-shadow: inset 1px 2px 1px #FFDE69;
    width: 260px;
    height: 35px;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}

.username-container,
.password-container,
.email-container {
    position: relative;
    font-size: 0;
}

.username-container.disabled {
    opacity: 0.7;
}

.icon-username {
    background: url('../Images/icon-username.png') 0 0 no-repeat;
    width: 15px;
    height: 16px;
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 9px;
    left: 10px;
}


.icon-password {
    background: url('../Images/icon-password.png') 0 0 no-repeat;
    width: 14px;
    height: 16px;
    display: inline-block;
    margin: 0;
    position: absolute;
    bottom: 27px;
    left: 10px;
}

.icon-envelope {
    position: absolute;
    top: 11px;
    left: 10px;
}

.forgot-password-container {
    width: 260px;
    text-align: center;
    margin-top: 90px;
}

.text-link-container {
    text-align: center;
}

.forgot-password,
.text-link {
    font-size: 13px;
    color: #333;
}

.remember-me-container {
    margin-bottom: 60px;
}

    .remember-me-container input[type=checkbox] {
        margin-right: 5px;
    }

    .remember-me-container span {
        color: #fff;
        font-size: 13px;
    }


.main-content {
    padding: 5px 20px;
}

    .main-content article {
        margin-bottom: 8px;
    }

    .main-content h5 {
        font-size: 14px;
        font-weight: normal;
        color: #333;
        margin: 0 0 3px 0;
    }

    .main-content p {
        font-size: 13px;
        line-height: 18px;
        color: #555;
        margin: 0;
    }



.login-footer-container {
    text-align: center;
}

.login-footer {
    background: #f4f4f4;
    height: 35px;
    padding-top: 15px;
    margin-top: 20px;
}

    .login-footer div {
        width: 400px;
        margin: 0 auto;
    }


.alert {
    width: 300px;
    margin-top: 30px;
    display: none;
    color: #444444;
}

.error-reference {
    font-weight: bold;
    background: #ffe7e7;
    padding: 2px 5px;
    border-radius: 3px;
    display: inline-block;
    color: #f65655;
    margin-top: 5px;
}

#objLogin_UserNameRequired {
    color: #F00;
    display: inline;
    width: 255px;
    position: relative;
    top: -14px;
    margin: 0;
    padding: 3px;
}

#password-reset-modal #email {
    min-height: 20px;
    margin-bottom: 0;
    margin-right: 20px;
}


/*  Select Instance
=============================================================== */

.select-instance .container {
    width: 1100px;
    color: #222222;
    font-size: 14px;
}


.select-instance .page-title {
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    color: #898989;
    margin-top: 60px;
    margin-bottom: 60px;
}

    .select-instance .page-title.loading {
        padding-top: 20%;
    }

.select-instance .loading-icon {
    background: url('../images/loading-icon.gif') center center no-repeat;
    width: 100%;
    height: 50px;
    display: block;
}


#select-instance-page {
    margin-top: 10px;
}

/*  Partner Central Login
=============================================================== */

.instance-container {
    display: none;
    grid-gap: 35px;
    grid-template-columns: repeat(3, 1fr );
}

.instance {
    width: 340px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.instance-name {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    padding: 3px 16px;
}

.instance-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px 16px 16px 16px;
    border-top: 1px solid #F4F4F4;
}

    .instance-info .icon {
        font-size: 22px;
        color: #898989;
        width: 22px;
        height: 22px;
        margin-right: 8px;
    }

    .instance-code {
        text-transform: uppercase;
    }

    .instance-code, .instance-key-contact {
        display: flex;
        align-items: center;
    }

.instance-description {
    color: #898989;
    line-height: 18px;
    flex-grow: 1;
    margin-bottom: 15px;
}

.top-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

.button-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.btn-main {
    background: #FFDE69;
    border: none;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 30px;
    line-height: 1;
}

.btn-main:hover {
    background: #efcb4d;
}

.btn-alternative {
    background: #fff;
    border: 1px solid #B6B6B6;
    border-radius: 5px;
    font-size: 13px;
    color: #222;
    padding: 8px 15px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.btn-alternative .icon {
    width:18px;
    height: 18px;
    font-size: 18px;
    color: #898989;
    margin-right: 5px;
}

.btn-alternative:hover {
    text-decoration: none;
    color: #222;
    background: #f4f4f4;
}

.btn-small-square {
    width: 22px;
    height: 22px;
    background: #fff0bd;
    border-radius: 3px;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-small-square:hover {
        background: #ffde69;
    }

    .btn-small-square span {
        width:18px;
        height: 18px;
        font-size: 18px;
        color: #898989;
    }

    .btn-small-square:hover span {
        color: #222;
    }


.footer-container {
    margin: 60px auto 30px auto;
}

.footer {
    min-height: 300px;
    background: #F4F4F4;
    border-radius: 8px;
    padding: 20px 30px;
    display: none;
    grid-gap: 15px 30px;
    grid-template-columns: 2fr 1fr 2fr 1fr;
    grid-template-rows: auto;
}

.footer-section h4 {
    font-size: 14px;
    border-bottom: 1px dashed #E2E2E2;
    margin: 0;
    padding: 8px;
}

.section-general-notes {
    grid-row: 1 / 3;
}

    .section-general-notes div {
        padding: 15px 8px;
    }

.section-security {
    grid-row: 1 / 3;
}

.cert-download-link {
    display: block;
    text-decoration: none;
    color: #222;
    padding: 15px 8px;
}

.cert-download-link:hover {
    background: #fff0bd;
}

    .cert-download-link span {
        display: inline-block;
        margin-bottom: 8px;
    }

.section-quick-links {
    grid-column: 3 / 5;
}

.contacts-container {
    display: flex;
    flex-direction: row;
    padding: 15px 8px;
    gap: 50px;
}

.contact {
    display: flex;
    flex-direction: column;
}

.contact-name {

}

.contact-role {
    font-size: 13px;
    color: #898989;
    margin-bottom: 5px;
}

.contact-buttons {
    display: flex;
    flex-direction: row;
}

.section-quick-links ul {
    padding: 15px 8px;
    list-style: none;
}

.section-quick-links li::before {
  content: "\2022";
  color: #FFDE69;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 15px;
margin-left: -25px;
}

.section-quick-links a {
    color: #222;
    font-size: 14px;
    line-height: 25px;
    text-decoration: none;
    padding-bottom: 3px;
}

.section-quick-links a:hover {
    border-bottom: 2px dotted #FFDE69;
}

.alert-box-container {
    position: fixed;
    top: 40px;
    left: 0;
    justify-content: center;
    width: 100%;
    display: flex;
}

#alert-box {
    display: none;
    padding: 8px 20px;
    color: #444;
    border-radius: 6px;
    background-color: #CFE0E7;
    border-color: #00ACEE;
    border-left: 10px solid #00ACEE;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}


/*  Utility Classes
=============================================================== */

.mr-5 {
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}
