/**
 * User info notice
 */

.mmt-mdp-user-notice {
    display: none;
}

/**
 * Step indicator
 */

.mmt-mdp-registration-steps {
    margin-bottom: 1.6em;
}

.mmt-mdp-registration-steps ol {
    padding: 0 0 2em;
    list-style: none;
}

.mmt-mdp-registration-steps li {
    float: left;
    margin-right: 5px;
}

.mmt-mdp-registration-steps .mmt-mdp-last {
    margin-right: 0;
}

/** Default settings for all steps */
.mmt-mdp-registration-steps a,
.mmt-mdp-registration-steps span {
    display: block;
    float: left;
        font-size: .8em;
    line-height: 1.5rem;
}

/** Step: not current, not finished */
.mmt-mdp-registration-steps .mmt-mdp-step {
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    font-size: 1rem;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    color: #fff;
    background-color: #d0d0d0;
}

/** Current step */
.mmt-mdp-current-step .mmt-mdp-step {
    border-color: var(--primaryColor);
    background-color:var(--primaryColor);
}

.mmt-mdp-current-step .mmt-step-label {
    font-weight: bold;
}

/** Finished step */
.mmt-mdp-past-step .mmt-mdp-step {
    border-color: #000000;
    background-color: #1e1e1e;
}

/** Step labels */
.mmt-mdp-registration-steps .mmt-step-label {
    padding: .2rem .6rem .2rem .3rem;
}

.mmt-mdp-last .mmt-step-label {
    padding-right: 2px;
    background: #fff;
}

/**
 * Registration form & login process
 */

.mmt-mdp-registration-form fieldset {
    width: 100%;
}

/** Login form */
.mmt-mdp-login {
    margin-bottom: 1em;
    padding-bottom: 1.5em;
    background: transparent url(##pathui##/img/snippets/steps-dotted-border.png) repeat-x bottom left;
}

.mmt-mdp-login h3,
.mmt-mdp-new-account h3 {
    font-size: .8em;
    color: #878787;
        font-weight: normal;
}

.mmt-mdp-login legend {
    font-size: 1em;
    font-weight: normal;
}

.mmt-mdp-login div.submit {
    padding-top: 0;
    background: transparent;
}

.mmt-mdp-new-account p {
    margin-top: 0;
    color: #333;
}

/** Fullwidth layout */
@media screen and (min-width: 640px) {
     .mmt-mdp-reg-fullwidth .mmt-mdp-login {
         float: left;
         width: 50%;
         margin: 0 3em 3em 0;
         padding: 0;
         background: transparent;
    }

    .mmt-mdp-sidebar {
        clear: both;
        overflow: hidden;
    }
}

/**
 * Sidebar
 */

.mmt-mdp-reg-right .mmt-mdp-section {
    margin: 2em 0;
    padding: 1em;
    background-color: #eee;
}

/**
 * Page-cases: for each page state, there should be layout support. Eg. a thank you page, and so on
 */

/** Default settings */
.mmt-mdp-has-adjacent-content {
    padding-bottom: 1.6em;
    background: transparent url(##pathui##/img/snippets/steps-dotted-border.png) repeat-x left bottom;
}

/** Large heading & intro */
.mmt-mdp-intro-large {
    margin-bottom: 1.6em;
}

/** Thank you page */
.mmt-mdp-registration-has-socialmedia {
    position: relative;
    padding: 100px 0 1.6em;
}

.mmt-mdp-registration-finished h3 span {
    padding-left: 30px;
    background: transparent url(##pathui##/img/snippets/icon-registration-success.png) no-repeat 0 5px;
}

.mmt-mdp-registration-thankyou .mmt-mdp-last a {
    margin: 0 4px 0 6px;
}

/** Social media on thank you page */
.mmt-registration-social-media {
    position: absolute;
    top: 0;
    right: 0;
    padding-bottom: 120px;
    background: transparent url(##pathui##/img/arrow-up-facing-left.png) no-repeat 25% 50%;
}

/**
 * Do not show share buttons on register page
 */
.g-colLeft {
    display: none;
}

.g-colCenter {
    padding-left: 0;
}
