﻿:root {
    --ee-eggplant: #38262D;
    --ee-eggplant-hl: #513741;
    --ee-gray: #84767A;
    --ee-red: #E42226;
    --ee-red-hl: #F1353A;
    --ee-white: #F8F7F9;
    --ee-white-hl: #E8E6E8;
    --half-pink: #FDE3DF;
    --ee-skin: #FCF2F1;
    --tertiary-gray: #D5D0D4;
}

*,
.panel,
body {
    margin: 0;
    padding: 0;
}

html,
body {
    overflow-x: hidden;
}

body {
    position: relative;
    text-align: left;
    background: none;
    font-family: 'Bricolage Grotesque', sans-serif;
    background-color: var(--ee-eggplant);
}

a {
    background-color: transparent;
    color: #2872DD;
    text-decoration: none;
    cursor: pointer;
}

.attrEntry {
    padding-top: 8px;
    margin-bottom: 3px;
}
#a-column {
    display: none;
}

#copyrightDisclaimer {
    position: fixed;
    bottom: 12px;
    font-size: 10px;
    color: var(--ee-gray);
    max-width: 376px;
    font-family: 'Outfit';
    padding: 0px 12px 0px 12px;
}

button {
    height: 42px;
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
    color: var(--ee-white);
    font-family: 'Bricolage Grotesque', sans-serif;
    display: inline-block;
    margin-right: 4px;
    font-size: 15px;
    background: var(--ee-gray);
    border: 2px solid var(--ee-gray);
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 10px;
}

.buttons input {
    height: 42px;
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
    color: var(--ee-white);
    font-family: 'Bricolage Grotesque', sans-serif;
    display: inline-block;
    margin-right: 4px;
    font-size: 16px;
    background: var(--ee-red);
    border: 2px solid var(--ee-red);
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 24px;
    width: 300px;
}

    .buttons input:disabled {
        background: var(--ee-white-hl);
        border: 2px solid var(--ee-white-hl);
        cursor: default;
    }

div#background_branding_container {
    width: 100vw;
    height: 100vh;
    background-image: url(../../images/eas-bg-pattern.svg);
    background-size: 555px auto;
    background-repeat: repeat;
    background-position: top left;
    background-color: transparent;
    z-index: 1;
    opacity: 0.02;
}

div#background_page_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    opacity: 1;
    background: #f7f7f7 no-repeat top left fixed
}

.login_inner_container {
    min-height: 100%;
    width: 100%;
    margin-bottom: -50px
}

.push {
    content: "";
    display: block
}

div#api {
    background: var(--ee-white);
    float: left;
    height: 100%;
/*    overflow-x: hidden;
    overflow-y: auto;*/
    position: fixed;
    left: 0;
    min-width: 400px;
    max-width: 30%;
    /*width: calc(1420px - 40%);*/
    padding-left: 30px;
    padding-top: 70px;
    z-index: 1;
    border-right: 6px solid var(--ee-gray);
}

.localAccount {
    margin-top: 24px;
    margin-left: 24px;
}

#ddlSite, #ddlClient {
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 36px;
    font-size: 16px;
    background-color: white;
}

#ddlSite:focus, #ddlClient:focus {
    border-color: var(--ee-white-hl);
    outline: none;
}

    #ddlSite:hover, #ddlClient:hover {
        border-color: var(--ee-eggplant-hl);
        outline: none;
    }

#ddlSite {
    background-image: url('../../images/icons/warehouse-p.svg');
}

#ddlClient {
    background-image: url('../../images/icons/database-p.svg');
}

.endpoint {
    position: absolute;
    bottom: 120px;
    left: calc(50% - 40px);
    width: 60px;
    height: 60px;
}


#createAccount {
    line-height: 0;
    text-indent: -9999px;
    color: transparent;
    margin-left: -85px;
}

    #createAccount::after {
        content: "Try it for free.";
        visibility: visible;
        text-indent: 0;
        color: var(--ee-gray);
        font-size: 13pt;
        cursor: pointer;
        line-height: initial;
    }

    #createAccount:hover::after {
        color: #ED7E31;
    }

.divider {
    display: none;
}

.create {
    margin-top: 30px;
}

h2 {
    font-size: 15px;
    font-weight: normal;
}

.entry-item {
    margin-top: 8px;
    font-size: 14px;
}

input {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    /*height: 28px;*/
    border: 2px solid var(--ee-gray);
    z-index: 3;
    background: 0 0;
    color: #000;
    padding: 0 0 0 3px;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    /*margin-bottom: 7px;*/
    margin-right: 8px;
    margin-top: 3px;
    display: block;
}

.attrEntry input.checkbox, .attrEntry input.radio, .attrEntry input[type=checkbox], .attrEntry input[type=radio] {
    margin-left: 0px;
    width: auto;
    float: left;
}

.intro {
    font-size: 18px;
    margin-bottom: 20px;
}

.intro::before {
    content: "Welcome to Endpoint Enterprise.";
    font-weight: bold;
    display: block;
    visibility: visible;
    text-indent: 0;
    line-height: initial;
}

.error {
    color: red;
    font-size: 14px;
}

.panel li {
    list-style: none;
}

#api ul li {
    display: inline;
    list-style-type: none;
    margin-left: 0;
}

#forgotPassword {
    font-size: .75em;
    padding-left: 5px;
    margin-left: 5px;
}

#logonIdentifier {
}

button:hover {
    /*border: 2px solid var(--half-pink);*/
    background: var(--ee-red-hl);
    box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.buttons input:hover {
    border: 2px solid var(--red-hl);
    background: var(--ee-red-hl);
    box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}


.buttons input:disabled:hover {
    background: var(--ee-white-hl);
    border: 2px solid var(--ee-white-hl);
    cursor: default;
}

form {
    height: auto;
    width: auto;
}

::-webkit-input-placeholder {
    color: transparent;
}

:-moz-placeholder {
    color: transparent;
}

::-moz-placeholder {
    color: transparent;
}

:-ms-input-placeholder {
    color: transparent;
}

select,
input[type=email],
input[type=number],
input[type=password],
input[type=text] {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 28px;
    border: 2px solid var(--ee-eggplant);
    z-index: 3;
    color: #000;
    padding: 0 0 0 3px;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    margin-right: 3px;
}
    select:focus,
    input[type=email]:focus,
    input[type=number]:focus,
    input[type=password]:focus,
    input[type=text]:focus {
        border: 2px solid var(--ee-eggplant);
    }

label {
    font-size: 14px;
    font-family: 'Bricolage Grotesque', sans-serif;
}

::-webkit-input-placeholder {
    color: #acacac;
}

:-moz-placeholder {
    color: #acacac;
}

::-moz-placeholder {
    color: #acacac;
}

:-ms-input-placeholder {
    color: #acacac;
}

span.placeholder {
    color: #acacac;
    margin: 6px 0 0 -6px;
    padding-left: 10px;
    width: 380px;
    z-index: -1;
}

.attrEntry .error.itemLevel {
    display: block;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

.attrEntry.validate .error.itemLevel.show, .attrEntry.validate .helpText.show, .helpText.show {
    opacity: 1;
    max-height: 1000px;
    width: 400px;
    transition-delay: 0.1s;
}

.attrEntry input:invalid {
    outline: 0;
}

.attrEntry.validate input:invalid {
    outline: #cb2027 solid 1px;
    background-color: #fce8e8;
}

.attrEntry .helpText {
    display: none;
    color: #cb2027;
    font-size: .9em;
}

.pageLevel {
    width: calc(100% - 35px);
}

.attrEntry input[type=text],
.day,
.dropdown_single,
.month,
.year,
select,
input[type=password] {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 42px;
    margin: 3px 0;
    border: 2px solid var(--ee-gray);
    z-index: 3;
    background-color: var(--ee-white);
    color: var(--ee-gray);
    padding: 2px;
    font-family: 'Outfit'

}

select input::selection {
    background-color: var(--half-pink);
}

.attrEntry .day {
    width: 100px;
    margin-right: 10px;
}

.attrEntry .month {
    width: 120px;
    margin-right: 10px;
}

.attrEntry .year {
    width: 115px;
    margin-right: 10px;
}

.attrEntry .dropdown_single {
    width: calc(100% - 60px) !important;
    margin: 0 100px 0 0;
}

.attrEntry input[type=text],
select,
input[type=password],
input[type=email],
input[type=text] {
    width: 300px;
    margin-right: 0 !important;
}

    .attrEntry input[type=text]:focus {
        border: 2px solid var(--half-pink);
    }

.errorText {
    padding: 20px;
    width: 310px;
}

a.tiny {
    display: none;
}

#email_ver_input {
    width: 100px;
}

#small_logo_container {
    /*display: none;*/
    top: 10%;
    left: 10%;
}

#small_logo {
    display: block;
    margin-left: 24px;
    margin-right: auto;
    max-width: 290px;
}

/*@media screen and (max-width: 1024px) {
    div#api {
        width: 100%;
        max-width: none;
        min-width: auto;
        left: 0%;
        padding-left: 0px;
        padding-top: 50px;
    }
}*/

@media screen and (max-width: 768px) {
    div#background_branding_container {
        display: none;
    }

    div#api {
        width: 100%;
        left: 0%;
        height: auto;
        min-width: auto;
        max-width: none;
        border-right: none;
        padding: 60px 0px 0px 0px;
        position: relative;
    }

    #small_logo {
        max-width: 220px;
    }

    .localAccount {
        margin-top: 16px;
        margin-left: 0;
    }

    #ddlSite, #ddlClient {
        background-position: left 8px center;
        padding-left: 28px;
        font-size: 14px;
    }

    .buttons {
        text-align: center;
    }

/*    .button_orange {
        width: 100%;
        max-width: 250px;
    }*/
}

@media screen and (max-width: 480px) {
    #ddlSite, #ddlClient {
        font-size: 18px; 
        padding: 12px 36px;
        height: 50px;
        background-size: 20px 20px;
    }

    div#api {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: calc(100vh - 60px);
    }

    #small_logo {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .entry {
        width: 100%; /* Ensure form elements take full width */
        max-width: 320px; /* Keep it readable */
    }

    .entry-item {
        margin-bottom: 10px;
    }

    .buttons {
        text-align: center;
    }

    .endpoint {
        position: absolute;
        bottom: 40px;
        left: calc(50% - 30px);
        width: 60px;
        height: 60px;
    }
}