﻿.pageLevel,
body {
    text-align: left
}

.imgContainer {
    padding-top: 75px;
}


#panel,
.pageLevel,
.panel li,
label,
a {
    display: block;
    text-decoration: none;
    color: black;
    border-bottom: none;
}

.mobileimage {
    display: none;
}

.mobilelogo {
    margin-top: auto;
}

button {
    -moz-user-select: none;
    user-select: none
}

button {
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #6d6d6d
}

:-moz-placeholder {
    color: #6d6d6d
}

::-moz-placeholder {
    color: #6d6d6d
}

:-ms-input-placeholder {
    color: #6d6d6d !important
}

h1,
h2 {
    font-weight: 400
}

.panel li {
    list-style: none
}

.panel .companyLogo {
    width: 160px;
    margin-bottom: 20px
}

#api ul li {
    display: inline;
    list-style-type: none;
    margin-left: 0
}

.heading h1 {
    margin-bottom: 20px
}

html {
    background-color: #fff;
    overflow: hidden;
    color: black;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: black;
    border-bottom: none;
}

.normaltext,
.smalltext,
.tinytext {
    font-family: 'Gotham', serif;
}

div#background_branding_container,
div#background_page_overlay {
    width: 65%;
    z-index: 0;
    position: fixed;
    left: 0;
    overflow: hidden;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
}

div#background_branding_container {
    background: #fff;
    width: calc(100% - 500px);
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

div#parent {
    width: 65%;
    background-color: red;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    position: fixed;
    left: 0;
    overflow: hidden;
    top: 0;
    right: 0;
}

#imgpromo {
    width: 432px;
    min-width: 95%;
    max-height: 20%;
    max-width: 20%;
    margin-top: 20%;
}

#welcometext {
    font-size: 28px;
    color: white;
    font-weight: 500;
    text-align: center;
}

#wrapper {
    position: fixed;
    align-items: center;
    display: flex;
    flex-direction: column;
    top: 300px;
}

.promo {
    display: none;
}

div#child {
    background-color: purple;
    width: 50%;
    height: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


*,
.panel,
body {
    margin: 0;
    padding: 0
}

body {
    z-index: -999
}

.panel,
.panel_layout,
.panel_layout_row,
body,
html {
    margin-left: 20px;
    margin-right: 5px;
    /*height: 100%;*/
}

#panel {
    border-left: 1px solid #fff;
    overflow-y: auto;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    top: 0;
}

img {
    border: 0
}

form {
    height: auto;
    width: auto
}

h2 {
    font-size: 1em
}

.normaltext {
    font-size: .9em
}

input:focus,
textarea:focus {
    outline: 0
}

.error {
    color: #a61e0c
}

.pageLevel {
    width: 293px;
    /*margin-top: 5px;*/
    font-size: 1.1em;
    height: auto
}

.highlightError {
    border: 1px solid #a61e0c !important
}

img#background_background_image {
    height: unset;
    max-width: unset;
}

.panel {
    background: #fff;
    float: right;
    height: 100%;
    position: fixed;
    right: 0;
    width: 500px;
    z-index: 1
}


.inner_container {
    max-height: 90%;
    min-height: 90%;
    width: 100%
}

#panel_center,
#panel_left,
#panel_right {
    display: inline-block;
    border: 0;
    height: 100%;
    margin: 50px;
}

#panel_left {
    padding: 0;
    width: 50px
}

#panel_center {
    min-height: 100%;
    padding: 0;
    width: auto;
}

.hide {
    opacity: 0
}

.api_container {
    display: inline-block;
    padding-left: 0;
    padding-top: 120px;
    position: relative;
    transition: padding .6s ease 0s;
    width: 100%;
    height: 100%
}

select {
    height: 28px
}

input[type=email],
input[type=number],
input[type=password],
input[type=text] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 28px;
    width: 300px;
    border: 1px solid #696969;
    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
}

    input[type=email]:focus,
    input[type=number]:focus,
    input[type=password]:focus,
    input[type=text]:focus,
    select:focus {
        outline: 1px solid #4d90fe
    }

.footer {
    height: max-content;
    width: fit-content;
    margin-bottom: 10px;
}

    .footer ul {
        font-weight: 400;
        font-size: small;
    }

.footerLinks {
    font-weight: 400 !important;
    padding: 5px 0 !important;
}

.accountButton {
    background-color: #febe29;
    border-radius: 5px;
    border: #febe29;
    height: max-content;
    width: 100px;
    height: 26px;
    text-align: left;
    padding-left: 10px;
    margin-top: inherit;
    color: white;
}

.accountButtondisabled {
    background-color: #757575;
    border-radius: 5px;
    height: max-content;
    width: 100px;
    height: 26px;
    text-align: left;
    margin-top: inherit;
    padding-left: 10px;
    color: white;
}

.nextButton {
    font-style: normal;
    text-decoration: none;
    color: white;
    text-decoration-line: none;
    border: none;
    text-align: left;
    background-color: transparent;
}

    .nextButton:disabled {
        font-style: normal;
        text-decoration: none;
        color: white;
        text-decoration-line: none;
        border: none;
        text-align: left;
        background-color: grey;
    }


.intro {
    display: inline;
    margin-bottom: 5px
}

    .intro p {
        padding-bottom: 7px
    }

.entry {
    padding-top: 8px;
    padding-bottom: 0 !important
}

    .entry input {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        height: 28px;
        width: 300px;
        border: 1px solid #b8b8b8;
        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
    }

#next {
    padding-left: 10px;
    padding-right: 10px;
    height: 30.5px
}

.create {
    width: 100%;
    margin-top: 7px
}

#createAccount {
    margin-left: 5px
}

.password-label label {
    display: inline-block;
    vertical-align: baseline
}

.invalid,
.required,
.unknown {
    display: none
}

#forgotPassword {
    font-size: .75em;
    padding-left: 5px
}

.passwordReqs {
    display: block;
    font-size: .8em;
    padding-bottom: 2px
}

.localAccount .divider,
.working {
    display: none
}

.tiny {
    font-size: .8em;
    font-weight: 400;
    padding-left: 5px
}

.divider {
    margin-top: 20px;
    margin-bottom: 10px
}

    .divider h2 {
        display: table;
        white-space: nowrap;
        font-size: 1em;
        font-weight: 700;
    }

        .divider h2:after,
        .divider h2:before {
            content: '';
            display: table-cell;
            position: relative;
            top: .7em;
            width: 50%;
        }

        .divider h2:before {
            right: 1.8%
        }

        .divider h2:after {
            left: 1.8%
        }

.verificationErrorText {
    color: #d63301
}

.options div {
    display: inline-block;
    vertical-align: top;
    /*margin-top: 7px*/
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.mobileVid {
    display: none;
}

.frenchlink {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.link {
    display: none;
}

.maintenanceTxt {
    margin: 10px 15px 10px 0;
}

.footerTxt {
    border-bottom: none;
    border-top: none;
    margin-top: 10px;
    margin-left: 10px;
    font-size: small;
}

.announcementWrapper {
    padding: 10px 0;
}

.announcementHeader {
    margin-bottom: 5px;
    text-align: justify;
    font-weight: 700;
}

@media only screen and (min-height: 951px) {
    img#background_background_image {
        height: 100%;
    }

    #wrapper{
        top:32%;
    }
}


@media only screen and (min-width: 1901px) {
    img#background_background_image {
        width: stretch;
    }
}

@media only screen and (max-width:901px), (max-device-width:901px) {
    .footer {
        position: relative;
        padding: 0 10px;
        text-align: center;
        width: 100%;
    }

        .footer ul {
            justify-content: center;
        }

    .footerTxt {
        margin-left: 0px;
    }

    .maintenanceTxt {
        margin: 10px;
    }

    .formbody {
        padding: 0 10px;
    }

    .imgContainer {
        margin-top: 0px;
        padding-top: 0px;
    }

    .link {
        float: right;
        margin-right: 10px;
        display: block;
    }

    * {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease
    }

    div#background_branding_container,
    div#background_page_overlay {
        display: none;
    }

    .formbody {
    }

    .panel_layout {
        height: unset !important;
        padding-right: 0px;
        padding-left: 0px;
        width: fit-content;
        margin-left: 0px;
        margin-right: 0px;
    }

    .panel,
    .panel_layout_row,
    body,
    html {
        height: 100%;
        padding-right: 0px;
        padding-left: 0px;
        width: fit-content;
        margin-left: 0px;
        margin-right: 0px;
    }

    div#background_branding_container {
        display: none;
    }

    .frenchlink {
        display: none;
    }


    .mobileimage {
        display: block;
    }

        .mobileimage img {
            width: 100%;
        }

    .mobilelogo {
        display: block;
        margin: 0 10px;
    }

    .mobileVid {
        display: block;
    }

    #panel {
        width: -webkit-fit-content;
        flex-wrap: wrap;
        overflow-y: auto;
        flex-direction: unset;
        border-left: none;
    }


    #panel_layout_row {
        width: 100%
    }

    #panel_left {
        display: none
    }

    #panel_center {
        width: 100%
    }

    .panel_layout {
        min-height: calc(100vh - 150px);
        width: 100%
    }

    .promo {
        display: block;
        padding: 10px 10px 0 10px;
        margin: 0 auto;
        max-width: 432px;
    }
}
