﻿input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

.registBox {
    width: 100%;
    padding: 20px 0;
}

.registBox .title {
    padding: 20px 0;
}

.registBox .title strong {
    font-size: 16px;
    color: #707070;
    line-height: 25px;
}

.registBox .title a {
    color: #fe7e00;
    line-height: 25px;
}

.registBox .middleStep {
    position: relative;
    padding: 0;
}

.registBox .middleStep:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fe7f01;
    border: #c7c7c7 solid 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 0;
}

.registBox .middleStep label {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    color: #c7c7c7;
    margin: 0;
}

.registBox .middleStep label:before {
    content: "2";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: #c7c7c7 solid 2px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    line-height: 25px;
}

.registBox .middleStep label:first-child:before {
    content: "1";
}

.registBox .middleStep .active {
    color: #fe7e00;
}

.registBox .middleStep .active:before {
    border-color: #fe7e00;
}

.registBox .middleStep .active:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fe7e00;
    border: #ffe6ca solid 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 0;
}

.registBox .middleStep .success {
    color: #339900;
}

.registBox .middleStep .success:before {
    border-color: #339900;
}

.registBox .middleStep .success:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #339900;
    border: #84c884 solid 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 0;
}

.registInfo {
    padding: 20px 0 50px 0;
}

.fineRegist {
    background-color: #339a99;
    color: #FFFFFF;
}

.fineRegist:hover {
    background-color: rgba(51,154,153,0.8);
    color: #FFFFFF;
}

.control-label {
    padding-left: 0;
    padding-right: 0;
    color: #8f8f8f;
}

.checkbox-inline {
    padding-left: 0;
    min-width: 70px;
}

.checkbox-inline input {
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 5px;
    padding-left: 0;
}

.form-group2 {
    display: none;
}

.verificationImg {
    width: 100%;
    height: 34px;
    cursor: pointer;
}

.underline {
    text-decoration: underline;
    cursor: pointer;
}

.help-block1 {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.help-block {
    position: absolute;
    left: 83%;
    width: 50%;
}

.companySelect {
    left: 15px;
    min-width: calc(100% - 30px);
}

#userAgreement .help-block1, #userAgreement .help-block {
    display: none;
}

.glyphicon-loading {
    background-image: url("../images/common/icon_loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.btn[disabled] {
    opacity: .35;
}

.checkbox-inline input[type='checkbox'] {
    position: inherit;
    margin-left: 0;
}


.shortmessage {
    margin-bottom:2px;
}

.notice {
    color: red;
    text-align: center;
    visibility: hidden;
    margin: 0;
}
#AlertMsg {
    display: none;
    background-color: #fff;
    color: #ff0000;
}


.messageError.help-block {
    position: absolute;
    top: 100%;
    color: #a94442;
    left: 16.67%;
}