﻿html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}



/*autocomplete address custom styling*/
.ui-menu {
    border: 2px solid #affefe;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.ui-menu-item {
    padding: 4px;
}

    .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
        background: #dfdfdf !important;
        border-color: transparent;
        outline-color: transparent;
    }

/*css for non-US checkbox*/
#nonUs {
    margin: 0 0 0 10px;
    vertical-align: -2px;
}




.companyLogo {
    margin-bottom: 20px !important;
    float: initial !important;
}

.content-panel {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.error {
    color: red;
}

header {
    position: relative;
    width: 100%;
    background: #af9d7d;
    padding: 8px 5%;
    overflow: hidden;
    border-bottom: 2px solid #c1572b;
    flex-shrink: 0;
}

    header #header-content {
        max-width: 1100px;
        margin: 0 auto;
    }

    header a.help {
        color: white !important;
        padding: 15px 0 10px 15px !important;
        font-size: 1.1em;
    }

#myModal ul {
    padding: initial;
    margin: initial;
}

    #myModal ul li {
        padding: initial;
        margin: 0 0 0 30px;
        list-style-type: square;
    }

#logo {
    float: left;
    position: relative;
    font-size: 2em;
    font-weight: bold;
    color: #9BE9FF;
    height: 60px;
}

    #logo #tagline {
        position: relative;
        top: -3px;
        font-size: .6em;
        font-weight: normal;
        color: blue;
        margin-left: 15px;
        color: white;
        transition: .5s;
    }

        #logo #tagline:before {
            content: ":";
            padding-right: 15px;
        }

    #logo img {
        height: 35px;
        margin: 13px 0 0 0;
    }


a#navMain {
    position: relative;
    top: 5px;
    float: right;
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: white;
    transition: .5s;
}

    a#navMain:hover {
        color: #9ED1A5;
        text-decoration: none;
    }

main {
    flex: 1 0 auto;
    margin: 0;
}

footer {
    background: #c1572b;
    color: rgb(256,256,256);
    padding: 10px;
    flex-shrink: 0;
    border-top: 2px solid #e4b944;
    text-align: center;
    font-size: 1.1em;
}

    footer #footLFT {
        float: left;
    }

    footer #footRT {
        float: right;
        margin-top: 18px;
        margin-right: 20px;
    }

    footer a {
        margin-left: 15px;
        color: rgb(256,256,256);
        color: rgba(256,256,256,.6);
    }

        footer a:hover {
            color: rgb(256,256,256);
        }

    footer #poweredby {
        margin-right: 20px;
        height: 60px;
    }



.accountButton {
    background-color: lightblue;
}

.container {
    height: auto;
}

.unified_container .row .panel-default {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 15px;
}

#attributeList ul li .attrEntry .verify {
    text-align: center;
}

    #attributeList ul li .attrEntry .verify #email_ver_but_send {
        width: 50%;
        height: 40px;
        background-color: #0067b8;
        color: white;
        float: none;
    }

.buttons {
    margin-top: 8px;
}

    .buttons button {
        background: #0067b8;
        color: white;
        width: auto;
        padding: 8px 10px;
        margin: 5px 3px;
    }

    .buttons .sendNewCode {
        background: rgb(139 139 139);
    }

    .buttons #emailVerificationControl_but_change_claims {
        display: none !important;
    }

    .buttons #cancel {
        display: none;
    }

        .buttons #cancel:before {
            padding: 0;
            zoom: initial;
        }

#phoneEntry label {
    margin-bottom: -8px;
    display: block;
}

#phoneEntry .number {
    margin: 15px 0 0 0;
}

    #phoneEntry .number p {
        margin: 5px 0 -10px 0
    }

#phoneEntry #number {
    display: block;
    margin: 15px auto;
}

#phoneEntry .code {
    margin: 15px 0 0 0;
}

#phoneEntry #countryCode {
    display: block;
    margin: 15px auto;
}

button#verifyCode {
    background: #add8e6;
    padding: 8px;
}

button#verifyPhone {
    background: #add8e6;
    padding: 8px;
    margin: 2px 0 20px 0;
}

#verificationCode {
    margin: 0 auto 5px auto;
}


/*this hides the default intro text and replaces with our own text*/
#api .intro {
    display: none !important;
}

#api .localAccount {
    text-align: left;
}

#api .social {
}

.social:before {
    content: "Other sign in methods";
    font-size: 1em;
    line-height: 2em;
    font-style: italic;
    display: block;
    border-top: 1px solid lightgray;
    padding-top: 10px;
    margin-top: 10px;
}

#attributeList ul li .attrEntry .verify #email_ver_but_verify {
    margin-left: 0;
}

#attributeList ul li input {
    margin-bottom: 5px;
}

#attributeList ul li .attrEntry .verify #email_ver_but_resend {
    float: none;
}


@media (max-width: 830px) {
    footer #footLFT {
        margin-top: 24px;
    }

    footer #footRT {
        margin-top: 0;
    }

    footer a {
        display: block;
        padding: 5px 0;
    }
}


@media (max-width: 700px) {
    footer ul li {
        display: block;
        padding: 10px 0;
    }
}


@media (max-width: 430px) {
    footer #footLFT {
        margin-top: 0;
        width: 100%;
    }

    footer #footRT {
        float: left;
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }

    footer a {
        display: block;
        padding: 5px 0;
    }
}

#loading {
    margin: 50px 0;
}

#loading p {
    margin-bottom: 25px;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #202058;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 