﻿.regbox{
      width: 1002px;
      padding: 50px 0;
      margin: 0 auto;
}
.form-item {
    line-height: 36px;
    padding: 10px 0 10px 10px;
}
.form-item::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.form-item-short {
    padding-bottom: 0;
    padding-top: 0;
}
.form-item .form-label {
    display: inline;
    float: left;
    /*height: 37px;
     line-height: 37px; */
     line-height: 16px;
    margin-right: 15px;
    text-align: right;
        width: 270px;
        margin-top: 8px;
}
.form-item .form-label-b {
    font-weight: 700;
}
.btn-large, .email-sent-op .btn, .form-item .btn-normal {
    background: #008fb2 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    min-width: 180px;
    outline: medium none;
    padding: 0 30px 1px;
    text-align: center;
}
.email-sent-op .btn {
    padding: 0;
}
.btn-large:hover, .email-sent-op .btn:hover, .form-item .btn-normal:hover {
    background: #00a2ca none repeat scroll 0 0;
    color: #fff;
}

.form-text {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    /*height: 32px;*/
    line-height: 17px;
    outline: medium none;
    padding: 8px 5px;
    transition: all 0.3s ease 0s;
    width: 202px;
    box-shadow: 0 1px 0 #ececec inset;
    -webkit-box-shadow: 0 1px 0 #ececec inset;
    -moz-box-shadow: 0 1px 0 #ececec inset;
    -ms-box-shadow: 0 1px 0 #ececec inset;
    -o-box-shadow: 0 1px 0 #ececec inset;
}

.form-text:focus {
    background-color: #e9fbfe;
    border-color: #69c5dd;
}
.err-input {
    background: #fff8f3 none repeat scroll 0 0;
    border-color: #e00;
}
.form-checkbox {
    margin-top: 3px;
}
.form-label-b {
    color: #000;
}
.tips-body li a {
    color: #00a2ca;
}
/*step*/
.wizard {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 0px;
    /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);*/
    overflow: hidden;
    position: relative;
    border: 1px solid #f1f1f1;
    border-bottom: none;
}
.wizard.wizard-tabbed {
    background: #fbfbfb none repeat scroll 0 0;
}
.wizard.wizard-tabbed ul li {
    background-color: #fbfbfb;
    padding: 0 10px;
    width: 10%;
}
.wizard.wizard-tabbed ul li .chevron {
    display: none;
}
.wizard.wizard-tabbed ul li .chevron::before {
    display: none;
}
.wizard.wizard-tabbed ul li.complete {
    background-color: #fbfbfb;
}
.wizard.wizard-tabbed ul li.active {
    background: #fff none repeat scroll 0 0;
}
.wizard.wizard-wired {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    box-shadow: none;
    display: block;
    padding-top: 10px;
    text-align: center;
}
.wizard.wizard-wired ul {
    display: table;
    position: relative;
    width: 100%;
}
.wizard.wizard-wired ul li {
    background-color: #fff;
    display: table-cell;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: all 1s ease 0s;
    width: 20%;
}
.wizard.wizard-wired ul li .chevron {
    display: none;
}
.wizard.wizard-wired ul li .chevron::before {
    display: none;
}
.wizard.wizard-wired ul li.complete {
    background-color: #fff;
}
.wizard.wizard-wired ul li.complete .step::before {
    font-size: 22px;
    line-height: 36px;
}
.wizard.wizard-wired ul li.complete:hover {
    background-color: #fff;
}
.wizard.wizard-wired ul li.active {
    background-color: #fff;
}
.wizard.wizard-wired ul li .step {
    background-color: #fff;
    border-width: 2px;
    font-size: 15px;
    height: 40px;
    line-height: 34px;
    width: 40px;
    z-index: 2;
}
.wizard.wizard-wired ul li .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    margin-top: 4px;
    max-width: 100%;
    table-layout: fixed;
    text-align: center;
    word-wrap: break-word;
    z-index: 104;
}
.wizard.wizard-wired ul li::before {
    background-color: #e5e5e5;
    content: "";
    display: block;
    font-size: 0;
    height: 2px !important;
    overflow: hidden;
    position: relative !important;
    top: 25px;
    width: 100%;
    z-index: 1 !important;
}
.wizard.wizard-wired ul li:first-child::before {
    left: 50%;
    max-width: 51%;
}
.wizard.wizard-wired ul li:last-child::before {
    max-width: 50%;
    width: 50%;
}
.wizard ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 4000px;
}
.wizard ul.previous-disabled li.complete {
    cursor: default;
}
.wizard ul.previous-disabled li.complete:hover {
    background: #f3f3f3 none repeat scroll 0 0;
    cursor: default;
}
.wizard ul.previous-disabled li.complete:hover .chevron::before {
    border-left-color: #f3f3f3;
}
.wizard ul li {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #666;
    cursor: default;
    float: left;
    font-size: 16px;
    line-height: 46px;
    margin: 0;
    padding: 0 20px 0 30px;
    position: relative;
    transition: all 0.218s ease 0s;
    z-index: 1;
}
.wizard ul li .step {
    border: 2px solid #ccc;
    border-radius: 100%;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: 24px;
    line-height: 20px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    width: 24px;
    z-index: 2;
}
.wizard ul li .step.neglect{
    border: 2px solid #f6c12a;
    color: #f6c12a;
}
.wizard ul li .chevron {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent -moz-use-text-color transparent #d4d4d4;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 24px 0 24px 14px;
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    z-index: 1;
}
.wizard ul li .chevron::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent -moz-use-text-color transparent #f5f5f5;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 24px 0 24px 14px;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: -24px;
    transition: all 0.218s ease 0s;
}
.wizard ul li.complete {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #444;
}
.wizard ul li.complete::before {
    background-color: #7EBA00;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    max-height: 2px;
    overflow: hidden;
    position: absolute;
    right: -1px;
    z-index: 10000;
}
.wizard ul li.complete:hover {
    background: #eee none repeat scroll 0 0;
    cursor: pointer;
}
.wizard ul li.complete:hover .chevron::before {
    border-left: 14px solid #eee;
}
.wizard ul li.complete .chevron::before {
    border-left: 14px solid #f5f5f5;
}
.wizard ul li.complete .step {
    border-color: #7EBA00;
    color: #7EBA00;
}
.wizard ul li.complete .step::before {
    background-color: #fff;
    border-radius: 100%;
    bottom: 0;
    color: #7EBA00;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 12px;
    left: 0;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 3;
}
.wizard ul li.active {
    background: #fff none repeat scroll 0 0;
    color: #262626;
}
.wizard ul li.active .step {
    border-color: #0191DA;
    color: #0191DA;
}
.wizard ul li.active::before {
    background-color: #0191DA;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    max-height: 2px;
    overflow: hidden;
    position: absolute;
    right: -1px;
    z-index: 10000;
}
.wizard ul li.active .chevron::before {
    border-left: 14px solid #fff;
}
.wizard ul li .badge {
    margin-right: 8px;
}
.wizard ul li:first-child {
    background-clip: padding-box;
    border-radius: 2px 0 0;
    padding-left: 20px;
}
.actions {
    border-left: 1px solid #d4d4d4;
    float: right;
    line-height: 42px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    position: absolute;
    right: 0;
    vertical-align: middle;
    z-index: 1000;
}
.actions a {
    font-size: 12px;
    line-height: 45px;
    margin-right: 8px;
}
.actions .btn-prev i {
    margin-right: 5px;
}
.actions .btn-next i {
    margin-left: 5px;
}
.actions.actions-footer {
    background-color: #fff;
    border: 0 none;
   
    float: none;
 margin-bottom: 40px;
    position: relative;
    text-align: right;
	z-index:0;
}
.step-content {
  
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    border-top: 0 none;
/*  
    margin-bottom:20px;*/
    border: 1px solid #f1f1f1;
    /*padding:0 10px;*/
}
.step-content .step-pane {
    display: none;
    padding: 15px;
}
.step-content .active {
    display: block;
}
.step-content .active .btn-group .active {
    display: inline-block;
}

.txt-error{color:#e46f61;}
.pd5{padding: 0 5px;}
