﻿/*重置*/
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block;
}

.operateEdit {
    display: inline-block;
    line-height: 25px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
    border: 0;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

[hidefocus], summary {
    outline: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
}

sup, sub {
    font-size: 83%;
}

pre, code, kbd, samp {
    font-family: inherit;
}

q:before, q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label, summary {
    cursor: default;
}

a, button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold;
}

del, ins, u, s, a, a:hover {
    text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
    table_list font: 12px/1.14 arial,\5b8b\4f53;
    color: #333;
    outline: 0;
}

select {
    /**margin-bottom: -10px;*/
    height:25px;
    line-height:25px;
}
body {
    background: #fff;
    padding: 5px;
}

a, a:hover {
    color: #333;
}

/*查询条件-标题*/
.query {
    height: 35px;
    line-height: 35px;
}

    .query .icon {
        background: url('../plugin/jqueryeasyui/themes/icons/icon.gif') no-repeat;
        background-position: 0px 0px;
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
    }

    .query .title {
        color: #262626;
        font-size: 16px;
        font-weight: bold;
        vertical-align: middle;
    }

/*查询条件-内容*/
.query_content {
    padding: 5px;
    margin-left:10px;
    margin-bottom: 5px;
    /*border: solid 1px #6fa6f0;*/
    border-radius: 5px;
    line-height: 40px;
}

.input_text {
    width: 180px;
    padding: 5px;
    /*height: 17px;*/
    border: 1px solid #D9D9D9;
    border-top-color: #c0c0c0;
    /*line-height: 17px;*/
    font-size: 12px;
    color: #777;
    background: #fff;
    border-radius: 5px;
    max-width:90%;
}

/*列表 */
.table_list {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    /*border-left: 1px solid #e9e9e9;*/
}

    .table_list td, .table_list th {
        padding: 3px;
        border: 1px solid #d2e3fc;
        border-collapse: collapse;
        height:30px;
    }

    .table_list th {
        font-weight: bold;
        background: #e2eeff;
        border-bottom: 2px solid #6fa6f0;
        border-right: 1px solid #e9e9e9;
        color: #616468;
        font-size: 12px;
    }

    .table_list tbody tr:hover {
        background: #f0f0f0;
    }

    .table_list td {
        word-break: break-all; /*支持IE，chrome，FF不支持*/
        word-wrap: break-word; /*支持IE，chrome，FF*/
    }

.t_elli {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

td.nodata:hover {
    background: #fff;
}

td.nodata {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    height: 60px;
}

a.operate {
    color: #519b08;
}

span.operate {
    color: #519b08;
    cursor: pointer;
}

/*分页*/
.page {
    text-align: right;
}

    .page em {
        font-weight: bold;
        margin: 0 5px;
    }

    .page a {
        font-family: simsun;
        margin: 0 3px;
        line-height: 22px;
        display: inline-block;
        padding: 0 8px;
        border: 1px solid;
        border-radius: 2px;
    }

        .page a:hover {
            text-decoration: none;
        }

        .page a.page_non, .page a.page_non:hover {
            cursor: default;
        }

    .page .inp {
        width: 20px;
        text-align: center;
        height: 18px;
        line-height: 18px;
        vertical-align: middle;
    }

    .page a {
        border-color: #ccc;
        background: #fff;
        color: #000;
    }

        .page a:hover, .page a.btn_goto {
            text-decoration: none;
            background: #6fa6f0;
            border-color: #6fa6f1;
            color: #fff;
        }
        /*{ text-decoration:none; background:#3698c5; border-color:#519b08; color:#fff; }*/
        .page a.page_non, .page a.page_non:hover {
            background: #d2e3fc;
            border-color: #ddd;
            color: #aaa;
        }

.page_container {
    /*background: #e2eeff;*/
    padding: 5px;
}

.selpage {
    width: 50px;
    padding: 0px;
    height: 25px;
}

/*tab菜单*/
.menu_tab {
    border-bottom: 2px solid #439fca;
}

    .menu_tab li {
        float: left;
    }

        .menu_tab li a {
            float: left;
            display: inline;
            margin-left: 10px;
            padding: 0 20px;
            font-weight: bold;
            color: #666;
            background: #f0f0f0;
            height: 28px;
            line-height: 28px;
            border: 1px solid #ccc;
            border-bottom: 0;
            border-radius: 5px 5px 0 0;
        }

            .menu_tab li a:hover {
                color: #000;
                text-decoration: none;
                background: #e9f5fc;
                border: 1px solid #64c1ed;
                border-bottom: 0;
            }

        .menu_tab li.curr a, .menu_01 li.curr a:hover {
            background: #439fca;
            color: #fff;
            border: 1px solid #135979;
            border-bottom: 0;
        }

/*删除*/
.button_delete {
    display: inline-table;
    width: 16px;
    height: 16px;
    background: url(../image/delete.png) no-repeat;
    cursor: pointer;
}

/*编辑*/
.button_edit {
    display: inline-table;
    width: 16px;
    height: 16px;
    background: url(../image/edit.png) no-repeat;
    cursor: pointer;
}

/*通用按钮*/
.button {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12px/1.14 arial,\5b8b\4f53;
    font-family: "微软雅黑";
    /*font: 12px/100% Arial, Helvetica, sans-serif;*/
    padding: .6em 1em .6em;
    /*padding: 0 15px;*/
    /*height: 28px;
    line-height: 28px;*/
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    min-width: 80px;
    /**height: 29px;*/
}

    .button:hover {
        text-decoration: none;
    }

    .button:active {
        position: relative;
        top: 1px;
    }
/*蓝色*/
.button-blue {
    color: #fff;
    border: solid 1px #2d88bf;
    background: #399dd8;
    background: -webkit-gradient(linear, left top, left bottom, from(#6dbde4), to(#399dd8));
    background: -moz-linear-gradient(top, #6dbde4, #399dd8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6dbde4', endColorstr='#399dd8');
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
}

    .button-blue:hover {
        color: #fff;
        text-decoration: none;
        background: #399dd8;
        background: -webkit-gradient(linear, left top, left bottom, from(#6dbde4), to(#399dd8));
        background: -moz-linear-gradient(top, #6dbde4, #399dd8);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6dbde4', endColorstr='#399dd8');
        cursor: pointer;
    }

    .button-blue:active {
        color: #fff;
        background: -webkit-gradient(linear, left top, left bottom, from(#6dbde4), to(#399dd8));
        background: -moz-linear-gradient(top, #6dbde4, #399dd8);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6dbde4', endColorstr='#399dd8');
    }

/*灰色*/
.button-gray {
    color: #333;
    border: solid 1px #d0d0d0;
    background: #fefefe;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e7e7e7));
    background: -moz-linear-gradient(top, #fefefe, #e7e7e7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e7e7e7');
}

    .button-gray:hover {
        color: #333;
        text-decoration: none;
        background: #fefefe;
        background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e7e7e7));
        background: -moz-linear-gradient(top, #fefefe, #e7e7e7);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e7e7e7');
    }

    .button-gray:active {
        color: #333;
        background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e7e7e7));
        background: -moz-linear-gradient(top, #fefefe, #e7e7e7);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e7e7e7');
    }
/*常用*/
.warn, .warn:hover {
    background-color: #ffd800;
}

.black {
    color: #333;
}

.red {
    color: red;
}

.green {
    color: green;
}

.d_inl {
    display: inline;
}

.d_blk {
    display: block;
}

.d_non {
    display: none;
}

.d_inb {
    display: inline-block;
}

.no_bd {
    border: 0;
}

.f_12 {
    font-size: 12px;
}

.f_14 {
    font-size: 14px;
}

.f_16 {
    font-size: 16px;
}

.f_18 {
    font-size: 18px;
}

.f_20 {
    font-size: 20px;
}

.f_b {
    font-weight: bold;
}

.f_n {
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.cf {
    zoom: 1;
}

    .cf:after, .cf:before {
        content: "";
        display: block;
        height: 0px;
        clear: both;
        visibility: hidden;
    }

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.vam {
    vertical-align: middle;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.z_idx10 {
    z-index: 10;
}

.z_idx0 {
    z-index: 0;
}

.p0 {
    padding: 0px;
}

.p2 {
    padding: 2px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.pt0 {
    padding-top: 0px;
}

.pt2 {
    padding-top: 2px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pb0 {
    padding-bottom: 0px;
}

.pb2 {
    padding-bottom: 2px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl0 {
    padding-left: 0px;
}

.pl2 {
    padding-left: 2px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pr0 {
    padding-right: 0px;
}

.pr2 {
    padding-right: 2px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pl50 {
    padding-left: 50px;
}

.pl100 {
    padding-left: 100px;
}

.pl150 {
    padding-left: 150px;
}

._mt5 {
    margin-top: -5px;
}

._mt10 {
    margin-top: -10px;
}

.mauto {
    margin: auto;
}

.m0 {
    margin: 0px;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.m25 {
    margin: 25px;
}

.m30 {
    margin: 30px;
}

.mt0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml0 {
    margin-left: 0px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.mr0 {
    margin-right: 0px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.lh_18 {
    line-height: 18px;
}

.lh_20 {
    line-height: 20px;
}

.lh_22 {
    line-height: 22px;
}

.lh_25 {
    line-height: 25px;
}

.lh_30 {
    line-height: 30px;
}

.h_18 {
    height: 18px;
}

.h_20 {
    height: 20px;
}

.h_22 {
    height: 22px;
}

.h_25 {
    height: 25px;
}

.h_28 {
    height: 28px;
}

.h_30 {
    height: 30px;
}

.h_40 {
    height: 40px;
}

.h_50 {
    height: 50px;
}

.h_60 {
    height: 60px;
}

.h_70 {
    height: 70px;
}

.h_80 {
    height: 80px;
}

.h_90 {
    height: 90px;
}

.h_100 {
    height: 100px;
}

.h_110 {
    height: 110px;
}

.h_120 {
    height: 120px;
}

.h_150 {
    height: 150px;
}

.h_160 {
    height: 160px;
}

.h_170 {
    height: 170px;
}

.h_200 {
    height: 200px;
}

.h_300 {
    height: 300px;
}

.h_400 {
    height: 400px;
}

.w_30 {
    width: 30px;
}

.w_35 {
    width: 35px;
}

.w_40 {
    width: 40px;
}

.w_50 {
    width: 50px;
}

.w_55 {
    width: 55px;
}

.w_60 {
    width: 60px;
}

.w_65 {
    width: 65px;
}

.w_70 {
    width: 70px;
}

.w_80 {
    width: 80px;
}

.w_90 {
    width: 90px;
}

.w_100 {
    width: 100px;
}

.w_110 {
    width: 110px;
}

.w_120 {
    width: 120px;
}

.w_130 {
    width: 130px;
}

.w_140 {
    width: 140px;
}

.w_150 {
    width: 150px;
}

.w_160 {
    width: 160px;
}

.w_170 {
    width: 170px;
}

.w_180 {
    width: 180px;
}

.w_190 {
    width: 190px;
}

.w_195 {
    width: 195px;
}

.w_200 {
    width: 200px;
}

.w_210 {
    width: 210px;
}

.w_220 {
    width: 220px;
}

.w_240 {
    width: 240px;
}

.w_250 {
    width: 250px;
}

.w_300 {
    width: 300px;
}

.w_330 {
    width: 330px;
}

.w_350 {
    width: 350px;
}

.w_380 {
    width: 380px;
}

.w_400 {
    width: 400px;
}

.w_450 {
    width: 450px;
}

.w_470 {
    width: 470px;
}

.w_500 {
    width: 500px;
}

.w_550 {
    width: 550px;
}

.w_580 {
    width: 580px;
}

.w_600 {
    width: 600px;
}

.w_620 {
    width: 620px;
}

.w_650 {
    width: 650px;
}

.w_660 {
    width: 660px;
}

.w_680 {
    width: 680px;
}

.w_690 {
    width: 690px;
}

.w_700 {
    width: 700px;
}

.w_720 {
    width: 720px;
}

.w_740 {
    width: 740px;
}

.w_750 {
    width: 750px;
}

.w_780 {
    width: 780px;
}

.w_785 {
    width: 785px;
}

.w_800 {
    width: 800px;
}

.w_850 {
    width: 850px;
}

.w_860 {
    width: 860px;
}

.w_900 {
    width: 900px;
}

.w_940 {
    width: 940px;
}

.w_p5 {
    width: 5%;
}

.w_p10 {
    width: 10%;
}

.w_p20 {
    width: 20%;
}

.w_p30 {
    width: 30%;
}

.w_p40 {
    width: 40%;
}

.w_p50 {
    width: 50%;
}

.w_p60 {
    width: 60%;
}

.w_p70 {
    width: 70%;
}

.w_p80 {
    width: 80%;
}

.w_p90 {
    width: 90%;
}

.w_p100 {
    width: 100%;
}

.hand {
    cursor: pointer;
}

.clear {
    clear: both;
}

.word_break {
    word-break: break-all; /*支持IE，chrome，FF不支持*/
    word-wrap: break-word; /*支持IE，chrome，FF*/
}

.border_1 {
    border: 1px #ccc solid;
    border-radius: 5px;
}

.trselected {
    color: #f60;
}

.selsty{
    height:25px;
    line-height:25px;
}
