﻿#wizard-navigation {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}

#wizard {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 740px) {
    #wizard-navigation {
        width: 100%;
    }
}

@media only screen and (max-width: 370px) {
    #wizard {
        width: 100%;
    }
}

#wizard fieldset {
    width: 100%;
}

.wizard-progress {
    color:#666;
    margin:20px 0;
}

.wizard-progress-bar {
    height:2px;
    background:#CCC;
    margin-bottom:5px;
}

.wizard-progress-complete {
    height: 2px;
    width: 0;
    background: #6398C3;
    transition: width 400ms cubic-bezier(.455,.03,.515,.955);
    -webkit-transition: width 400ms cubic-bezier(.455,.03,.515,.955);
}

#wizard legend.wizard-step-title {
    display: none;
}

.current-wizard-step-title,
.wizard-expedite-login,
.wizard-expedite-logout  {        
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}

#wizard .form-group {
    display: flex;
}

#wizard .form-group:not(.escape-flex) > div:not(.escape-flex),
#wizard .form-group:not(.escape-flex) > input {
    flex-grow: 1;
    flex-shrink: 1;
}

#wizard .form-group > div:not(.blue-text):not(.error-icon) {
    margin-right: 12px;
}

#wizard .form-group > div:last-child:not(.blue-text):not(.error-icon) {
    margin-right: 0px;
}

#wizard .form-group div.cc-icon img, #wizard .form-group div.member-card-icon img {
    width: 100%;
}

.member-card-icon {
    flex-grow: 0.2;
}

.wizard-text {
    color: #333;
    font-size: 13px;
}

.wizard-progress-step {
    float: right;
}

#wizard input[type=button] {
    outline: none;
}

.wizard-link-button {
    cursor: pointer;
}

.wizard-link-button.strong-text{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
    display: inline;
}

.blue-text {
    color: #005DAA;
}

.data-verified-icon {
    position: absolute;
    top: 45px;
    right: 10px;
    background-image: url(../../../Graphics/JoinNow/green-check.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-top: -31px;
}

#cvc-info-icon {
    cursor: pointer;
    position: absolute;
    top: 45px;
    right: 10px;
    padding-top: 1px;
    background-color: gray;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;        
    text-align: center;
    text-decoration: none;
    margin-top: -32px;
}

.validation-visualizer.has-error #cvc-info-icon {    
    right: 30px;
}

#cvc-info-text {
    width: 500%;
}

#wizard input[type=radio], #wizard input[type=checkbox] {
    display: none;
    margin: 0;
}

.custom-radio-icon {
    display: inline-block;
    border: 1px solid black;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    z-index: 5;
    margin-left: 0px;
    margin-right: 0px;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.custom-radio-icon::before {
    display: block;
	content: '';
    border-radius: 100%;
    height: 7px;
    width: 7px;
    margin-top: 3px;
    margin-left: 3px;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .custom-radio-icon {
    border: 1px solid black;
}

input[type=radio]:checked ~ .custom-radio-icon::before{
    background: #005DAA;
}

input[type=radio]:not(:checked) ~ .custom-radio-icon::before {
    background: inherit;
}

.custom-checkbox-icon {
    position: relative;
    margin-left: 12px;
    margin-right: 5px;
    margin-top: 2px;
}

input[type="checkbox"]:not(:checked) ~ .custom-checkbox-icon:before,
input[type="checkbox"]:checked ~ .custom-checkbox-icon:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -16px;
    width: 15px; 
    height: 15px;
    border: 1px solid black;
    background: white;
    border-radius: 3px;
    display: inline-block;
}

input[type="checkbox"]:not(:checked) ~ .custom-checkbox-icon:after,
input[type="checkbox"]:checked ~ .custom-checkbox-icon:after {
    content: '✔';
    position: absolute;
    top: 3px;
    left: -14px;
    font-size: 13px;
    font-weight: 900;
    line-height: 0.8;
    color: #005DAA;
    display: inline-block;
    z-index: 5;
    transition: all .2s;
}

input[type="checkbox"]:not(:checked) ~ .custom-checkbox-icon:after {
    opacity: 0;
    transform: scale(0);
}

input[type="checkbox"]:checked ~ .custom-checkbox-icon:after {
    opacity: 1;
    transform: scale(1);
}

input[type="checkbox"]:disabled:not(:checked) ~ .custom-checkbox-icon:before,
input[type="checkbox"]:disabled:checked ~ .custom-checkbox-icon:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

input[type="checkbox"]:disabled:checked ~ .custom-checkbox-icon:after {
    color: #999;
}

input[type="checkbox"]:disabled ~ .custom-checkbox-icon {
    color: #aaa;
}

#wizard .subscription-types div {
    display: block;
}

.subscription-types + hr {
    margin-top: 0px;
}

.product-name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
    margin-left: 10px;
    display: inline;
}

.product-cost {
    font-size: 16px;
}

.has-discount {
    text-decoration: line-through;
}

.product-description,
.subscription-type-autorenewing {
    margin-left: 29px;
    margin-right: 6px;
}

.subscription-type-autorenewing label {
    font-weight: normal;
}

#wizard .promo-code div.fancy-textbox {
    min-width: 145px;
    width: 145px;
    margin-bottom: 15px;
    position: relative;
    float: left;
}

#wizard .promo-code .promo-code-email div.fancy-textbox {
    width: 210px;
}

.promo-entry-section .fancy-textbox.validation-visualizer .validation-message {
    width: 370px;
}

.promo-applied-section {
    float: left;
}

.promo-applied-section p {
    margin-top: 12px;
}

#wizard .promo-code + div {
    margin-top: 40px;
    clear: both;
}

#wizard .promo-code * ~ div {
    clear: both;
}

#wizard .btn-secondary {
    background-color: #e6e6e6;
    background-image: none;
    color: #005daa;
    border: none;
    text-shadow: none;
    display: inline-block;
    margin-left: 12px;
}

div.confirm-terms-options:not(:last-child) {
    margin-bottom: 0px;
    margin-left: 6px;
}

div.confirm-terms-options:last-child {
    margin-bottom: 12px;
}

#wizard #confirm-step section {
    position: relative;
}

#wizard #confirm-step .btn-secondary {
    position: absolute;
    bottom: 0;
    right: 0;
}

.confirm-terms-options label {
    font-weight: normal;
    max-width: 348px;
    margin-left: 5px;
}

#IsTermsAgreed ~ label {
    font-weight: bold;
}

.confirm-label {
    font-weight: normal;
    font-size: 13px;
    color: #999;
}

.confirm-membership-type, .confirm-member-card {
    font-size: 13px;
    width: 78%;
    display: flex;
}

.confirm-total {
    font-size: 24px;
    width: 78%;
    display: flex;
}

#confirm-membership-type-name, #confirm-member-card-item, #confirm-total-item {
    font-weight: bold;
    width: 50%;
}

.confirm-membership-type-price.with-discount {
    margin-left: 5px;
}

.addition-line {
    margin: 0px;
    width: 76%;
    height: 2px;
    border: none;
    color: #e6e6e6;
    background-color: #e6e6e6;
}

#user-icon {
    width: 20px;
    display: inline-block;
}

#user-icon img {
    width: 100%;
}

.confirm-terms-options-text {
    font-style: italic;
    font-size: 13px;
}

#terms-and-conditions-text {    
    resize: none;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 13px;
    width: 100%;
}