﻿body {
}
.userLan{
    width:400px;
    margin:20px auto;
}

.userLan dl dt {
    font-size: 14px;
    font-weight: bold;
}

 button.nextstep {
    background-color:#ef6808;
    cursor: pointer;
    width: 119px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    font-weight: bold;
    border: 0px;
    color: #ffffff;
    margin-left:40px
}

#step .container,.form-container{
    width:60%;
    margin:20px auto;
    color: #555;
    /*padding: 30px;*/
    background: #fefefe;
    border: solid 1px #eee;
    box-shadow: 0 0 3px #eee;
}

#step .container .head {
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: solid 1px #eee;
}

#step .container .head h2 {
    text-align: center;
    padding:10px 0px;
}

#step .container dl h2.title {
    padding-left:20px;
    color:#72c02c;
}

#step .container .head p {
    text-align: center;
}
.color-green {
    color: #72c02c;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 180px;
}

.dl-horizontal dd section {
    margin-bottom: 20px;
}

.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
    border: solid 1px #bbb;
    font-size: 14px;
    color: #404040;
    padding: 6px 12px;
    outline: none;
    background: #fff;
    font: 15px/23px 'Open Sans', Helvetica, Arial, sans-serif;
}

#step {
    margin-top:100px;
}
.error {
    color:red;
}

.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #72c02c;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    height:30px;
}
.btn-u.disabled{
    background-color:#a4c0a4;
    cursor:not-allowed;
    pointer-events:none;
    opacity:.65;
    box-shadow:none;
}

.reg-step{
    width:100%;
    font-size:0;
    margin-top:44px;
}
.reg-step .step{
    width:25%;
    display:inline-block;
}
.reg-step .step .title{
    color:#3f3f3f;
    font-size:16px;
    text-align:center;
}
.reg-step .step .line{
    width:100%;
    height:5px;
    background-color:#dadada;
    margin-top:20px;
    text-align:center;
}
.reg-step .step.active .line{
    background-color:#27a438; 
    
}

.reg-step .step .line span{
    background:url('/Content/images/step-ico.png') no-repeat;
    background-position:0 -31px;
    color:#2e2e2e;
    font-size:15px;
    font-weight:bold;
    margin-top:-10px;
    width:31px;
    height:31px;
    display:inline-block;
    text-align:center;
    line-height:30px; 
}
.reg-step .step.active span{
    background-position:0 0px !important;
    color:#fff;
}

.orgApply form .label{
    margin-left:100px;
}
.orgApply form .input input,.orgApply form .input textarea {
    width:350px;
}

form .form-group{
    margin-bottom:10px;
}
form .form-group .label{
    text-align:right;
    width:170px;
    display:inline-block;
    margin-right:10px;
    line-height:30px;
}
form .form-group .input{
    display:inline-block;
}
form .form-group > label{
    vertical-align:top;
}
form .input.input-file{
    position:relative;
}
form .input.input-file .button{
    display:inline-block;
    position:absolute;
    right:4px;
    top:4px;
    background-color:#27a438;
    color:#fff;
    text-align:center;
    width:50px;
    height:30px;
    line-height:30px;
    font-size:13px;
}
form .input.input-file .button:hover{
    background-color:#2db640;
}
form .input.input-file .button input{
    position:absolute;
    right:0;
    top:0;
    cursor:pointer;
    font-size:30px;
    opacity:0;
    padding:0;
}
form .input.input-file > input{

}

.btn{
    display:inline-block;
    text-decoration:none;
    color:#fff;
    padding:4px 8px;
    text-align:center;
    border:none;
    background-color:#404040;
}
.btn.btn-lg{
    width:120px;
    height:40px;
    font-size:16px;
}
a.btn{
    color:#fff;
    text-decoration:none;
}
.btn.btn-success{
    background-color:#27a438;
}
.btn.btn-success:hover{
    background-color:#2cb73f;
}

.right_content{
    border-top:none;
}
.text-center{
    text-align:center;
}
.margin-top-20{
    margin-top:20px;
}