﻿.ax_default {
    font-family: 'ArialMT', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: center;
    line-height: normal;

}

.box_1 {
}

.box_2 {
}

.box_3 {
}

.ellipse {
}

.paragraph {
    text-align: left;
}

.heading_1 {
    font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    text-align: left;
}

.heading_2 {
    font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    text-align: left;
}

.horizontal_line {
}

.shape {
}

.image {
    color: #000000;
}

.vertical_line {
}

.radio_button {
    text-align: left;
}

.table {
}

.image1 {
}

.placeholder {
}

.button {
    cursor: pointer;
}

.click_btu {
    cursor: pointer;
    font-size: 13px;
}

.primary_button {
    color: #FFFFFF;
}

.link_button {
    color: #169BD5;
}

.heading_11 {
    font-family: 'ArialMT', 'Arial';
    font-weight: bold;
    font-style: normal;
    font-size: 32px;
    text-align: left;
}

.heading_21 {
    font-family: 'ArialMT', 'Arial';
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
    text-align: left;
}

.heading_3 {
    font-family: 'ArialMT', 'Arial';
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    text-align: left;
}

.heading_4 {
    font-family: 'ArialMT', 'Arial';
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    text-align: left;
}

.heading_5 {
    font-family: 'ArialMT', 'Arial';
    font-weight: bold;
    font-style: normal;
    text-align: left;
}

.heading_6 {
    font-family: 'ArialMT', 'Arial';
    font-weight: bold;
    font-style: normal;
    font-size: 10px;
    text-align: left;
}

.label {
    font-family: 'PingFangSC-Regular', 'PingFang SC';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-align: left;
}

.paragraph1 {
    text-align: left;
}

.line {
}

.arrow {
}

.text_field {
    color: #000000;
    text-align: left;
}

.droplist {
    color: #000000;
    text-align: left;
}

.checkbox {
    text-align: left;
}

.html_button {
    text-align: center;
}

.flow_shape {
}

.shape1 {
}

.tree_node {
    text-align: left;
}

.table_cell {
}

.connector {
}

.menu_item {
}

.sticky_2 {
    text-align: left;
}

.marker {
    color: #FFFFFF;
}

.icon {
}

body {
    margin: 0px;
    width: 100%;
    /*overflow-x: hidden;*/
}

.hide {
    display: none;
}

/* 通用的遮罩层 */
.common-mask {
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.grayBtn {
    height: 28px;
    /*background:inherit;*/
    background-color: rgb(243, 243, 243);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(217, 217, 217);
    /*border-radius:6px;*/
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'MicrosoftYaHei', 'Microsoft YaHei';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #666666;
    text-align: center;
    /*line-height:28px;*/
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.grayBtn:hover {
    color: #3f738c;
    background-color: white;
}

.cursorPointer {
    cursor: pointer;
}

/* zc add; 2016-11-03 19:04:57 */
.asclabel {
    position: relative !important;
    display: inline-block;
    background-size: 100% 100% !important;
    background: url(../images/up2.png) no-repeat;
}

.asclabel, i {
    float: right;
    width: 15px;
    height: 20px;
    margin-left: 5px;
}

.desclabel {
    position: relative !important;
    display: inline-block;
    background-size: 100% 100% !important;
    background: url(../images/down2.png) no-repeat;
}

.desclabel, i {
    float: right;
    width: 15px;
    height: 20px;
    margin-left: 5px;
}

.gray_btu {
    margin-left: 10px;
    margin-top: 5px;
    float: left;
    height: 28px;
    background-color: rgb(243, 243, 243);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(217, 217, 217);
    /*border-radius: 6px;*/
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'MicrosoftYaHei', 'Microsoft YaHei';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #666666;
    text-align: center;
    cursor: pointer;
}

/* 表单样式开始 */
.ga_page_search {
    /*margin-left: 20px;*/
    /*border: 1px solid #000;*/
    margin-top: 10px;
    /*width: 840px;*/
    width: 100%;
}

.input_title {
    /*width: 92px;*/
    width: 98px;
    word-wrap: break-word;
    height: 25px;
    font-family: 'MicrosoftYaHei', 'Microsoft YaHei';
    font-style: normal;
    font-size: 12px !important;
    display: inline-block;
    text-align: right;
}

.form-wrap .inputItemSelectSingle {
    width: 170px;
    height: 25px;
}

.form-wrap .selectInput {
    width: 270px;
    height: 25px;
}

.form-wrap .inputItemSmall {
    width: 78px;
}

.form-wrap .inputItemSelect1 {
    width: 73px;
}

.form-wrap .inputItemSelect2 {
    width: 77px;
    margin-left: 5px;
}

.form-wrap .inputItem {
    /*width: 160px;*/
    width: 170px;
    height: 25px;
}

.form-wrap {
    width: auto;
    overflow: hidden;
    _zoom: 1;
    margin: 0 auto;
}

.form-wrap ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    padding-top: 4px;
}

.form-wrap ul {
    float: left;
    display: inline;
    /*width: 240px;*/
    width: 450px;
    /*width: 236px;*/
    margin-right: 22px;
    height: 25px;
    margin-bottom: 10px;
}

/* 订单分配列表开始 */
.form-wrap-assign .inputItem {
    width: 160px;
    height: 25px;
}

.form-wrap-assign {
    width: auto;
    overflow: hidden;
    _zoom: 1;
    margin: 0 auto;
}

.form-wrap-assign ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

.form-wrap-assign ul {
    float: left;
    display: inline;
    /*width:180px;*/
    width: 270px;
    margin-right: 0px;
    height: 50px;
    padding: 3px;
    border: 1px solid #000;
    margin: 2px;
}

/* 订单分配列表结束 */
.nonActive {
    background-color: #666666 !important;
}

.buttonblue {
    width: 75px;
    height: 28px;
    /*background-color: rgb(35, 192, 250);*/
    background-color: #FF6600;
    border: none;
    /*border-radius: 6px;*/
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    word-wrap: break-word;
    font-size: 13px !important;
}

.buttongray {
    width: 75px;
    height: 28px;
    background-color: rgb(243, 243, 243);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(217, 217, 217);
    /*border-radius: 6px;*/
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #666666;
    word-wrap: break-word;
    font-size: 13px !important;
}

.buttongray-blue {
    width: 75px;
    height: 28px;
    background-color: rgb(243, 243, 243);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(217, 217, 217);
    /*border-radius: 6px;*/
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3366cc;
    word-wrap: break-word;
    font-size: 13px !important;
}

.searchBarBtns {
    height: 28px;
    width: 100%;
    margin-top: 10px;
}

.queryOrdersTable {
    /*position: relative;*/
    /*float: left;*/
    /*left: 0px;*/
    /*margin-top: 0px;*/
}

.queryOrdersContent {
    position: relative;
    float: left;
    left: 0px;
    margin-top: 0px;
}

.closeSearch {
    float: right;
}

.openSearch {
    float: right;
}

.searchBarBtnsTable {
    width: 100%;
    text-align: right;
}

/* 表单样式结束 */

/*批量导入订单号图标*/
.batchSeqnoImg {
    margin-left: -26px;
    cursor: pointer;
}

.batchSeqnoDialog {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 340px;
    height: 300px;
    margin-left: -170px;
    margin-top: -150px;
    z-index: 600;
}

.applyExceptionDialog {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 440px;
    height: 300px;
    margin-left: -220px;
    margin-top: -150px;
    z-index: 600;
}

.batchExpressDialog {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 440px;
    height: 300px;
    margin-left: -220px;
    margin-top: -150px;
    z-index: 600;
}

.popDialogTitle {
    font-size: 16px;
    color: #666666;
    height: 40px;
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    margin-top: 10px
}

.popDialogCloseBtn {
    float: right;
    width: 35px;
    height: 28px;
    font-size: 13px;
    /*color: rgb(35, 192, 250);*/
    color: red;
    background: none;
    background-color: transparent;
    border: none;
    margin-top: 4px;
}

.redFont {
    color: #cc0000;
}

.greenFont {
    color: #008000;
}

/*2017-01-11 13:30:53*/
.mustSelect {
    font-size: 28px;
    color: #FF0000;
}

.content-main {
    padding-left: 60px;
    font-family: 'MicrosoftYaHei', 'Microsoft YaHei';
    font-weight: 400;
    font-style: normal;
}

.ga_page_menu a:hover {
    color: #000000 !important;
    border-right: 5px solid #1b8f8f;
}

.btnsNoneBg {
    border: none;
    background: none;
    color: #0000FF
}

.uploadBtnsGray {
    width: 64px;
    height: 28px;
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(217, 217, 217);
}