﻿@charset "utf-8";





.navbar-inverse .dropdown-menu {
    min-width: 1px;
    border: none;
    border-top: 1px solid transparent;
    padding: 0 0;
}

    .navbar-inverse .dropdown-menu > li > a {
        padding: 6px 20px;
    }

        .navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus {
            background-color: #e4e9ec;
        }

    .navbar-inverse .dropdown-menu > li:last-child > a {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

@media (min-width: 768px) {
    .navbar-inverse .dropdown-menu > li > a {
        border-top: 1px solid #eee;
    }

    .navbar-inverse .dropdown-menu > li:first-child > a {
        border-top: none;
    }
}

.navbar-inverse .input-group .form-control {
    height: 36px;
    border-radius: 0;
    border: none;
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
    background-color: #f2f9fd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-inverse .input-group-btn .btn {
    color: #666;
    font-size: 15px;
    min-width: 1px;
    height: 36px;
    border: none;
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
    border-radius: 0;
    background-color: #f2f9fd;
    margin-left: 0;
    padding: 8px 16px;
}

    .navbar-inverse .input-group-btn .btn:active, .navbar-inverse .input-group-btn .btn.active {
        -webkit-box-shadow: inset 1px 2px 3px rgba(0,0,0,.125);
        box-shadow: inset 1px 2px 3px rgba(0,0,0,.125);
    }

        .navbar-inverse .input-group-btn .btn:focus, .navbar-inverse .input-group-btn .btn:active:focus, .navbar-inverse .input-group-btn .btn.active:focus {
            outline: none;
        }

.banner {
    height: 322px;
    background: #111518 url("../images/banner.png") no-repeat center bottom;
    padding-top: 60px;
}

.site-intro {
    width: 326px;
    height: 200px;
    border-left: 4px solid #006fe0;
    background-color: rgba(0,0,0,.5);
    margin: 0 auto;
    padding-top: 36px;
    padding-left: 36px;
    padding-right: 32px;
}

    .site-intro h1 {
        color: #fefefe;
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 16px;
    }

    .site-intro p {
        color: #d3d3d3;
    }

.entrance {
    color: #fefefe;
    width: 364px;
    margin: 0 auto;
    padding-top: 36px;
}

    .entrance h4 {
        font-size: 15px;
        margin-bottom: 32px;
    }

    .entrance .btn:focus, .entrance .btn:active:focus, .entrance .btn.active:focus {
        outline: none;
    }

    .entrance .btn-primary {
        width: 160px;
        border-color: transparent;
        background-color: rgba(0,111,224,.6);
        padding: 12px 24px;
    }

        .entrance .btn-primary:hover, .entrance .btn-primary:focus, .entrance .btn-primary:active, .entrance .btn-primary.active {
            border-color: transparent;
            background-color: rgba(0,94,191,.6);
        }

    .entrance p .btn-primary:first-child {
        margin-right: 32px;
    }

.job-items-wrapper h2 {
    color: #666;
    font-size: 17px;
    font-weight: bold;
    line-height: 48px;
}

.job-item {
    font-size: 13px;
    height: 210px;
    line-height: 24px;
    border-radius: 1px;
    background-color: #fff;
    margin: 0 auto 24px;
    padding: 12px 24px;
}

    .job-item h4 {
        font-size: 17px;
        font-weight: bold;
        height: 60px;
        line-height: 24px;
        border-bottom: 1px solid #eee;
        padding: 0 12px 12px;
    }

        .job-item h4 strong {
            display: inline-block;
            height: 48px;
            overflow: hidden;
        }

        .job-item h4 a {
            color: #666;
            display: inline-block;
            height: 48px;
            overflow: hidden;
        }

            .job-item h4 a:hover, .job-item h4 a:focus {
                color: #4f82b8;
            }

    .job-item ul {
        padding: 0 12px;
    }

        .job-item ul li {
            background-image: url("../images/icons.png");
            background-repeat: no-repeat;
            white-space: nowrap;
            padding-left: 30px;
        }

.job-corp {
    background-position: left top;
}

.job-city {
    background-position: left -24px;
}

.job-salary {
    background-position: left -48px;
}

.job-issue-date {
    background-position: left -72px;
}

.job-items-wrapper .help-block {
    line-height: 32px;
    margin-bottom: 24px;
    padding: 0 15px;
}

.recommend-whitehat-item {
    font-size: 14px;
    min-height: 200px;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 24px 24px 14px;
}

.whitehat-avatar {
    float: right;
    width: 72px;
    height: 72px;
    text-align: center;
    border-radius: 4px;
    padding-top: 6px;
    padding-left: 24px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .whitehat-avatar images {
        max-width: 72px;
        max-height: 72px;
        border-radius: 4px;
        vertical-align: middle;
    }

.whitehat-nickname {
    font-size: 17px;
    font-weight: bold;
    line-height: 36px;
}

    .whitehat-nickname a {
        color: #202020;
    }

        .whitehat-nickname a:hover, .whitehat-nickname a:focus {
            color: #4f82b8;
        }

.whitehat-signature {
    color: #888;
    height: 2.857142286em;
    text-overflow: ellipsis;
    overflow: hidden;
}

.recommend-whitehat-item dl {
    margin-bottom: 12px;
}

.recommend-whitehat-item .list-unstyled li {
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 480px) {
    .corp-job-info .col-xs-6 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .corp-job-info li:last-child {
        text-align: right;
    }
}

.corp-job-info li {
    line-height: 24px;
    color: #666;
}
.panel .avatar img {
max-width: 45px;
max-height: 45px;
border-radius: 4px;
}
#job_context {
    text-align: left;
}

.latest-job-item {
    font-size: 14px;
    min-height: 80px;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 24px 24px 14px;
}

    .latest-job-item dl {
        border-bottom: 1px solid #eee;
        padding-bottom: 12px;
    }

.corp-avatar {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-bottom: 8px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .corp-avatar img {
        max-width: 40px;
        max-height: 40px;
        border-radius: 4px;
        vertical-align: middle;
    }

.corp-job-title {
    color: #202020;
    font-size: 17px;
}

.corp-job-from {
    color: #888;
}

.job-detail {
    border-radius: 4px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 24px;
    text-align: justify;
}

.job-detail-header h2 {
    color: #202020;
    font-size: 17px;
    font-weight: bold;
    margin-top: 0;
}

    .job-detail-header h2 small {
        color: #6593c3;
        font-size: 75%;
    }

        .job-detail-header h2 small.disabled {
            color: #777;
        }

.job-detail-header .radio-inline {
    margin-left: 12px;
    padding-top: 7px;
}

.job-detail-header .col-sm-3 .radio-inline:first-child {
    margin-left: 0;
}

.job-detail-header .radio-inline input[type="radio"] {
    vertical-align: -2px;
}

.job-detail-header .col-sm-3 {
    text-align: right;
}

.job-property {
    color: #6593c3;
    border-radius: 4px;
    background-color: #ebf1f4;
    white-space: nowrap;
    cursor: default;
    padding: 3px 8px;
}

    .job-property.disabled {
        color: #ababab;
        background-color: #eee;
    }

.job-summary {
    line-height: 32px;
    margin-bottom: 0;
}

.job-detail-edit .job-summary {
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
}

.job-summary li {
    background-image: url("../images/icons-1.png");
    background-repeat: no-repeat;
    margin-bottom: 6px;
    padding-left: 40px;
}

.job-summary-item-1 {
    background-position: left top;
}

.job-summary-item-2 {
    background-position: left -32px;
}

.job-summary-item-3 {
    background-position: left -64px;
}

.job-summary-item-4 {
    background-position: left -96px;
}
.job-summary-item-5 {
    background-position: left -128px;
}
.job-summary-item-6 {
    background-position: left -160px;
}
@media (max-width: 767px) {
    .job-detail-header .col-xs-12 {
        text-align: left;
    }

    .job-detail-header .radio-inline {
        margin-bottom: 12px;
    }

    .job-summary li .form-control {
        display: inline-block;
        width: auto;
    }
}

.job-tags-manage {
    padding-top: 12px;
}

    .job-tags-manage .control-label {
        margin-bottom: 12px;
        padding-top: 4px;
    }

        .job-tags-manage .control-label strong {
            color: #202020;
            font-weight: normal;
        }

    .job-tags-manage .form-control {
        color: #666;
        font-family: verdana,STXihei,"STHeiti Light",STHeiti,"Microsoft YaHei";
        line-height: 24px;
        border-color: transparent;
        background-color: #eef2f5;
        padding: 16px;
    }

        .job-tags-manage .form-control:focus {
            border-color: #66afe9;
        }

.job-tags-manage-list .btn-tags {
    margin-right: 12px;
    margin-bottom: 12px;
}

.job-tags {
    line-height: 32px;
    border-bottom: 1px solid #eee;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 16px;
}

.job-tags-list {
    background: url("../images/icons-3.png") no-repeat left top;
    padding-left: 40px;
}

.job-tags .btn-icon-edit {
    margin-right: -15px;
}

.job-detail h3 {
    color: #202020;
    font-size: 15px;
    margin-bottom: 20px;
}

    .job-detail h3 strong {
        font-weight: normal;
        float: left;
        line-height: 32px;
        border: 1px solid #eee;
        /*margin-left: -25px;*/
        padding: 0 32px;
        -webkit-box-shadow: 0 0 3px rgba(198,198,198,.75);
        box-shadow: 0 0 3px rgba(198,198,198,.75);
    }

.job-condition {
    margin-bottom: 20px;
}

.job-detail-content {
    color: #666;
    font-size: 14px;
    font-family: verdana,STXihei,"STHeiti Light",STHeiti,"Microsoft YaHei";
    line-height: 24px;
    border-color: transparent;
    background-color: #eef2f5;
    padding: 16px;
}

.job-detail-manipulate .col-xs-9 > .btn-primary {
    margin-right: 12px;
}

.job-detail-manipulate .col-xs-3 {
    text-align: right;
    white-space: nowrap;
    padding-top: 7px;
}

.job-share {
    padding-top: 7px;
}

.whitehat-info {
    min-height: 540px;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 24px;
}

    .whitehat-info h3 {
        color: #202020;
        font-size: 15px;
        border-top: 2px solid #f4f6f7;
        margin-bottom: 24px;
        padding-top: 24px;
    }

    .whitehat-info .nickname span {
        color: #202020;
        font-size: 17px;
        padding-top: 4px;
    }

    .whitehat-info .avatar {
        float: left;
        width: 78px;
        height: 78px;
        text-align: center;
        vertical-align: middle;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 12px;
        margin-right: 24px;
    }

        .whitehat-info .avatar images {
            max-width: 78px;
            max-height: 78px;
            border-radius: 4px;
        }

    .whitehat-info .whitehat-signature {
        height: auto;
        border-left: 2px solid #ccd7de;
        margin-top: 12px;
        padding-left: 12px;
    }

.whitehat-signature-textarea {
    font-size: 14px;
    margin-top: 12px;
}

.whitehat-info-list {
    margin-top: 6px;
}

    .whitehat-info-list li {
        padding-top: 6px;
        padding-bottom: 6px;
    }

@media (max-width: 767px) {
    .whitehat-info {
        min-height: 1%;
    }

        .whitehat-info .form-inline .form-control {
            display: inline-block;
            width: auto;
        }
}

.whitehat-resume {
    font-size: 14px;
}

    .whitehat-resume li {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .whitehat-resume .job-tags-manage-list {
        margin-top: 12px;
    }

    .whitehat-resume li.form-group {
        padding-top: 0;
    }

        .whitehat-resume li.form-group .control-label {
            margin-bottom: 8px;
        }

.whitehat-contact {
    font-size: 14px;
    border-top: 2px solid #f4f6f7;
    margin-bottom: 24px;
    padding-top: 24px;
}

.whitehat-contact-list p {
    padding-top: 6px;
}

.whitehat-contact .alert-info {
    font-size: 13px;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}

    .whitehat-contact .alert-info .close {
        font-size: 18px;
    }

@media (max-width: 767px) {
    .whitehat-info .nickname .radio-inline {
        margin-top: 12px;
    }

    .whitehat-contact-list {
        margin-bottom: 12px;
    }
}

.whitehat-attachment {
    margin-bottom: 24px;
}

    .whitehat-attachment .text-muted {
        color: #92a1b1;
        font-size: 13px;
    }

.manipulate {
    margin-bottom: 24px;
}

.whitehat-setting {
    margin-bottom: 24px;
}

    .whitehat-setting .control-label {
        text-align: left;
        white-space: nowrap;
        padding-left: 0;
    }

    .whitehat-setting .text-muted {
        color: #92a1b1;
        font-size: 13px;
        margin-top: 6px;
    }

.whitehat-info-locked {
    text-align: center;
    border: none;
    background-color: #edf0f2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .whitehat-info-locked > .well {
        margin-bottom: 0;
        border: 2px dashed #ced8df;
        background-color: #edf0f2;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .whitehat-info-locked p {
        padding-bottom: 12px;
    }

.corp-summary {
    font-size: 14px;
    line-height: 1.64;
    margin-bottom: 24px;
}

    .corp-summary p {
        margin-bottom: 1em;
    }

.corp-summary-list {
    font-size: 14px;
    border-top: 2px solid #f4f6f7;
    margin-bottom: 24px;
    padding-top: 24px;
}

    .corp-summary-list li {
        text-indent: -5em;
        padding-top: 6px;
        padding-left: 5em;
    }

.corp-job-list {
    border-top: 2px solid #f4f6f7;
    padding-top: 24px;
}

    .corp-job-list h3 {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }

.table-job-list {
    font-size: 14px;
}

    .table-job-list tr th, .table-job-list tr td {
        word-break: break-all;
    }

.table-hover > tbody > tr:hover {
    background-color: #fcffe1;
}

.well-none-info {
    border: none;
    background-color: #eef2f5;
    padding-top: 48px;
    padding-bottom: 48px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .well-none-info a {
        display: block;
        margin-top: 12px;
    }

    .well-none-info.bg-white {
        min-height: 440px;
        background-color: #fff;
    }

@media (max-width: 767px) {
    .well-none-info.bg-white {
        min-height: 1%;
    }
}

.pagination {
    margin-top: 0;
}

    .pagination > li > a, .pagination > li > span {
        font-size: 12px;
        margin-left: 8px;
        border-width: 0;
        border-radius: 4px;
    }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #cadbe5;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #006fe0;
    }

.panel-index .panel-body {
    padding: 0;
}

.panel-index .list-unstyled {
    margin-bottom: 0;
}

    .panel-index .list-unstyled > li > a {
        color: #666;
        display: block;
        padding: 16px 15px;
    }

        .panel-index .list-unstyled > li > a:hover, .panel-index .list-unstyled > li > a:focus {
            color: #4f82b8;
            background-color: #e6ecf1;
        }

    .panel-index .list-unstyled .badge {
        vertical-align: 1px;
        margin-left: 6px;
    }

    .panel-index .list-unstyled > li.active > a {
        background-color: #c8dce8;
    }

.panel dl {
    padding: 0 12px;
}

    .panel dl dt {
        font-weight: normal;
        line-height: 24px;
        white-space: nowrap;
        margin-bottom: 4px;
    }

        .panel dl dt a {
            color: #202020;
        }

            .panel dl dt a:hover, .panel dl dt a:focus {
                color: #4f82b8;
            }

.panel .avatar {
    float: left;
    width: 45px;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 24px;
}

    .panel .avatar images {
        max-width: 45px;
        max-height: 45px;
        border-radius: 4px;
    }

.panel .description {
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.skip .well {
    max-width: 600px;
    text-align: center;
    margin: 12% auto 0;
    padding-top: 32px;
}

#skip-info .modal-dialog {
    margin-top: 15%;
}

#skip-info .modal-header h4 {
    color: #202020;
    font-size: 15px;
}

#skip-info .modal-body {
    font-size: 14px;
    text-align: center;
}

.page-404 .container-fluid {
    min-height: 420px;
    background: transparent url("../images/404.png") no-repeat center 120px;
}

.page-404 .jumbotron {
    background: none;
    text-align: center;
    padding-left: 200px;
}

    .page-404 .jumbotron h1 {
        color: #3f8dc0;
        font-size: 34px;
        margin-top: 148px;
    }

    .page-404 .jumbotron h3 {
        color: #90b5cd;
        font-size: 24px;
    }

@media (max-width: 767px) {
    .page-404 .jumbotron {
        padding-left: 128px;
    }

        .page-404 .jumbotron h1 {
            font-size: 30px;
        }

        .page-404 .jumbotron h3 {
            font-size: 20px;
        }
}

footer {
    color: #888;
    line-height: 24px;
    text-align: center;
    padding: 12px 0 36px;
}

.homepage footer {
    background-color: #2d2d2d;
    padding: 64px 0;
}

    .homepage footer a {
        color: #fff;
    }

.popover {
    width: 232px;
}

.popover-content {
    font-weight: bold;
    line-height: 24px;
    padding: 20px 16px 16px;
}
