body {
    font-family: '微软雅黑', serif;
    font-size: 12px;
    margin: 0;
    line-height: 100%;
}

a#admin-top-logo {
    display: inline-block;
}

.navbar {
    /* background: #08008C !important; */
}

@media only screen and (min-width: 768px) {
    .navbar-toggle {
        display: block !important;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-toggle {
        display: none !important;
    }
}

.breadcrumb > li > a {
    /* color: #08008C !important; */
}

.ace-nav > li > a {
    /* background-color: #08008C !important; */
}

ul.breadcrumb > li, ul.breadcrumb > li.parent {
}

ul.breadcrumb > li, ul.breadcrumb > li.active {
    color: #777777;
}

.navbar .navbar-toggle {
    /* background-color: #08008C !important; */
}

/*
cause firefox display dataTables incorrect, remove the th
.table th, td {
    white-space: nowrap;
}
*/

.table td {
    white-space: nowrap;
}

.table > thead > tr > th:last-child {
    border-right-color: #dddddd !important;
}

div.dataTables_wrapper .table > tbody > tr > td {
    vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_info {
    line-height: 32px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-right: 0;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-right: 0 !important;
}

.dataTable > thead > tr > th > div > th[class*=sorting_] {
    color: #307ECC;
}

.dataTable > thead > tr > th[class*="sorting_"] {
    color: #707070;
}

.dataTable > thead > tr > th > div > th[class*=sort] {
    cursor: pointer;
}

.dataTable > thead > tr > th > div > th[class*=sort]:hover {
    color: #547EA8;
}

.dataTable > thead > tr > th > div > th[class*=sort]:after {
    float: right;
    display: inline;
    content: "\f0dc";
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: 400;
    color: #555;
}

.dataTable > thead > tr > th > div > th.sorting_disabled {
    color: #707070;
}

.dataTable > thead > tr > th > div > th.sorting_disabled:after {
    content: '';
}

.dataTable > thead > tr > th > div > th.sorting_asc:after {
    content: "\f0de";
    top: 4px;
    color: #307ECC;
}

.dataTable > thead > tr > th > div > th.sorting_desc:after {
    content: "\f0dd";
    top: -6px;
    color: #307ECC;
}

.dataTables_wrapper label {
    margin-top: 1px;
    display: inline-block;
    font-size: 12px;
}

.dataTables_wrapper .right-padding-10 {
    margin-right: 20px;
}

.dataTables_wrapper .right-padding-20 {
    margin-right: 20px;
}

.dataTables_wrapper {
    margin-top: 15px !important;
    border-top-style: none !important;
    border-bottom-style: none !important;
}

form.form-horizontal label.control-label {
    text-align: right !important;
    padding-top: 0 !important;
    line-height: 28px !important;
}

.dtRight {
    text-align: right;
}

.dtCenter {
    text-align: center;
}

.writeLink {
    color: #fff;
}

.writeLink:link {
    color: #fff;
}

.writeLink:visited {
    COLOR: #fff;
}

.writeLink:hover {
    COLOR: #fff;
}

.writeLink:active {
    COLOR: #fff;
}

/*遮照*/
.huaduCover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1002;
}

.huaduCover .huaduBg {
    filter: alpha(opacity=0);
    opacity: 0.0;
    -moz-opacity: 0.0;
    background: #000;
    z-index: 2040;
}

.huaduCover .huaduProgressBar {
    z-index: 2040;
    border: solid 2px #86A5AD;
    background: white url('images/progressBar_m.gif') no-repeat 10px 10px;
    display: block;
    width: 208px;
    height: 48px;
    top: 50%;
    left: 50%;
    margin-left: -104px;
    margin-top: -24px;
    padding: 10px 10px 10px 50px;
    text-align: left;
    line-height: 27px;
    font-weight: bold;
    position: absolute;
    color: black;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.huaduConfirm {
    padding-left: 40px;
    padding-right: 40px;
    vertical-align: top;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}

/*遮照*/
.grayText {
    color: #a9a9a9;
}

.blue1 {
    color: #49a3df !important;
}

.table-striped > tbody > tr.selected {
    background-color: #dff0d8;
}

.table-striped > tbody > tr.hilight {
    background-color: #5fcfee;
}

.gridToolBar {
    margin-bottom: 10px;
    line-height: 38px;
}

div.form-group div.input-group span.input-group-btn button.btn-sm {
    border-width: 2px !important;
    padding: 4px 9px 4px 9px !important;
}

table.dataDetail {

}

table.dataDetail td.lbl {
    background-color: #F4F4F4;
    text-align: right;
    width: 15%;
}

table.dataDetail td.data {
    width: 35%;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

.table span.col-title {
    display: inline-block;
    min-width: 100px;
}

div.dataTables_wrapper table > thead > tr > th[class=sorting_disabled] {
    color: #707070;
}

div.dataTables_wrapper div.dataTables_filter label {
    display: none;
}

div.dataTables_wrapper div.dataTables_filter label.dataTable-custom-search {
    display: inline !important;
}

.btn-inline {
    border: 0;
    padding: 1px 5px;
}

div.div-err {

}

#navbar-container > div.navbar-buttons.navbar-header.pull-right > ul > li > a {
    /* background-color: #08008C !important; */
    background-color: #438EB9 !important;
}

#navbar-container > div.navbar-buttons.navbar-header.pull-right > ul > li > a > span {
    top: 0;
    vertical-align: middle;
    max-width: 200px;
}

div.todo:before {
    content: "TODO:";
    padding-right: 10px;
    font-weight: bold;
    line-height: 38px;
}

.red {
    color: red;
}

.green {
    color: green;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: text !important;
}

div.todo {
    display: none;
}

div.query {
    line-height: 28px;
}

div.query input, div.query select {
    height: 30px;
    margin-right: 10px;
}

div.query button {
    margin-bottom: 3px;
    height: 30px;
}

div.beian {
    color: #929293;
    text-align: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

div.beian a {
    color: #929293;
}

div.link_query_list {
    margin-top: 5px;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
}

div.link_query_list a {
    margin-right: 5px;
    float: left;
    display: block;
    padding: 4px 5px;
}

div.link_query_list a img.link_icon {
    height: 24px;
}

div.link_query_list a.selected {
    color: white;
    background-color: #CC0000;
}

div.link_query_list a.selected img.link_icon {
    border: solid 1px gray;
    height: 22px;
}

div.gridToolBar .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.wrap-word {
    min-width: 80px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

.break-word {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.pagination > li > a {
    cursor: pointer;
}

.data-list-table {

}

.data-list-table > thead > tr > th {
    padding: 4px;
    vertical-align: middle;
}

.data-list-table > tbody > tr > td {
    padding: 4px;
    vertical-align: middle;
}

.data-list-table > tbody > tr > td.break-word {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.data-list-table th a.list_sortable_field {
    display: inline-block;
    padding-right: 18px;
    background-image: url('images/datagrid_icons_sortable.png');
    background-position: right center;
    background-repeat: no-repeat;
}

.data-list-table th a.list_sortable_field_asc {
    display: inline-block;
    padding-right: 18px;
    background-image: url('images/datagrid_icons_sortable_asc.png');
    background-position: right center;
    background-repeat: no-repeat;
}

.data-list-table th a.list_sortable_field_desc {
    display: inline-block;
    padding-right: 18px;
    background-image: url('images/datagrid_icons_sortable_desc.png');
    background-position: right center;
    background-repeat: no-repeat;
}

div#customerAddressList div.addressBox {
    border: 2px solid #e6e6e6;
    padding: 5px;
    margin: 5px 0;
}

div#customerAddressList div.addressBox div.order-num {
    margin: 5px;
}

div#customerAddressList table.addressTable {
    border-collapse: collapse;
    border-style: none;
}

div#customerAddressList table.addressTable td {
    border-style: none;
    padding: 5px;
}

div#customerAddressList table.addressTable td.addressLabel {
    width: 70px;
    color: #2a91d8;
}

div#customerAddressList table.addressTable td.addressDetail {
    width: 120px;
    color: #666666;
}

div#customerAddressList span.default-address {
    background-color: #CC0000;
    color: white;
    padding: 0 5px;
}

img.chat-img {
    max-width: 100px;
    max-height: 130px;
}

span.num {
    font-family: Consolas, 'Courier New', monospace, '宋体', '新宋体', serif;
}

img.chat-rate-img {
    height: 150px;
}

.center {
    text-align: center;
}