﻿#lightbox-background {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 16777269;
    /* supported max z-index - 2 */
}

#lightbox {
    color: white;
    height: 0;
    text-align: center;
    width: 100%;
}

#spinner {
    position: absolute;
    top: 0;
    left: 0;

    height: 100%;
    width: 100%;

    text-align: center;
    z-index: 16777270;
    /* supported max z-index - 1 (so that we can have spinner on top of lightbox) */
}

.popup-padded-content {
    padding: 28px;
}

#lightbox .blue {
    background-color: #2075C3;
    color: white;
}

#lightbox .progress {
    background: url("../image/progress.gif") center center no-repeat;
    height: 500px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.register-button {
    background-color: var(--primary-color);

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    box-sizing: border-box;
    color: #222;
    cursor: pointer;
    font-weight: bold;
    height: 25px;
    min-width: 50px;
}

.center {
    text-align: center;
}

.full-line-btn {
    width: 75%;
    display: block;
    margin: 8px auto;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 0;
}

#lightbox input:not([type=submit]) {
    border: 1px solid #e6e7e8;
    padding-right: 10px;
    padding-left: 10px;
}

#lightbox form input[type=submit] {
    border: 1px solid transparent;
}

/* Start UX Redesign for the sign-up flow (5/2017) */
.popup {
    width: 90%;
    border: 1px solid #999;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    min-height: 100px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: 5%;
}

.popup.round-border {
    border-radius: 5px;
}

.popup.small {
    width: 450px;
}

.popup.drop-shadow-popup {
    border: 0 none;
    box-shadow: 0 0 18px 6px rgba(0, 0, 0, 0.2);
}

.dark-close-icon {
    position: absolute;
    top: 8px;
    right: 12px;
    background-image: url(../image/dark-x-icon.png);
    height: 27px;
    width: 26px;
    cursor: pointer;
}

/* CTA */
.cta-body {
    background-color: var(--fxds-dark-color);
    padding: 16px;
    /* Flex is used here to keep the buttons stuck to the bottom of each column for supporting browsers */
    display: -ms-flexbox;
    display: flex;
    /* Hide top and bottom box-shadow of middle column */
    overflow: hidden;
}

.cta-column {
    background-color: rgba(255, 255, 255, 0.08);
    width: 33%;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    float: left;
    margin: 16px;
    /* fallback for older browsers */
}

.pro-individuals-column {
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.2);
    z-index: 1
}

.cta-top-img {
    background-size: cover;
    padding: 28px 0 32px;
}

.cta-body h2 {
    margin: 0;
    padding: 2px;
    color: #fff;
    font-weight: normal;
    font-size: 26px;
}

.cta-body h3 {
    font-size: large;
    font-weight: normal;
    margin: 0;
}

.cta-body h4 {
    margin: 0;
    font-size: 13px;
}

.cta-body h5 {
    margin: 0;
    padding: 1px;
    font-weight: normal;
    color: var(--primary-color);
    text-transform: uppercase;
}

.cta-body button,
.cta-body a {
    cursor: pointer;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    padding: 12px;
}

.cta-body button.last,
.cta-body a.last {
    margin-left: 12px;
}

.cta-sub-header {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    margin-left: 16px;
    margin-right: 16px;
}

.cta-sub-header .save-box {
    font-size: 12px;
    border-radius: 20px;
    font-weight: bold;
    background-color: var(--primary-color);
    color: black;
    padding: 6px;
}

.purchase-rates-table {
    display: table;
    border: none;
    border-collapse: collapse;
    width: 100%;
}

.purchase-rates-option {
    display: table-cell;
    border-left: 2px solid #777;
    width: 50%;
    padding: 8px 0;
}

.purchase-rates-option:first-child {
    border-left: 0 none;
}

.cta-column-body {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.cta-column-body ul {
    padding: 20px 20px 10px;
    font-size: 12px;
}

.cta-column-body ul li {
    background: url('../image/grey-checkmark.svg') no-repeat 0 4px;
    background-size: 12px 12px;
    padding: 4px 0 18px 28px;
}

.pro-individuals-column ul li {
    background: url('../image/green-checkmark.svg') no-repeat 0 4px;
    background-size: 12px 12px;
}

.cta-column-sticky-bottom {
    margin-top: auto;
    text-align: center;
    padding: 20px 20px 50px;
}

.cta-bottom-item {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 6px;
    border: 1px solid transparent;
}

#lightbox .grey-btn {
    background-color: #ddd;
    border: 1px solid #222;
    color: #222;
    cursor: pointer;
}

#lightbox .grey-btn:disabled {
    cursor: default;
    border-color: #aaa;
}

#lightbox .green-btn {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #222;
    cursor: pointer;
}

.cta-footnote {
    text-align: left;
    color: #fff;
    font-size: 11px;
    padding: 10px 8px 0;
}

div.cta-footnote.last {
    padding-bottom: 20px;
}

/* Sign up form */
.sign-up-form {
    margin: -5px 0 20px;
    font-size: 12px;
}

#registerForm {
    width: 315px;
    padding: 5px;
}

#registerForm fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.fine {
    font-size: 12px;
}

#registerForm input:not([type=checkbox]),
#registerForm select {
    box-sizing: border-box;
    border: 1px solid #E6E7E8;
    padding: 6px 6px 6px 10px;
    width: 100%;
    min-height: 43px;
    font-size: 12px;
}

#registerForm input[type="submit"] {
    padding: 10px 21px;
    font-size: 14px;
    margin-top: 30px;

    font-weight: bold;
}

#registerForm input[type="submit"]:disabled {
    background: lightgray;
    color: gray;
}

#registerForm .terms {
    font-size: 80%;
}

#registerForm .styled-select select {
    border: none;
    background: transparent;
    -webkit-appearance: none;
    width: 100%;

    margin: 0;
}

#registerForm .styled-select {
    box-sizing: border-box;
    border: 1px solid #E6E7E8;
    height: 45px;

    width: 100%;
    overflow: hidden;
    background: url(../image/dropdown_unselected.svg) no-repeat right white;
    background-size: 10px 10px;
    background-position: right 10px center;

    margin: 0 0 6px 0;
    padding: 0;
}

#registerForm .required {
    border: 1px solid red;
}

#registerForm .fieldContainer {
    position: relative;
}

#registerForm .fieldContainer:hover .tooltip {
    display: block;
}

#registerForm .inputContainer {
    position: relative;
    margin: 0 0 6px 0;
    background-color: transparent;
}

#registerForm p {
    font-size: 80%;
}

.required-note {
    font-size: 80%;
    color: #fff;
    margin-top: 17px;
}

.sign-up-form>.right-half {
    color: #444 !important;
}

.sign-up-form>.right-half>.plan-img {
    margin-left: 0px !important;
}

.sign-up-form>.right-half>.right-align {
    margin-top: 20px;
}

.toc {
    padding: 7px 0px 18px 25px !important;
    background: url(../image/clear-circle.png) no-repeat top 6px left;
}

.toc-active {
    padding: 7px 0px 18px 25px !important;
    background: url(../image/green-circle.png) no-repeat top 6px left;
}

.popup-tos {
    padding: 30px 44px 30px 44px;
    position: relative;
    text-align: left;
}

/* Verify email popup */
.verify-email-container {
    text-align: left;
    color: #999;
    font-size: 14px;
    margin-top: 30px;
}

.verify-email-container h4 {
    color: var(--primary-color);
    margin: 0;
    padding: 5px 0;
    font-size: 29px;
}

.verify-email-container h6 {
    color: #777;
    margin: 0;
    font-size: 17px;
    padding: 2px 0 12px;
}

.verify-email-container p {
    margin: 20px 0;
}

.verify-email-container button {
    width: 49%;
    float: left;
    font-weight: bold;
    font-size: 14px;
    height: 49px;
    cursor: pointer;
}

.verify-email-container button:first-child {
    margin-right: 2%;
}

.verify-email-buttons {
    overflow: hidden;
    padding: 8px 0;
}

/* Email verified popup */
#emailVerifiedPopup {
    color: #777;
    margin: 40px auto 10px;
    width: 80%;
    text-align: left;
    font-size: 13px;
}

#emailVerifiedPopup .verified-title {
    font-weight: 600;
    font-size: 28px;
}

#emailVerifiedPopup .horizontal-separator {
    height: 1px;
    width: 100%;
    background-color: #E0E0E0;
    position: absolute;
    top: 110px;
    left: 0;
}

#emailVerifiedPopup .subtitle {
    background: url('../image/blk-check.png') no-repeat top 18px left;
    background-size: 22px 22px;
    padding: 3px 3px 2px 30px;
    margin: 50px 0px 20px;
    font-size: 1.35em;
    font-weight: 600;
}

#emailVerifiedPopup .features {
    margin: 20px 0;
}

#emailVerifiedPopup .features .feature {
    clear: both;
    height: 28px;
    margin-bottom: 5px;
}

#emailVerifiedPopup .features .feature .label {
    background: url('../image/green-checkmark.svg') no-repeat top left;
    background-size: 16px 16px;
    padding: 4px 3px 4px 26px;
}

#emailVerifiedPopup .bottom-green-button {
    border: 0 none;
    box-sizing: border-box;

    font-weight: bold;
    height: 45px;
    width: 100%;
    font-size: 14px;
    text-align: center;
}

#emailVerifiedPopup .verified-body {
    padding-bottom: 30px;
}

.footnote {
    font-size: 12px;
    padding: 2px 0 10px;
    color: #999;
}

/* Sign in / forgot password */
.sign-in-popup h1,
.forgot-password-popup h1 {
    font-size: 31px;
    margin: 0;
    padding: 8px 0;
    color: #222;
}

.sign-in-popup h5,
.forgot-password-popup h5 {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0;
    padding: 5px 0;
}

.sign-in-top {
    text-align: left;
    padding: 30px 50px;
}

#sign-in-form {
    padding: 40px 50px 20px;
}

.sign-in-input {
    height: 50px;
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #ccc;
}

.sign-in-input::placeholder {
    color: #999;
}

#sign-in-form input[type=submit],
.forgot-password-popup .green-btn,
.forgot-password-popup .grey-btn {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    height: 48px;
}

#sign-in-form input[type=submit] {
    margin-top: 15px;
}

.sign-in-input-container {
    position: relative;
    margin: 10px 0;
}

.forgot-password-link {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 11px;
    color: #999 !important;
}

.remember-me-container {
    text-align: left;
    font-size: 11px;
    color: #999;
    padding-bottom: 10px;
}

.sign-in-bottom {
    font-size: 14px;
    line-height: 18px;
    color: #777;
    padding: 20px 0 40px;
}