﻿* {
    margin: 0;
    padding: 0;
}
::selection{
    background:#333;
    color:#FFF;
    text-shadow:none;
}
body {
    color: #333;
}
ul {
    list-style: none;
}

div {
    display: block;
}

a {
    color: #08c;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

img {
    border: 0;
}

input[type=radio], input[type=checkbox] {
    width: auto !important;
}

.popup-row input[type=checkbox] {
    margin: 10px 1px;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 5px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.mr40 {
    margin-right: 40px;
}

body {
    color: #333333;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.AF_table {
    border: 1px solid #ddd;
    border-top: none;
    /*border-collapse: separate;*/
    border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 99%;
    font-size: 12px;
    margin: 7px 4px;
    min-width: 1200px;
    table-layout: fixed;
    text-overflow: ellipsis;
    zoom:1;
}

.zwindow_panel .AF_table {
    min-width: 1px;
}   

.AF_table thead:first-child tr:first-child > th:first-child, .AF_table tbody:first-child tr:first-child > td:first-child, .AF_table tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.AF_table tbody > tr:nth-child(odd) > td, .AF_table tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.AF_table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left !important;
}

.AF_table th, .AF_table td {
    border-left: 1px solid #ddd;
    padding: 4px 5px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.AF_table thead tr th.sort_down {
    background-image: url('../img/sort_down_s.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #f5f5f5;
}

.AF_table thead tr th.sort_up {
    background-image: url('../img/sort_up_s.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #f5f5f5;
}
 .zwindow_panel .AF_table select {
    width: auto ;
    height: auto;
    line-height: none;
    margin:0 ;
    padding:0 ;
}

.AF_col_resizer {
    border: medium none;
    cursor: col-resize;
    position: absolute;
    top: 0px;
    width: 6px;
}

.w174 {
    width: 174px;
}

html body .AF_table tr:hover td {
    background: #fdfcef;
}

@keyframes tablehover{
    0%{text-indent:0;}
    50%{text-indent:0.5em;}
    100%{text-indent:0;}
}
@-webkit-keyframes tablehover{
    0%{text-indent:0;}
    50%{text-indent:0.5em;}
    100%{text-indent:0;}
}

.AF_table tr.selected td {
    background: #faffd1 !important;
    animation:tablehover 0.5s;
    -webkit-animation:tablehover 0.5s;
}

.AF_query_filter {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    clear: both;
    min-width: 1225px;
}

    .AF_query_filter > div, .popup-row > div {
        float: left;
        width: 24.358974358974358%;
        height: 40px;
    }

.zEllipsis {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    line-height:30px;
}

.popup-row > div {
    width: 33.33333333333%;
    *width: 33.3%;
}

.col3 {
    float: left;
    width: 24.358974358974358% !important;
}

.col4 {
    float: left;
    width: 33.33333333333% !important;
}

.col5 {
    width: 40% !important;
}

.col8 {
    float: left;
    width: 66.66666666666% !important;
}

.col6 {
    float: left;
    width: 48.717948717948715% !important;
}

.col9 {
    float: left;
    width: 75% !important;
}

.col12 {
    width: 100% !important;
}

.AF_query_filter div .query_input_text {
    float: left;
    font-size: 13px;
    cursor: pointer;
}

.AF_query_filter div .query_input_textarea {
    width: 140px;
    float: left;
    font-size: 13px;
    height: 34px;
    border-color: #7F9DB9;
    border-style: solid;
    border-width: 1px;
    padding-left: 3px;
    padding-top: 3px;
    table-layout: fixed;
    word-break: break-all;
}

.AF_query_filter div .query_input_radio {
    float: left;
}

.AF_query_filter > div > span, .popup-row > div > span {
    color: #555555;
    font-family: "宋体","SimSun","Arial Narrow";
    display: block;
    min-width: 77px;
    text-align: right;
    float: left;
    font-size: 13px;
    line-height: 32px;
}

.popup-row > div > span {
    width: 100px;
}

.popup-row input {
    width: 150px;
}

.AF_query_filter div select {
    font-size: 13px;
    float: left;
}

.AF_button_bar {
    margin: 0 5px;
    padding: 8px 15px;
    background-color: #f1f1f1;
    clear: both;
    border-radius: 4px;
    position: relative;
    height: 30px !important;
    min-width: 1180px;
}

    .AF_button_bar div input {
        float: left;
        margin: 2px auto 2px 0;
        padding: 2px 4px;
        margin: 0 5px;
        margin-top: -3px;
        height: 18px;
        line-height: 18px;
    }

    .AF_button_bar div span {
        float: left;
        font-size: 13px;
        color: #333 !important;
    }

    .AF_button_bar div a {
        float: left;
        font-size: 12px;
        margin: 5px auto 2px 0;
    }

        .AF_button_bar div a:hover {
            color: #FFF;
            text-decoration: none;
        }

.AF_table_container {
    float: left;
    margin: 0 auto;
    position: relative;
    width: 100%;
    /*min-height: 200px;*/
    height: auto;
    min-width: 1210px;
}

.AF_page_num {
    position: absolute;
    font-size: 13px;
    height: 20px;
    color: #fff;
    right: 5px;
    bottom: 13px;
    min-width: 380px;
    text-align: right;
    width: auto;
}

    .AF_page_num span.page_jump {
        cursor: pointer;
        border: 1px solid #ddd;
        text-align: center;
        width: 17px;
        line-height: 17px;
        font-family: "Consolas";
        font-size: 13px;
    }

        .AF_page_num span.page_jump:hover {
            border: 1px solid #5e5e5e;
            font-weight: bold;
        }

    .AF_page_num img {
        cursor: pointer;
    }

    .AF_page_num input {
        width: 20px;
        height: 10px;
        font-size: 10px;
    }

    .AF_page_num img {
        float: left;
    }

    .AF_page_num input {
        float: left;
    }

    .AF_page_num span {
        float: left;
    }

.zwindow_panel {
    background: none repeat scroll 0 0 #eee;
    clear: both;
    color: #222;
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
    box-shadow: 3px 3px 3px #b2b2b2;
    border-radius: 7px;
    z-index: 3;
    border: 1px solid #9d9d9d;
}

    .zwindow_panel .zwindow_header {
        -moz-border-bottom-colors: none;
        -moz-border-image: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color -moz-use-text-color #aaa;
        border-style: none none solid;
        border-width: 0 0 1px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        white-space: nowrap;
    }

    .zwindow_panel .zwindow_header_normal {
        cursor: move;
        height: 27px;
        line-height: 27px;
        padding: 2px 5px;
        text-align: left;
        border-color: #eee;
        font-weight: bold;
        position: relative;
    }

    .zwindow_panel .zwindow_header .zwindow_title_icon {
        height: 16px;
        left: 4px;
        position: absolute;
        top: 4px;
        width: 16px;
    }

    .zwindow_panel .zwindow_header .zwindow_title_text {
        font-size: 14px;
        font-weight:;
        left: 12px;
        overflow: hidden;
        position: absolute;
        text-overflow: ellipsis;
        top: 3px;
        white-space: nowrap;
    }

    .zwindow_panel .zwindow_header .zwindow_function_bar {
        height: 23px;
        overflow: hidden;
        position: absolute;
        right: 5px;
        top: 7px;
        white-space: nowrap;
        width: 72px;
    }

    .zwindow_panel .zwindow_header .closeImg {
        background: url("../img/btn_close.png") no-repeat;
        top: 4px;
    }

    .zwindow_panel .zwindow_header .zwindow_icon_button {
        cursor: pointer;
        float: right;
        height: 16px;
        margin-right: 4px;
        margin-top: 2px;
        width: 16px;
        z-index: 3200;
    }

.ui-widget-content {
    background: url("../img/ui-bg_highlight-hard_100_f9f9f9_1x100.png") repeat-x scroll 50% top #f9f9f9;
    border: 1px solid #ccc;
    color: #222;
}

.zwindow_panel .zwindow_footer {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #aaa -moz-use-text-color -moz-use-text-color;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    bottom: 0;
    font-size: 12px;
    height: 16px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
}

.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}

.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}

.ui-resizable-handle {
    display: block;
    font-size: .1px;
    position: absolute;
    z-index: 99999;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon {
    background-image: url("../img/ui-icons_222222_256x240.png");
    height: 16px;
    width: 16px;
}

.ajaxCover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_ajax.png);
    _position: absolute;
    _background: url(../img/bg_ajaxie6.png);
    _height: expression(documentElement.clientHeight);
    _top: expression(eval(documentElement.scrollTop));
}

.portal_window {
    width: 300px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid Gray;
    border: 1px solid #eaeaea;
    position: absolute;
    overflow: hidden;
    float: left;
}

    .portal_window h2 {
        background: url("../img/denglu1.gif") repeat-x scroll 0 0 transparent;
        height: 26px;
        padding-left: 2px;
        width: 940px;
        display: block;
        font-size: 1.5em;
        font-weight: bold;
        margin: 0;
    }

        .portal_window h2 span {
            color: #666;
            display: inline-block;
            font-size: 14px;
            font-weight: normal;
            height: 26px;
            line-height: 25px;
            padding-left: 10px;
        }

.zquery_filter_prompt {
    width: 99%;
    height: 25px;
    clear: both;
    border-bottom: 1px solid #cecece;
    display: none;
    margin: 0 auto;
    padding-bottom: 5px;
}

    .zquery_filter_prompt p {
        margin: 7px 14px auto 10px;
        color: #000;
        font-size: 14px;
        float: left;
    }

#date_picker {
    background-color: #FFF;
    position: absolute;
    display: none;
    font-size: 12px;
    float: left;
    width: 215px;
}

    #date_picker .month_select input {
        height: 20px;
        width: 20px;
        font-weight: bolder;
    }

    #date_picker .time_input input {
        width: 26px;
    }

    #date_picker table {
        width: 100%;
    }




/**客户需求添加界面使用**/
.common_button_bar_1 {
    width: 1024px;
    line-height: 30;
    float: left;
}

#zsave_op_button {
    background-color: #F5F5F5;
}
/** 弹出框内input后跟请选择的按钮所用样式 **/
.btn_select_pos {
    float: left;
    margin: -2px 0 0 10px;
}


.input_default_text {
    color: #AAAAAA;
}
/**参数配置使用**/
.par_top_box {
    height: 20px;
    padding-top: 5px;
    background-color: #F5F5F5;
    margin: 0 auto;
    font-weight: bold;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #797979;
}

/* 用如下两个样式替换上面一行样式，用于弹窗的参照控件美化。 */
.pop_reference_button {
    height: 23px;
    width: 19px;
    float: left;
    font-size: 13px;
}

.pop_reference_input {
    height: 21px;
}

.pop_query_filter {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    background-color: #F5F5F5;
    position: relative;
}


/* Jquery Autocomplete用的 */
.acInput {
    width: 200px;
}

.acResults {
    padding: 0px;
    border: 1px solid WindowFrame;
    background-color: Window;
    overflow: hidden;
}

    .acResults ul {
        margin: 0px;
        padding: 0px;
        list-style-position: outside;
        list-style: none;
    }

        .acResults ul li {
            margin: 0px;
            padding: 2px 5px;
            cursor: pointer;
            display: block;
            font: menu;
            font-size: 12px;
            overflow: hidden;
        }

.acLoading {
    background: url('../img/ajax-loader.gif') right center no-repeat;
}

.acSelect {
    background-color: Highlight;
    color: HighlightText;
}


.AF_tips {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top: medium none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    right: 0px;
    top: 0px;
    padding: 5px 0 0;
    width: 190px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #333333;
    font-size: 12px;
    position: absolute;
    z-index: 9998;
    color: #333333;
}

    .AF_tips .AF_icon_close {
        display: inline-block;
        height: 12px;
        width: 12px;
        position: absolute;
        right: 2px;
        top: 2px;
        text-decoration: none;
    }

    .AF_tips .tips_list {
        padding: 3px 0 0;
    }

        .AF_tips .tips_list li {
            line-height: 21px;
            padding: 0 15px;
        }

.AF_table_print {
    border-collapse: collapse;
    table-layout: fixed;
    text-overflow: ellipsis;
    width: 100%;
    clear: both;
}

    .AF_table_print thead tr {
        display: table-row;
    }

        .AF_table_print thead tr th {
            text-align: center;
            text-overflow: ellipsis;
            overflow: hidden;
            height: 18px;
            padding: 0px;
            font-weight: bold;
            font-size: 14px;
        }

    .AF_table_print tbody tr {
        height: 22px;
        display: table-row;
        font-size: 12px;
    }

    .AF_table_print td {
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center;
    }


.tinytooltip {
    display: block;
    position: absolute;
    z-index: 1;
}

    .tinytooltip .arrow {
        background: url('../img/tinytooltip.png') no-repeat center center;
        height: 10px;
        display: block;
        z-index: 3;
        position: relative;
        margin-bottom: -1px;
    }

    .tinytooltip .message {
        background: #f3eabc;
        padding: 8px;
        border: 1px solid #dbd3ab;
        border-radius: 3px;
        display: block;
        font-size: 11px;
        line-height: 11px;
        text-align: center;
        z-index: 2;
        position: relative;
    }



/**新后台样式**/
body input[type=text].input_line {
    background-color: #F9F9F9;
    border-radius: 0;
    box-shadow: none;
    border: 0px;
    border-bottom: 1px solid #555;
    cursor: inherit;
    padding-bottom: 0px;
    width: 150px;
}

.win_turee_query_filter {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    background-color: #F5F5F5;
    padding: 5px 10px 10px 10px;
}

    .win_turee_query_filter > div {
        width: auto;
        float: left;
        height: 22px;
        margin-top: 13px;
    }

.button_query {
    margin-left: 15px;
}

.win_turee_query_filter div input[type=text] {
    width: 190px;
    font-size: 13px;
}

.win_turee_query_filter > div > span {
    color: #555555;
    font-family: "宋体","SimSun","Arial Narrow";
    display: block;
    width: auto;
    text-align: right;
    float: left;
    font-size: 12px;
    line-height: 30px;
    vertical-align: middle;
    display: block;
}



.AF_Gray_button_bar {
    background-color: #E4E4E4;
    border-bottom: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
    float: left;
    height: 30px;
    margin-top: 5px;
    padding: 0 10px;
    position: relative;
    width: 800px;
}

/*商品添加页面*/

.span_title {
    font-size: 12px;
    color: #000FFF;
    display: block;
    height: 100%;
    line-height: 35px;
    vertical-align: middle;
    margin-left: 5px;
}

.product_info {
    height: 70px;
    margin: 0px 2px 0px 2px;
    float: left;
    margin: 10px 0px;
}

.product_info_span {
    display: block;
    line-height: 70px;
    vertical-align: middle;
    float: left;
}

.product_info div.small_img {
    float: left;
    margin: 0px 2px 5px;
}

    .product_info div.small_img:hover {
        border: 1px solid Blue;
    }

.product_info div.small_img_checked {
    float: left;
    border: 1px solid Blue;
}

.xqdt_div div {
    width: 72px;
    height: 72px;
    border: 1px solid #CCC;
    margin-left: 1px;
    float: left;
}
.xqdt_div_try div {
    width: 70px;
    height: 70px;
    border: 1px solid #CCC;
    margin-left: 1px;
    float: left;
}
.xqdt_div_try_show div {
    width: 150px;
    /*height: 410px;*/
    border: 1px solid #CCC;
    margin-left: 1px;
    padding:5px;
    float: left;
}

input[type=button].disable {
    background: none rgb(212,208,200);
    border: 1px solid #999;
    border-radius: 4px 4px 4px 4px;
    box-shadow: none;
    cursor: auto;
    color: #999;
}

h4.user-id {
    color: white;
    font-size: 12px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #cecece;
    background: #F5F5F5;
    margin: 0;
}

a.user-id {
    color: #333;
}

    a.user-id:hover {
        font-weight: bold;
        text-shadow: 2px 2px 2px #fff;
    }


/*.button-group{
    text-align:right;
    clear:both;
    margin-top:10px;
    width:100% !important;
}*/
.button-group {
    text-align: right;
    float: right !important;
}
/*.button-group input:nth-last-child(1){margin-right:40px !important;}*/

/*暂时隐藏*/ .zquery_filter_prompt {
    display: none;
}

/*面包屑导航*/
body .breadcrumb {
    padding: 8px 15px;
    margin: 5px 5px 20px 5px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 1180px;
}

    body .breadcrumb > li {
        display: inline-block;
        text-shadow: 0 1px 0 #fff;
    }

        body .breadcrumb > li > .divider {
            padding: 0 5px;
            color: #ccc;
        }

    body .breadcrumb > .active {
        color: #999;
    }

    body .breadcrumb > li {
        display: inline-block;
        text-shadow: 0 1px 0 #fff;
    }

.tab-links {
    height: 33px;
    border-bottom: 1px solid #ccc;
    margin: 3px 0 0 7px;
}

    .tab-links ul {
        margin-left: 0;
    }

    .tab-links a {
        display: block;
        list-style: none;
        float: left;
        margin: 0;
        padding: 0;
        display: inline;
        cursor: pointer;
        overflow: hidden;
        padding: 0px 30px 0 15px;
        line-height: 32px;
        text-align: center;
        background: #f5f5f5;
        border: 1px solid #ccc;
        border-bottom: none;
        border-right: none;
        color: #999;
        position: relative;
    }

        .tab-links a:hover {
            text-decoration: none;
        }

    .tab-links li:nth-last-child(1) a {
        border-right: 1px solid #ccc;
    }

    .tab-links li.act a {
        text-shadow: 0 -1px 0 #3071a9;
        background:#3278b3;
        background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
        background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
        background-repeat: repeat-x;
        border-color: #3278b3;
        color: #FFF;
        font-weight: bold;
        font-size: 14px;
    }

    .tab-links li .tab-close {
        width: 12px;
        height: 12px;
        overflow: hidden;
        position: absolute;
        top: 8px;
        right: 5px;
        cursor: pointer;
        background: url(../img/tab_close.png) no-repeat;
        z-index: 2;
    }

        .tab-links li .tab-close:hover {
            background-color: #E3E9F0;
            background-position: 0 -12px;
        }

.tab-item {
    display: none;
}
/*tab*/
body .showPopup-btn {
    width: 28px !important;
    height: 28px;
    margin-left: 5px;
    padding: 0;
}

#date_picker select {
    padding: 0;
    width: 70px !important;
    margin: 0px 3px;
    height: auto;
}

.popup-row {
    line-height: 40px;
    clear: both;
    height: 40px;
}

    .popup-row > div {
        height: 50px;
        line-height: 50px;
    }

html body .treeview span, .treeview a {
    color: #555;
    outline: none;
}

    html body .treeview span.hover, html body .treeview a:hover {
        font-weight: bold;
        color: #555;
        text-decoration: none;
    }

html body .treeview a:visited {
    color: #555;
    font-weight: bold;
}

.treeview span {
    font-size: 13px;
}

.popup-title {
    line-height: 40px;
    height: 40px;
    font-size: 13px;
    margin: 5px 0;
    text-indent: 2em;
    font-weight: bold;
    background: #f1f1f1;
    clear: both;
}

.uploadify-button-text {
    /*width:84px;*/
    text-indent: 0;
    display: block;
}

.zwindow_panel select {
    width: 165px;
}

.date-wrap {
    width: auto !important;
}

    .date-wrap select {
        width: 140px !important;
        margin-right: 4px;
    }

.popup-row.col-4 div {
    width: 25%;
}

    .popup-row.col-4 div > span {
        width: 80px;
    }
    /*.popup-row.col-4 div > input,.popup-row.col-4 div > select{
    width:150px;
}*/
    .popup-row.col-4 div > input {
        width: 150px;
    }

body .popup-row .showPopup-btn {
    margin-bottom: 10px;
    display: inline;
    width: 25px !important;
}

html body .query_input_radio {
    display: block;
    float: left;
    margin: 10px 5px;
    margin-top: 9px;
    vertical-align: middle;
}

label {
    font-size: 12px !important;
    text-indent: 5px;
}

.btn-wrap {
    margin-top: 10px;
}

    .btn-wrap div {
        width: 50%;
    }

        .btn-wrap div:nth-child(1) {
            text-align: right;
        }

            .btn-wrap div:nth-child(1) input {
                margin-right: 5px;
            }

        .btn-wrap div:nth-last-child(1) {
            text-align: left;
        }

.btn-left, .btn-right {
    width: 50% !important;
    padding-top: 10px;
    text-align: right;
}

    .btn-left input[type='button'] {
        margin-right: 5px;
    }

.btn-right {
    text-align: left;
}

#statistical_data {
    width: 1037px;
    margin: 10px auto;
}

    #statistical_data table td, #statistical_data table th {
        border: 1px solid #cecece;
    }

.zwindow_panel .AF_button_bar, .zwindow_panel .AF_query_filter {
    min-width: 1px;
}

input[type=text].date {
    width: 86px;
}

.zquery_filter_prompt p {
    color: #333;
    float: left;
    font-size: 12px;
    margin: 7px 14px auto 10px;
}

.zwindow_panel .AF_table_container {
    overflow-x: auto !important;
    overflow-y: auto !important;
}
html body .def-img-wrap {
    border: 1px solid #e3e3e3;
    width: 230px;
    height: 100px;
}

.cke_top.cke_reset_all {
    float: left;
    clear: both;
}

.cke_contents.cke_reset {
    clear: both;
}

html body .treeview .selected_source {
    background: #555;
    color: #FFF !important;
    font-weight: bold;
    padding: 3px 5px;
}

#date_picker table td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}

#date_picker table td, #date_picker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #333;
    font-weight: normal;
    padding: 4px 5px;
}

    #date_picker table td:hover {
        background: #eeeeee;
        cursor: pointer;
    }

    #date_picker table td:hover {
        background-color: #0044cc;
    }

#date_picker {
    position: absolute;
    display: none;
    padding: 4px 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 4px;
}
    #date_picker table td:hover {
        border-radius: 4px;
        background: #eee;
        cursor: pointer;
    }

.datepicker-day {
    color: #333;
    font-weight: bold;
}

#date_picker table .datepicker-day:hover {
    background: none;
    color: #333;
    font-weight: bold;
    border: none;
    text-shadow: none;
}

#date_picker .today, #date_picker .today:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

body .close {
    font-size: 24px;
}

body .zwindow_panel .AF_table_container {
    min-width: 1px;
      margin-bottom: 10px;
      width:99.5%;
}

.win_up_img {
    width:130px;
    height:72px;
    display:block;
}
input.sort-down{
    background:url(/web/img/v1/common/sort_down.png) no-repeat 95% 50%;
    cursor:pointer !important;
}
/*表单头部*/
.fm-add-nav {margin-bottom: 20px;overflow: hidden;min-height:50px;border-bottom: 1px solid #ccc;width:100%;padding:8px 12px; box-sizing:border-box; }
.fm-add-nav table{width:100%;}
.fm-add-nav .ntitle {font-size:32px;text-align:center;}
.fm-add-nav label{float:left;}
.fm-add-nav .ninput{border-bottom:1px solid #ccc;width:150px;text-align:center;float:left;font-size:14px;height:22px;}

