﻿.progressBar{
    width:80%;
}
.loginTitle{
    margin-top: 15px;
    padding:0 20px;
    font-size: 30px;
    color:#fff;
}
.columnWrapper{
    margin-top:0px;
    border-right: 1px solid grey;
    padding-right: 10px;
    padding-bottom: 10px;
}
.phone .columnWrapper{
    border: none;
    padding: 0;
}
.newAccountForm{
    font-size: 20px;
    font-weight: normal;
}

.newAccountWrapper{
    width:90%;
    border: 1px solid grey;
    border-radius: 2px;
    padding: 20px;
    font-weight: normal;
}
.phone .newAccountWrapper{
    padding: 10px
}
.formActionsWrapper{
    padding:10px;
    font-size:16px;
    text-align: right;
}

.formActionsWrapper a{
    font-weight: normal;
}

.formActionsWrapper a:hover{
    cursor: pointer;
    text-decoration: underline;
}

.formSubTitle{
    font-size:20px;
    padding:0 0 10px 0;
}

.errorMsg{
    margin-top:3px;
    padding-left:2px;
    font-size: 14px;
    color:red;
}


/***Dumblin theme Overwrite***/
.cellWrapper{
    position:relative;
}
.SmartInput_Undo{
    bottom:0px;
}
/* Wizard ******************************/
.WizardStep{
    background:#efefef;
    height:40px;
    line-height: 40px;
    font-weight:normal;
    font-size:20px;
    color:#999;
}
.WizardStep.ActiveStep {
    background: #ffffff;
    color:#FFCC00;
    font-weight: normal;
}

.WizardParent {
    border-radius: 4px;
}

.WizardStep.ActiveStep a,
.WizardStep.ActiveStep a:link {
    color: #292929;
}

.WizardStep.Past {
    background: #efefef;
}

.WizardStep.Past a,
.WizardStep.Past a:link {
    color: #efefef;
}

.WizardStep a,
.WizardStep a:link {
    text-decoration: none;
}

.WizardStep a,
.WizardStep a:link,
.WizardStep a[disabled="disabled"],
.WizardStep a[disabled="disabled"]:hover {
    color: #333;
}

.WizardStep:first-of-type {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.WizardStep:last-of-type {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.WizardStep.Past:before {
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
}

.WizardStep.ActiveStep:before {
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
}

/* after: right arrow on wizard step **************************/
.WizardStep:after {
    /* border-right: 1px solid #e2e2e2; */
    /* border-top: 1px solid #e2e2e2; */
    border-right: none;
    border-top: none;
    content: "";
    height: 38px;
    position: absolute;
    right: 8px;
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 38px;
    z-index: 1;
}

.WizardStep:last-of-type:after {
    background: none;
}

/* before: left "inverted" arrow on wizard step **************************/
.WizardStep:before {
    border-bottom: 20px solid #efefef;
    border-left: 20px solid transparent;
    border-top: 20px solid #efefef;
    content: "";
    height: 0;
    left: -20px;
    position: absolute;
    top: 0;
    width: 0;
}

.WizardStep:first-of-type:before {
    border: none;
    margin-left: 0;
}

.WizardStep.Past:before {
    border-bottom-color: #efefef;
    border-top-color: #efefef;
}

.WizardStep.ActiveStep:before {
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
}

.WizardStep.LastStep:after,
.WizardStep.ActiveStep:after,
.WizardStep.HideArrow:after,
.WizardStep:last-of-type:after {
    border: 0;
    content: "";
}
/* Wizard Override End ******************************/