html {
    overflow-x: hidden;
    height: 100%;
    -webkit-font-smoothing: antialiased !important;
    xtext-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body {
    margin: 0px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: hidden;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu {
    width: 100%;
    height: 60px;
    background-color: #515151;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.topmenucontainer {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.logo {
    height: 40px;
    width: 83px;
    margin-left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/images/logo.svg);
}

.menuitems {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.menuitem {
    color: #05e8bc;
    margin-left: 10px;
}

.menuitem a {
    color: white;
    text-decoration: none;
}

.menuitem a:hover {
    color: #05e8bc;
    text-decoration: none;
}

.content {
    padding: 20px;
    max-width: 500px;
    overflow-x: hidden;
    font-size: 16px;
    flex-grow: 1;
    flex-shrink: 1;
    height: 100%;
}

.content.select_account {
    padding: 20px;
    max-width: 770px;
    overflow-x: hidden;
}

.nextButton {
    background-color: #05e8bc;
    color: white;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 2.5;
    text-align: center;
    margin-top: 10px;
    border-radius: 5px;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
}

.nextButton:hover {
    filter: brightness(115%);
    cursor: pointer;
}

.nextButton a {
    color: white;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}


/*
.nextButton {
    display: inline-block;
    line-height: 2.5;
    text-align: center;
    margin-top: 10px;
    background-color: white;
    color: #4054b2;
    letter-spacing: 0.23100000619888306px;
    font-size: 21px;
    cursor: pointer;
    width: 100%;
}

.nextButton a {
    color: #4054b2;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

.newNextButton {
    background-color: white;
    color: #4054b2;
    letter-spacing: 0.23100000619888306px;
    font-size: 21px;
}
*/

#selectCodeButton {
    // width: 100%;
}

.step {
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    margin-top: 0px;
}

.stepname {
    display: inline-block;
    font-weight: 700;
    font-size: 23px;
    margin: 0 0 .4em;
    margin-bottom: 10px;
}

div.content.init_account,
div.content.payment,
div.content.init_register .step {
    text-align: center;
}

div.content.init_account,
div.content.init_register {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 280px;
    width: 100%;
}

div.content.payment {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 280px;
    width: 100%;
}

div.content.payment .paragraph {
    max-width: 210px;
}

.paragraph {
    font-size: 17px;
    line-height: 1.52947;
    font-weight: 400;
    letter-spacing: -0.021em;
    margin-bottom: 10px;
}

.paragraph b {
    font-weight: 600;
}

.paragraph i {
    flex-basis: 30px;
    color: #05e8bc;
    padding-top: 3px;
    flex-shrink: 0;
}

div.content.init_account .paragraph {
    width: 100%;
    text-align: left;
    display: flex;
}

div.content.payment,
div.content.init_register .paragraph {
    text-align: center;
}

.paymentmethod {
    flex-basis: 100%;
    width: 100%;
    border: 1px solid;
    border-color: silver;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    font-size: 17px;
    display: flex;
    height: 60px;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    justify-content: space-between;
    cursor: pointer;
}

.paymentmethodText {
    text-align: left;
    max-width: 170px;
}

.paymentmethodNext {
    font-size: 30px;
    color: silver;
    text-align: right;
    flex-grow: 1;
}

.paymentmethod.ideal .paymentmethodIcon {
    background-image: url(/images/payment/ideal.png);
    background-repeat: no-repeat;
    /* background-color: pink; */
    width: 35px;
    height: 30px;
    margin-left: 5px;
    background-size: contain;
}

.paymentmethod.cc .paymentmethodIcon {
    background-image: url(/images/payment/cc2.png);
    background-repeat: no-repeat;
    /* background-color: pink; */
    width: 139px;
    margin-left: 5px;
    height: 30px;
    background-size: contain;
}

.disclaimer {
    font-size: 13px;
    color: #828282;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.disclaimer a {
    color: #5cbaff;
}

.stepLogoContainer {
    border-style: solid;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #05e8bc;
    border-color: #05e8bc;
    margin-bottom: 20px;
    margin-top: 20px;
}

.init_register .stepLogoContainer {
    border-style: none;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #05e8bc;
    border-color: #05e8bc;
    margin-bottom: 20px;
    margin-top: 20px;
}

input[type=password],
input[type=text],
input[type=email],
select {
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 90%;
    padding-left: 10px;
    padding-bottom: 16px;
    padding-top: 16px;
    font-size: 16px;
    background-color: white;
}

input[type=password],
input[type=text],
input[type=email] {
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 90%;
    padding-left: 10px;
    padding-bottom: 16px;
    padding-top: 16px;
    font-size: 16px;
    background-color: white;
    width: -webkit-fill-available;
}

.textfield,
.dropdown {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    text-align: left;
    position: relative;
    display: block;
    margin: 10px 0px 0px 0px;
    border-color: silver;
    padding: 1px;
}

.dropdown::after {
    background-color: #fff;
    content: '';
    position: absolute;
    pointer-events: none;
    border: 6px solid;
    border-color: #333 #fff #fff #fff;
    right: 10px;
    top: 49%
}

label {
    transform: translateY(-50%);
    transition: font .1s ease, top .1s ease, transform .1s ease, -webkit-transform .1s ease, -moz-transform .1s ease, -o-transform .1s ease;
    position: absolute;
    top: 50%;
    left: 11px;
    color: #8c8c8c;
    font-size: 16px;
    pointer-events: none;
}

label.input-has-value {
    transform: translateY(0%);
    top: 1px;
    font-weight: 700;
    font-size: 13px
}

.changePlanContainer {
    color: #737373;
    margin: 30px 0px 20px 0px;
}

.changePlanContainer .changePlanTitle {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
}

.changePlanContainer .planDesc {
    width: 60%;
    display: inline-block
}

.changePlanContainer .changePlanLink {
    float: right;
    font-weight: 700;
    color: #737373
}

#selectIdealButton {
    //width: 100%;
    display: block;
}

.input_error {
    font-size: 13px;
    color: #b92d2b
}

.useEmail {
    text-align: left;
}

.your_email {
    margin: 50px 0;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
}

.messageContainer {
    text-align: left;
    width: 100%;
    color: white;
}

.message-warn {
    background: #ffa00a;
}

.message-container {
    display: table;
    width: 100%;
    margin: 10px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.message-icon {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 53px;
    text-align: center;
    font-size: 24px;
}

.message-contents {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 10px;
    color: #fff;
    font-size: 16px;
}

.init_version {
    max-width: 800px;
    width: 100%;
    align-content: center;
}

.versions {
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.version_title {
    background-color: #05e8bc;
    text-align: center;
    color: white;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.version_row {
    display: flex;
    width: 100%;
}

.version_row .label {
    //background-color: azure;
    flex-grow: 1;
    flex-shrink: 1;
}

.version_row .check {
    background-color: floralwhite;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    font-size: 11px;
}

.version_description {
    background-color: floralwhite;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    font-size: 11px;
}

.subtitle {
    color: white;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: center;
    display: flex;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: white;
}

.subtitle.starter {
    background-color: #6351e0;
}

.subtitle.premium {
    background-color: #473a9f;
}

.subtitle.professional {
    background-color: #30286d;
}

.cell {
    display: flex;
    flex-wrap: wrap;
    width: 24%;
    justify-content: center;
    align-items: center;
}

.price {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.price .number {
    font-size: 22px;
    font-weight: 600;
}

.artwork_count {
    font-size: 16px;
    font-weight: 500;
    margin: 20px;
}

.link_div {
    cursor: pointer;
    background-color: #F8F8F8;
}

.link_div:hover {
    filter: brightness(115%);
}

.paymentLabel {
    margin-top: 10px;
    color: grey;
}

div#phonefield.textfield {
    background-color: white;
}

.emailrecovery {
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 10px;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.emailrecoveryTitle {
    text-align: center;
    color: grey;
    margin-bottom: 10px;
}

.emailrecoveryContent {
    text-align: center;
}

.accountDetails {
    font-weight: 700;
    margin-top: 40px;
}

.footer {
    width: 100%;
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    border-top-style: solid;
    border-top-color: #e6e6e6;
    border-top-width: 1px;
    margin-top: 20px;
}

.footercontainer {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    text-align: center;
}

.footercontainer span,
.footercontainer a {
    width: 270px;
    color: gray;
    text-decoration: none;
    padding-bottom: 5px;
}

.footercontainer a:hover {
    text-decoration: underline;
}

#dupplicateEmailMessage {
    display: none;
}

@media only screen and (max-width: 720px) {
    .version_row {
        flex-wrap: wrap;
    }
    .label,
    .subtitle,
    .subtitle.starter,
    .subtitle.premium,
    .subtitle.professional {
        width: 100%;
        text-align: center;
        background-color: white;
        color: #333;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .version_description,
    .version_title,
    .check {
        flex-grow: 1;
    }
    .version_title {
        font-size: 3vw;
    }
    .label.empty {
        display: none;
    }
    .cell {
        width: 31%;
    }
    .price .number {
        display: block;
    }
}
