﻿/*css document start*/



html {
    overflow-x: hidden;
}

body {
    font-family: 'Microsoft YaHei', "宋体", "新宋体";
    color: #323232;
    margin: 0px;
    padding: 0px;
}

fieldset legend {
    margin-left: 1em;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5 {
    font-size: 12px;
}

img {
    border: none;
}
/* vertical-align:middle */
input, select {
    vertical-align: middle;
}



    select option {
        padding-left: 4px;
    }

ul, li {
    list-style: none;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

em, cite, strong, th {
    font-style: normal;
    font-weight: normal;
}

table {
    empty-cells: show;
    border-collapse: collapse;
}
/*table td{line-height:25px;padding-left:4px;padding-right:4px;}*/
#warper {
    width: 100%;
    margin: 0 auto;
    min-width: 778px;
}
/*ManagerForm移至modelpopus.css*/

.b_img {
    border: 0px;
    cursor: pointer;
    padding: 2px 3px;
}

.b_btn, .TopicButton {
    border: 1px solid #919699;
    background: url(../images/buttonbg1.gif) repeat-x left bottom;
    text-align: center;
    text-decoration: none;
    padding: 2px 3px;
    cursor: pointer;
    line-height: 12px;
    margin-right: 2px;
    height: 20px;
}



    .b_btn img {
        padding-right: 3px;
        margin-bottom: -3px;
    }



    .TopicButton img {
        margin-bottom: -3px;
        height: 15px;
        padding-right: 2px;
    }

a.TopicButton:link, a.TopicButton:visited {
    color: #000;
    text-decoration: none;
}

a.TopicButton:hover, a.TopicButton:active {
    color: #000;
    text-decoration: none;
}


#resultmessage {
    padding-right: 15px;
}

/*command*/
.messagetext {
    overflow: hidden;
    zoom: 1;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 0 10px;
    text-align: left;
    background: #ffffe1;
    word-break: break-all;
    letter-break: break-all;
}

    .messagetext img {
        float: left;
        margin: 0 3px 3px 3px;
    }

.infomessage {
    position: absolute;
    top: 2px;
    right: 2px;
}

* + html .infomessage {
    position: absolute;
    top: 2px;
    right: 37px;
}

*html .infomessage {
    position: absolute;
    top: 2px;
    right: 37px;
}
/*command*/

/*DropWindow*/
.DropWindow dl {
    overflow: hidden;
    zoom: 1;
    width: 163px;
    background: url(../images/droptop.gif) no-repeat left bottom;
    padding: 10px 0 15px 0;
}

.DropWindow dt, .DropWindow dd {
    text-align: center;
    line-height: 200%;
}

.DropWindow a:link, .DropWindow a:visited {
    display: block;
    color: #fff;
    text-decoration: none;
}

.DropWindow a:hover, .DropWindow a:active {
    display: block;
    margin: 0 15px;
    color: #000;
    text-decoration: none;
    background: #8e8e8e;
}

.line {
    border-top: 1px solid #000;
    border-bottom: 1px solid #4d4d4d;
    width: 90%;
    margin: 1px auto;
}
/*DropWindow*/

/*Login*/
#LoginBar {
    position: absolute;
    left: 50%;
    Top: 50%;
    margin-top: -210px;
    z-index: 1;
    margin-left: -220px;
    width: 600px;
    Height: 420px
}

    #LoginBar .LoginTop {
        font-size: 0;
        line-height: 15px;
        height: 15px;
    }

.FormNav {
    background: url(../images/login-center.gif) repeat-y left top;
}

    .FormNav dl {
        background: url(../images/key.gif) no-repeat 0 22px;
        padding: 30px 30px 30px 100px;
    }

    .FormNav dt, .FormNav dd {
        line-height: 35px;
        height: 40px;
    }

    .FormNav label {
        padding-right: 15px;
        font-size: 14px;
        color: #666;
        font-weight: bold;
    }

    .FormNav dd img {
        margin-left: 20px;
        margin-bottom: -18px;
    }

.FormBase, .FormFocus, .FormCode, .formnoborder {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    padding: 2px 0;
    border: 1px double #ccc;
}

.formnoborder {
    background: transparent;
    border: 1px solid #FFF;
}

*html .FormBase, *html .FormFocus, *html .FormCode, *html .formnoborder {
    height: 22px;
    padding: 0;
    line-height: 22px;
}

* + html .FormBase, * + html .FormFocus, * + html .FormCode, * + html .formnoborder {
    height: 22px;
    padding: 0;
    line-height: 22px;
}

.FormFocus {
    border: 1px double #3399ff;
    background-color: #c0ddfc;
}

.FormCode {
    width: 80px;
}

.FormNav button {
    width: 60px;
    height: 22px;
    border: 0;
    background: url(../images/button.gif) no-repeat left top;
    cursor: pointer;
    margin-left: 65px;
}

#copyright {
    position: absolute;
    left: 44%;
    bottom: 50%;
    text-align: center;
    height: 100px;
    margin-left: -220px;
    margin-bottom: -180px;
}

.nofocus {
    border: 1px solid #CCC;
    background: #EEE;
    color: #545454;
    padding: 0.4em 0;
}

*html .nofocus {
    height: 22px;
    padding: 0;
    line-height: 22px;
}

* + html .nofocus {
    height: 22px;
    padding: 0;
    line-height: 22px;
}
/*Login*/



textarea, .subject {
    border: 1px solid #c0c0c0;
    background-color: #FFF;
    font-size: 12px;
    color: #000;
}

.areamouseover {
    border: 1px solid #3399ff;
    background: #c0ddfc;
}

select {
    font-size: 12px;
    color: #000;
    background-color: #FFF;
}

table {
    word-break: break-all;
}

.table1 {
    word-break: break-all;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
}

.panelbox {
    vertical-align: top;
}

    .panelbox td {
        padding: 10px;
        font-size: 12px;
        vertical-align: top;
    }

        .panelbox td td {
            padding: 0;
            font-size: 12px;
        }

            .panelbox td td td {
                padding: 0;
                font-size: 12px;
            }

.Navbutton {
    clear: both;
    line-height: 35px;
    text-align: center;
    margin: 6px auto;
}
/*\*/ * html .Navbutton { /**/
    height: 1%;
}

* > .Navbutton {
    overflow: hidden;
}

.Navbutton td {
    font-size: 12px;
}

.datagridPager {
    clear: both;
    height: 25px;
    color: #000;
}

    .datagridPager a {
        color: #000;
    }

.imageexample {
    padding-top: 4px;
}

    .imageexample img {
        margin: 3px;
        margin-bottom: -3px;
    }

.contral {
    margin: 0 auto;
}

.td_alternating_item1 {
    height: 25px;
    line-height: 180%;
}

.td_alternating_item12 {
    height: 25px;
    line-height: 180%;
}


.datagridpage, .category, .multi {
    font-size: 12px;
    color: #000;
}
/*inner*/
.currentitem {
    font-weight: bold;
}

.btn_mt {
    margin: 6px 5px;
}

.showmsg {
    border: 1px solid #3399ff;
    padding: 16px;
    font-size: 16px;
    margin: 2px;
    color: blue;
    background-color: #ffffe1;
}
/*内容栏contentControl*/
.content {
    margin: 0px;
    padding: 10px;
    width: auto;
    /*    background-image: url( ../images/controls/content_bg.png);*/
}

/*标题栏titleControl*/
.toolbar {
    border: 0px;
    line-height: 40px;
    width: 100%;
    font-size: 14px;
}



.title {
    margin: 0 18px;
    color: Orange;
    font-weight: bold;
}

.buttons {
    width: 70%;
    vertical-align: middle;
    display: inline;
    margin: 18px 18px;
    color: White;
    font-size: 14px;
}

    .buttons * {
        font-size: 14px;
    }

.toolsplit {
    background-image: url( ../images/buttons/toolsplit.PNG);
    width: 10px;
    display: inline;
    height: 40px;
    background-repeat: no-repeat;
}

.warn {
    color: Red;
}


/*消息框掩盖*/
.msgbox {
    width: 100%;
    min-height: 600px;
    position: absolute;
    background-color: rgba(55,55,55,0.5);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
    /*消息框前景*/
    .msgbox > div {
        margin: 160px auto;
        width: 520px;
        height: 244px;
        background-color: rgba(58,136,198,0.5);
        overflow: hidden;
    }

        .msgbox > div > div {
            margin: 26px auto;
            width: 462px;
            height: 192px;
            background: url("../images/frmlogintop.png") no-repeat;
            background-color: #edf8f2;
            overflow: hidden;
        }


.gridview {
    font-size: 14px;
    text-align: center;
    color: #363535;
    border: 1px solid #808080;
    border-collapse: collapse;
    width: 100%;
    margin: 8px 0px;
}

    .gridview caption {
        padding-bottom: 7px;
        font-size: 1.7em;
        text-align: center;
        text-decoration: none;
    }

    .gridview td {
        padding: 2px 6px;
        border: 1px solid #bebebe;
        font-size: 18px;
        text-align: left;
        line-height: 28px;
    }

        .gridview td[align=right] {
            text-align: right;
        }


    .gridview tr {
        background-color: #fff;
    }
    /*.gridview tr:nth-child(4n+2), .com-table tr:nth-child(4n+2) {
        background-color: #fff;
    }

    .gridview tr:nth-child(4n+3), .com-table tr:nth-child(4n+3) {
        background-color: #fffee2;
    }

    .gridview tr:nth-child(4n+4), .com-table tr:nth-child(4n+4) {
        background-color: #fff;
    }

    .gridview tr:nth-child(4n+1), .com-table tr:nth-child(4n+1) {
        background-color: #d6eee1;
    }*/



    .gridview th, .gridview thead td {
        padding: 8px;
        background-color: #ededfe;
        font-size: 16px;
        text-decoration: none;
        border: 1px solid #bebebe;
        text-align: center;
        white-space: nowrap;
    }


    .gridview td input[type="text"] {
        line-height: 30px;
        height: 30px;
        padding: 2px;
        margin: 2px;
    }

.mui-bar {
    background-color: #3f3f3f;
}

    .mui-bar .mui-title {
        color: #fff;
    }


#anp input {
    margin: 0px 10px;
    width: 80px;
}

#cdStart_cdStart, #cdEnd_cdEnd {
    width: 140px;
}

.mui-input-row > input[type=text], .mui-input-row > input[type=password] {
    border: 1px solid #c0ddfc;
    margin: 0px 6px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding: 4px 10px;
}

.mui-input-row > label {
    width: 35%;
}

.col0 {
    color: #a5595d;
}

.col1 {
    color: #3691ac;
}

.col2 {
    color: #242321;
}

.col3 {
    color: #111;
}

.col4 {
    color: #111;
}

.col5 {
    color: #111;
}


#anp a {
    display: inline-block;
    text-align: center;
    width: 50px;
    
    height: 24px;
    border: solid 1px #0094ff;
    line-height: 24px;
}
.wrap-table {
    width: 100%;
    overflow-x: scroll;
}
@media screen and (max-width: 700px) {
  
        .wrap-table table {
            width: 1360px !important;
        }
}