@import url(job_list.css);

.content-nav ul {
    max-width: 700px;
    margin: 0 auto;
}

.step-list {
    position: relative;
}
.step-list:before {
    content: "";
    display: block;
    height: 2px;
    background: url(../images/border_h.png) repeat-x;
    position: absolute;
    left: 16.66%;
    right: 16.66%;
    top: 55px;
    z-index: 0;
}
.step-list {
    max-width: 720px;
    margin: 0 auto 30px;
    text-align: center;
}
.step-list li {
    /* width: 33.33%; */
    width: 25%; /* modified by yoyo */
}
.step-list .icon {
    width: 110px;
    height: 110px;
    position: relative;
}
.post-step .icon {
    background-image: url(../images/member/post_step_ic.png);
}
.register-step .icon {
    background-image: url(../images/member/register_step_ic.png);
}
.step-list .step1 .icon { background-position: 0 0; }
.step-list .step2 .icon { background-position: 50% 0; }
.step-list .step3 .icon { background-position: 100% 0; }
.step-list .step4 .icon { background-position: 100% 0; }
.step-list .step1.done .icon { background-position: 0 100%; }
.step-list .step2.done .icon { background-position: 50% 100%; }
.step-list .step3.done .icon { background-position: 100% 100%; }
.step-list .step4.done .icon { background-position: 100% 100%; }

.step-list .txt {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    color: #222;
    position: relative;
    padding: 0 0 0 3px;
    letter-spacing: 3px;
    width: 105px;
    margin: 15px auto;
}
.step-list .txt:before,
.step-list .txt:after {
    content: "";
    display: block;
    height: 20px;
    border-left: 1px solid #ccc;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}
.step-list .txt:before { left: 0; }
.step-list .txt:after { right: 0; }
.step-list .txt small {
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    margin-left: -2px;
    -webkit-transform: scale(0.88);
       -moz-transform: scale(0.88);
        -ms-transform: scale(0.88);
         -o-transform: scale(0.88);
            transform: scale(0.88);
}

.file-upload .control-box {
    padding-right: 140px;
    position: relative;
}
.btn.upload {
    position: absolute;
    right: 0;
    top: -5px;
    overflow: hidden;
}
.btn.upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.table-h tr.reason {
    border-top: 0;
    background: #F8F8F1 url(../images/border_h.png) repeat-x;
}
.table-h tr.reason td {
    vertical-align: middle;
    padding: 15px;
}
.table-h tr.reason .control-label {
    font-weight: bold;
    color: #444;
}
.table-h tr.reason textarea.form-control {
    margin-bottom: 0;
}
