﻿
body {
    background-color: #fbfaf8;
    font-family: "Microsoft YaHei";
}


.btn, .btn-group > .btn:first-child, .btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.well, .nav-pills > li > a, .navbar-inner, .breadcrumb, .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a, .accordion-group,
input[type="text"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input, .modal, .select, .tooltip .tooltip-inner,
.popover, .popover-title, .progress, .alert, .label, .thumbnail, .modal-content, .dropdown-menu {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

input,
button,
select,
textarea {
    font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, Arial, sans-serif;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #f1a603;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #f1a603;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #f1a603;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .control-group.error input:focus,
    .control-group.error select:focus,
    .control-group.error textarea:focus {
        border-color: #f1a603;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1a603;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1a603;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1a603;
    }

.text-red {
    color: #ff7133 !important;
}

.fw-normal {
    font-weight: normal;
}

.padding50 {
    padding: 50px 0;
}

.bg-login {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -10;
    background: url(../img/bg-login.jpg) center center no-repeat fixed #fbfaf8;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    zoom: 1;
}

.login-form {
    width: 400px;
    padding: 50px;
    border: 1px solid #ccc;
    background: #fff;
}

    .login-form h4 {
        font-weight: normal;
    }

    .login-form .form-horizontal .control-label {
        width: 40px;
        text-align: left;
        line-height: 30px;
    }

    .login-form .form-horizontal .controls {
        margin-left: 50px;
        *padding-left: 10px;
        *margin-left: 0px;
    }

    .login-form .span3 {
        width: 325px;
        height: 40px;
        padding: 5px 10px;
        margin-bottom: 10px;
    }

    .login-form .help-inline {
        display: none !important;
    }

.reg-con {
    width: 960px;
    margin: 0 auto;
}

    .reg-con .step {
        margin: 50px auto;
        position: relative;
    }

        .reg-con .step ul {
            position: relative;
            z-index: 2;
            margin: 0;
            padding: 0;
        }

        .reg-con .step li {
            float: left;
            margin: 0 100px;
            text-align: center;
            font-size: 16px;
            width: 110px;
            list-style: none;
        }

            .reg-con .step li .icon {
                width: 42px;
                height: 42px;
                background: url(../img/icon.png) -55px 0 no-repeat;
                padding: 0 10px;
                display: block;
                font-size: 20px;
                text-align: center;
                line-height: 42px;
                color: #FFF;
                margin: 0 auto 10px;
                font-style: normal;
            }

            .reg-con .step li.active .icon {
                background-position: 10px 0;
            }

            .reg-con .step li.active {
                color: #f1a603;
            }

        .reg-con .step .line {
            width: 600px;
            background: #e3e3e3;
            border: none;
            height: 3px;
            font-size: 0px;
            position: absolute;
            left: 160px;
            top: 19px;
            z-index: 1;
        }

            .reg-con .step .line em {
                width: 50%;
                background: #f1a603;
                display: block;
                height: 3px;
            }

.reg-form {
    padding: 30px;
    min-height: 510px;
    _height: 510px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e6e6e6;
}

    .reg-form .control-group {
        width: 400px;
        margin: 0 auto 20px;
    }

.form-horizontal .reg-form .control-label {
    width: 60px;
    line-height: 30px;
}

.form-horizontal .reg-form .controls {
    margin-left: 70px;
    *padding-left: 10px;
    *margin-left: 0px;
}

.reg-form .span3 {
    width: 305px;
    height: 40px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.form-horizontal.dd.controls {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
    margin-left: 180px;
}

.form-horizontal .dd .control-group {
    margin-bottom: 20px;
}


.notice {
    width: 600px;
    padding: 20px;
    border: 1px solid #e6e6e6;
    background: #fbfaf8;
    margin: 50px auto;
    color: #999;
}

.header {
    height: 40px;
    background: #f1a603;
}

/*#f1a603;*/

.logo {
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    float: left;
}


.head-info {
    line-height: 40px;
    color: #fff;
    padding-right: 15px;
}

    .head-info a {
        color: #fff;
    }

        .head-info a:hover,
        .head-info a:focus {
            color: #fff;
        }


    .head-info span {
        padding: 0 15px;
        line-height: 40px;
        display: inline-block;
    }

    .head-info .dark {
        background-color: #6b2e14;
        cursor: pointer;
    }

.nav-menu {
    width: 250px;
    position: absolute;
    z-index: 1;
}

.bg-nav-menu {
    width: 250px;
    position: absolute;
    float: left;
    border-right: 1px solid #dddddd;
    background: #f4f4f4;
    display: block;
    height: 100%;
    z-index: -1;
}

.main-container {
    padding: 0 0 20px 251px;
}

.nav a {
    color: #222222;
}

.nav li span {
    background-color: #f4f4f4;
    height: 40px;
    display: block;
    line-height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid white;
    border-top: 1px solid #e7e7e7;
    /*color: #CF2828;*/
}

    .nav li span:hover, .nav .selected span {
        color: #f1a603;
        cursor: pointer;
        background-color: #fff;
    }

.nav li ul {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #fff;
    display: none;
}

.nav .selected ul {
    display: block;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}

.nav li li {
    border-top: 1px solid #cbcbcb;
    background: #e5e5e5;
}

    .nav li li i {
        margin-right: 5px;
    }

    .nav li li a {
        display: block;
        line-height: 20px;
        padding: 5px 20px;
    }

        .nav li li a:hover, .nav li .c a {
            background: #ececec;
            text-decoration: none;
        }

            .nav li li a:hover i, .nav li .c a i {
                color: #f1a603;
            }

.nav span [class^="fa-"], .nav span [class*=" fa-"] {
    color: #6e6e6e;
    font-size: 20px;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    width: 25px;
    float: left;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.nav span:hover [class^="fa-"], .nav span:hover [class*=" fa-"], .nav .selected span [class^="fa-"], .nav .selected span [class*=" fa-"] {
    color: #f1a603;
}

.nav .fa-angle-down {
    float: right !important;
    margin-right: 0 !important;
}

.page-header {
    border-bottom-color: #dddddd;
    margin: 0 -20px 20px -20px;
    color: #222222;
    background: white;
    padding: 22px 20px;
    height: 20px;
}

.main-container h1 {
    font-size: 24px;
    margin: 0;
    font-weight: normal;
}

    .main-container h1 i {
        color: #f1a603;
        margin-right: 10px;
    }

.breadcrumb {
    background: none;
}

.box .box-content {
    padding: 5px;
    border: 1px solid #dddddd;
    background: white;
    display: block;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}

.dataTables_length select {
    width: 80px;
}

h4 {
    font-size: 20px;
    margin: 0;
    font-weight: normal;
    padding-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.forecast-content {
    width: 800px;
}

    .forecast-content .control-group {
        float: left;
        margin-bottom: 10px;
    }

.commodity-content {
    background: #fff;
    border-radius: 0;
    border-collapse: collapse;
}

    .commodity-content input, .commodity-content select {
        margin-bottom: 0;
    }

    .commodity-content td, .commodity-content th {
        line-height: 30px;
        text-align: center;
    }

.addNewcommodity {
    width: 900px;
    margin-left: -450px;
    height: 520px;
}

    .addNewcommodity .nav-tabs > li > a {
        padding-top: 4px;
        padding-bottom: 4px;
        cursor: pointer;
    }

    .addNewcommodity .tabs-left > .nav-tabs {
        background: #eee;
    }

    .addNewcommodity h4 {
        padding: 3px 0 7px;
    }

    .addNewcommodity .modal-body {
        max-height: 440px;
    }

    .addNewcommodity .tab-pane dl {
        position: relative;
        padding-left: 100px;
        margin: 0;
    }

    .addNewcommodity .tab-pane dt {
        position: absolute;
        width: 100px;
        overflow: hidden;
        left: 0;
        top: 5px;
        height: 20px;
        overflow: hidden;
    }

        .addNewcommodity .tab-pane dt i {
            font-style: normal;
        }

    .addNewcommodity .tab-pane dd {
        display: inline-block;
        padding: 0 10px;
        border-left: 1px solid #eee;
        margin: 5px 0;
        cursor: pointer;
    }

.deliver-content .control-label {
    width: 80px;
}

.deliver-content .controls {
    margin-left: 90px;
}

.receipt-content .control-label {
    width: 110px;
}

.receipt-content .controls, .exact-search .controls {
    margin-left: 120px;
}

.receipt-content .control-group {
    width: 50%;
    float: left;
}

.deliver-content .control-group input {
    width: 140px;
}

.receipt-content .control-group input {
    width: 140px;
}

.parcel-content .nav {
    margin-bottom: 0px;
}

.parcel-content .box-content {
    border-top: 0;
}

.exact-search .control-label {
    width: 85px;
    text-align: left;
}

.exact-search .controls {
    margin-left: 90px;
}

.exact-search .control-group {
    display: inline-block;
    padding-right: 10px;
}

#exactSearch {
    color: #af4618;
    cursor: pointer;
}

.exact-search {
    display: none;
}

.parcel-item {
    border-radius: 0;
    border-collapse: collapse;
}

    .parcel-item th {
        text-align: center;
    }

.input-file {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
    height: 30px;
    width: 50px;
}

.fileinput-button {
    position: relative;
}

.add {
    color: #999999;
    cursor: not-allowed;
    background-color: #fcfcfc;
    border-color: #cccccc;
}

.consignee-cont {
    margin: 0 45px 0 10px;
    overflow: hidden;
}

    .consignee-cont.consignee-off {
        height: 46px;
    }

    .consignee-cont .consignee-list {
        width: 99.8%;
    }

    .consignee-cont li {
        list-style: none;
        height: 30px;
        padding: 6px 0;
        float: left;
        width: 99.8%;
    }

        .consignee-cont li li {
            padding: 2px 0;
            height: 20px;
        }

        .consignee-cont li.li-hover .addr-ops, .consignee-cont li.li-hover .op-btns {
            visibility: visible;
        }

    .consignee-cont .consignee-item {
        float: left;
    }

    .consignee-cont .addr-detail {
        float: left;
        height: 30px;
        line-height: 30px;
    }

        .consignee-cont .addr-detail span {
            display: inline-block;
            margin-left: 10px;
            height: 22px;
            overflow: hidden;
        }

        .consignee-cont .addr-detail .addr-info {
            max-width: 350px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }


    .consignee-cont .addr-ops, .consignee-cont .op-btns {
        float: left;
        text-align: right;
        height: 30px;
        line-height: 30px;
    }

        .consignee-cont .addr-ops a, .consignee-cont .op-btns a {
            margin-left: 10px;
        }

.consignee-item {
    list-style: none;
    position: relative;
    border: 1px solid #ddd;
    height: 18px;
    line-height: 18px;
    padding: 5px 24px;
    width: 90px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
}

    .consignee-item.item-hover, .consignee-item:hover {
        border: 2px solid #f1a603;
        padding: 4px 23px;
    }

    .consignee-item.selected {
        border: 2px solid #f1a603;
        padding: 4px 23px;
    }

        .consignee-item.selected b {
            display: block;
            position: absolute;
            right: 0;
            bottom: 0;
            width: 12px;
            height: 12px;
            overflow: hidden;
            background: url(../img/ico-select.png) no-repeat;
            background-position: 0 0;
        }

.addr-more {
    margin-left: 40px;
}

.delieryAddressbox .control-group {
    margin-bottom: 10px;
}

.delieryAddressbox .control-label {
    width: 115px;
}

.delieryAddressbox .controls {
    margin-left: 125px;
}

.delieryAddressbox i {
    font-style: normal;
    color: #f1a603;
    padding-right: 6px;
}

.uploader {
    float: left;
    margin-right: 10px;
    position: relative;
}

.uploader-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 42px;
    z-index: 1;
}

.typeahead {
    margin-top: 0;
    text-align: left;
}

.unhappy {
    border: 1px solid #f1a603 !important;
}

.bottom-content .control-label {
    width: 80px;
}

.bottom-content .controls {
    margin-left: 90px;
}

.bottom-content .control-group {
    width: 25%;
    float: left;
}

.parcel-item {
    padding-top: 10px;
}

.parcel-title {
    border: 1px solid #dddddd;
    background: #eeeeee;
    border-bottom: 0;
    padding: 10px;
    height: 20px;
}

    .parcel-title input[type="checkbox"] {
        margin: 0;
    }

    .parcel-title .pr10 {
        padding-right: 10px;
    }

    .parcel-title .pl10 {
        padding-left: 10px;
    }

.parcel-table {
    border-radius: 0;
    border-collapse: collapse;
    margin-bottom: 0;
}

    .parcel-table th {
        font-weight: normal;
    }

    .parcel-table td {
        vertical-align: normal;
    }

        .parcel-table td .plist {
            display: block;
            line-height: 24px;
        }

.text-green {
    color: #5bb75b;
}

#flashTransport .box-header {
    position: relative;
}

    #flashTransport .box-header .unhappyMessage {
        position: absolute;
        top: 0px;
        left: 120px;
        color: #f1a603;
    }

.confirm-body {
    height: 40px;
    text-align: center;
    padding: 30px 0;
}

table.dataTable a {
    cursor: pointer;
}

#applyExtfeeservice {
    width: 770px;
    margin-left: -350px;
}

#leaveComments .modal-body {
    max-height: 200px;
}

    #leaveComments .modal-body dt span {
        font-weight: normal;
    }

#mergePackagedialog .form-horizontal .control-group {
    margin-top: 15px;
    margin-bottom: 10px;
}

#mergePackagedialog .form-horizontal .control-label {
    width: 40px;
    text-align: left;
}

#mergePackagedialog .form-horizontal .controls {
    margin-left: 50px;
    *padding-left: 10px;
    *margin-left: 0px;
}

/*#formUserInfo .form-horizontal .control-group {
    margin-top: 15px;
    margin-bottom: 10px;
}

#formUserInfo .form-horizontal .control-label {
    width: 40px;
    text-align: left;
}

#formUserInfo .form-horizontal .controls {
    margin-left: 50px;
    *padding-left: 10px;
    *margin-left: 0px;
}*/

#Commodity .span05 {
    width: 30px;
}

#Commodity .package-unit {
    min-width: 80px;
    width: 80px !important;
}

    #Commodity .package-unit li {
        cursor: pointer;
        height: 24px;
        line-height: 24px;
    }

.recharge-content .control-group {
    padding: 10px 0;
}

.recharge-content .control-label {
    width: 130px;
}

.recharge-content .controls {
    margin-left: 140px;
}

#checkRechge .control-label {
    width: 110px;
}

#checkRechge .controls {
    margin-left: 120px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.panel-red {
    border-color: #d9534f;
}

    .panel-red .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red a {
        color: #d9534f;
    }

        .panel-red a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow a {
        color: #f0ad4e;
    }

        .panel-yellow a:hover {
            color: #df8a13;
        }

.tooltip.in {
    opacity: 1;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #eee;
}

.tooltip-inner {
    text-align: left;
    max-width: 300px;
    line-height: 20px;
    color: #000;
    background-color: #eee;
    padding: 10px;
}

#applyExtfeeservice input {
    margin-bottom: 0;
}

#imageGallery {
    width: 755px;
    margin-left: -377px;
}

    #imageGallery .modal-body {
        max-height: 486px;
    }

    #imageGallery .thumbnails {
        margin-left: 0;
    }

.pay-success {
    padding: 50px 0 0 50px;
}

    .pay-success i {
        float: left;
        background: url(../img/ico-right.png) no-repeat;
        width: 67px;
        height: 69px;
        margin-right: 20px;
    }

    .pay-success strong {
        font-size: 24px;
        line-height: 32px;
        font-weight: normal;
    }

.bank-list {
    float: none;
    width: 910px;
    overflow: hidden;
    zoom: 1;
}

    .bank-list li {
        margin: 0;
        height: 65px;
        width: auto;
        margin-right: 25px;
        float: left;
        list-style: none;
    }

        .bank-list li label {
            width: 198px;
            height: 43px;
            display: block;
            margin-top: 10px;
            border: 1px solid #e6e6e6;
            overflow: hidden;
            cursor: pointer;
            padding: 1px;
        }

    .bank-list label input {
        float: none;
        width: auto;
        height: auto;
        font-size: 12px;
        margin: 17px 15px 0 15px;
        float: left;
    }

    .bank-list label img {
        margin-top: 8px;
    }

    .bank-list li label.selected {
        border: 2px solid #f60;
        padding: 0px;
    }

.online-bank-box {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.online-other-box {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.fr {
    float: right;
}

.check-adress-list {
    width: 960px;
    margin-left: -480px;
}

.address-title {
    padding: 15px 0;
    font-size: 18px;
    font-weight: bolder;
}

.ico-usa {
    width: 30px;
    height: 20px;
    display: inline-block;
    background: url(../img/USA.png) no-repeat;
    float: left;
    padding-right: 10px;
}

.ico-australia {
    width: 30px;
    height: 20px;
    display: inline-block;
    background: url(../img/Australia.png) no-repeat;
    float: left;
    padding-right: 10px;
}

.ico-japan {
    width: 30px;
    height: 20px;
    display: inline-block;
    background: url(../img/Japan.png) no-repeat;
    float: left;
    padding-right: 10px;
}

.ico-korea {
    width: 30px;
    height: 20px;
    display: inline-block;
    background: url(../img/Korea.png) no-repeat;
    float: left;
    padding-right: 10px;
}

.font-scroll {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

    .font-scroll ul {
        padding-left: 20px;
        margin-bottom: 0;
    }

    .font-scroll li {
        padding-left: 0px;
        line-height: 25px;
        color: #f1a603;
    }

.pay-des, .pay-count {
    padding-bottom: 10px;
}

.des-suijin {
    display: none;
}

.des-baoxian {
    display: none;
}

.des-canchu {
    display: none;
}

.des-zengzhi {
    display: none;
}

#progressBar {
    width: 75px;
    height: 10px;
    position: absolute;
    bottom: 0;
}

.progress {
    width: 100%;
    height: 10px;
}

    .progress span {
        height: 10px;
        display: block;
        background: #ff7133;
    }

.panel-body {
    padding: 0px 8px;
    line-height: 18px;
}

#extfee-container input {
    margin-bottom: 0;
}


.form-control-mytheme:-moz-placeholder {
    color: #999999;
}

.form-control-mytheme::-moz-placeholder {
    color: #999999;
}

.form-control-mytheme:-ms-input-placeholder {
    color: #999999;
}

.form-control-mytheme::-webkit-input-placeholder {
    color: #999999;
}

.form-control-mytheme {
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 6px 0px;
    margin: 2px 0px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control-mytheme:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control-mytheme[disabled],
    .form-control-mytheme[readonly],
    fieldset[disabled] .form-control-mytheme {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

textarea.form-control-mytheme {
    height: auto;
}

.form-control {
    border-radius: 0px;
}

.table-mytheme {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.th-title {
    width: 30%;
    text-align: right;
    padding: 5px;
}

.th-title-line {
    width: 30%;
    text-align: right;
}

.th-title-line-center {
    width: 20%;
    text-align: right;
}

.th-content {
    width: 70%;
    text-align: left;
}

.th-content-line {
    width: 25%;
    text-align: left;
}

.table-mytheme th > input {
    width: 100%;
}

.table-mytheme th > textarea {
    width: 100%;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    margin-right: 0px;
}

.modal {
    position: fixed;
    /*top: 100px;*/
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    /*width: 500px;*/
    z-index: 1040;
    display: none;
    overflow: auto;
}


.modal-dialog {
    z-index: 1050;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    width: auto;
}



/**wxw 不知道对其他有没有影响*/
.modal-content-show {
    position: fixed;
    top: 100px;
    right: 10%;
    left: 10%;
    z-index: 1060;
    display: none;
    overflow: auto;
}


#divSCA {
    position: absolute;
    width: 90%;
    height: 90%;
    font-size: 12px;
    background: #fff;
    border: 0px solid #000;
    z-index: 10001;
    display: none;
}

.form-horizontal .control-label {
    float: left;
    width: 200px;
    padding-top: 8px;
    text-align: right;
    font-weight: normal;
}

.form-horizontal .control-group {
    margin-bottom: 0px;
    *zoom: 1;
}

.form-horizontal .form-group {
    margin-bottom: 10px;
    margin-top: 10px;
    *zoom: 1;
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 160px;
    *margin-left: 0;
}

.form-horizontal .input-group {
    margin-bottom: 10px;
}



.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

a {
    color: #666;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #f1a603;
        text-decoration: underline;
    }

/*.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #ffffff;
    cursor: default;
    background-color: #f1a603;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #ffffff;
}*/

pre {
    font-size: 12px;
    padding: 0;
    margin: 0;
    background: #f0f0f0;
    line-height: 30px; /* 行距 */
    background: url(pre-bg.gif) repeat-y left top;
    overflow: auto; /* 超出宽度出现滑动条 */
    overflow-Y: hidden; /* 作用是隐藏IE的右侧滑动条 */
}

.thumbnails > li {
    margin-left: 10px;
    list-style-type: none;
    margin-top: 10px;
}

.span3 {
    width: 240px;
}

.thumbnail {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 0px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.mask {
    position: absolute;
    top: 0px;
    filter: alpha(opacity=60);
    background-color: #777;
    z-index: 1002;
    left: 0px;
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.modal {
    left: 0%;
}

.modal-header {
    padding: 10px;
}
/*.modal-footer {
    padding: 0px 15px 0px 0px;
    margin-top: 5px;

}*/
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.modal-body {
    padding: 10px;
}

.modal-dialog {
    width: 800px;
    height: 600px;
}
