﻿html {
    padding: 0;
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

#main_top {
    background: #E7EBEF url(../images/tableheader.png) repeat-x 0 0;
    border-bottom: #A5ACB5 1px solid;
    border-top: #A5ACB5 1px solid;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 24px;
    z-index: 9;
}

.main_table {
    position: relative;
    text-align: left;
    table-layout: fixed;
    display: table;
    height: 1px;
}

.main_top_table_td {
    background: #E7EBEF url(../images/tableheader.png) repeat-x 0 0;
    border-right: #A5ACB5 1px solid;
    overflow: visible;
    padding: 0;
    text-align: center;
    font-size: 9pt;
}

.main_top_table_td_text {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 22px;
    overflow: hidden;
    padding-left: 4px;
    padding-right: 2px;
    cursor: default;
}

#main_content {
    position: absolute;
    height: 91.2%;
    overflow: auto;
    top: 26px;
    left: 0px;
    width: 100%;
}

.main_content_table_td {
    overflow: visible;
    padding: 0;
    text-align: center;
    font-size: 0.75vw;
}

.main_content_table_td_text {
    padding-top: 0;
    padding-bottom: 0;
    cursor: default;
    line-height: 22px;
    overflow: hidden;
    padding-left: 4px;
    padding-right: 2px;
    letter-spacing: 0.1vw;
}

.td_style {
    font-weight: 600;
}

.td_color_red {
    color: red;
}

.td_color_blue {
    color: #0087d3;
}

.td_color_green {
    color: green;
}

#main_foot {
    position: absolute;
    bottom: 26px;
    width: 100%;
    height: 30px;
    left: 0px;
    background: #E7EBEF url(../images/tableheader.png) repeat-x 0 0;
    border-top: #A5ACB5 1px solid;
}

    #main_foot select {
        border: none;
        background: none;
        height: 100%;
        padding-left: 2px;
        padding-right: 5px;
    }

#main_bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 25px;
    left: 0px;
    background: #E7EBEF url(../images/bottom_bg.png) repeat-x 0 0;
    border-top: #A5ACB5 1px solid;
}

.main_bottom_table_td {
    border-right: #A5ACB5 1px solid;
    overflow: visible;
    padding: 0;
    text-align: left;
    font-size: 0.8vw;
    width:350px;
}

    .main_bottom_table_td span {
        margin-left: 5px;
        cursor: default;
    }

.checked {
    background: gray;
}

.SearchChecked {
    background: gray;
}


/*设置弹出层*/
.mini-popup {
    position: absolute;
    background: white;
    border: 1px solid #8B8B8B;
    overflow: auto;
    font-size: 9pt;
    width: 278px;
    right: 20px;
    bottom: 26px;
    z-index: 1017;
}


.mini-mask-loading {
    padding: 10px 8px 10px 30px;
    background: #fff url(../images/loading.gif) no-repeat scroll 5px 50%;
    border: 0;
}

.mini-listbox td {
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
    overflow: hidden;
    line-height: 22px;
    cursor: default;
    padding-left: 4px;
    padding-right: 2px;
    font-size: 9pt;
    font-family: Tahoma, Verdana, 宋体;
    text-align: left;
}

.mini-listbox-showColumns .mini-listbox-header td {
    padding-left: 4px;
    padding-right: 4px;
}

.mini-listbox-showColumns .mini-listbox-view td {
    padding-left: 4px;
    padding-right: 4px;
    border: 0;
    border-right: solid 1px #cfcfcf;
    border-bottom: solid 1px #cfcfcf;
}

.mini-listbox-header {
    overflow: hidden;
    background: #E7EBEF;
    border-bottom: solid 1px #A5ACB5;
}

    .mini-listbox-header td {
        border-right: solid 1px #A5ACB5;
    }

.mini-listbox-view {
    width: 100%;
    overflow: auto;
    position: relative;
}

.mini-listbox-items,
.mini-listbox-headerInner {
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-collapse: separate;
    display: table;
}

.mini-listbox-showcolumns .mini-listbox-items,
.mini-listbox-showcolumns .mini-listbox-headerInner {
    table-layout: fixed !important;
}

.mini-listbox .mini-listbox-checkbox {
    text-overflow: clip;
    text-align: center;
    width: 14px;
    height: 14px;
    padding: 0;
}

    .mini-listbox .mini-listbox-checkbox input {
        width: 14px;
        height: 14px;
    }

.mini-listbox-hideCheckBox .mini-listbox-checkbox {
    display: none;
    width: 0;
}

.mini-listbox-item-hover {
    background: #e2ecf7;
}

.mini-listbox-item-selected {
    background: #ecedef;
    color: Black;
}

.mini-error .mini-list-inner {
    margin-right: 20px;
}

.mini-checkboxlist {
    overflow: hidden;
    font-size: 9pt;
    font-family: Tahoma, Verdana, 宋体;
    position: relative;
}

.mini-checkboxlist-item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 8px;
}

.mini-checkboxlist table label {
    padding-left: 2px;
    line-height: 16px;
    display: inline-block;
}

.mini-checkboxlist input,
.mini-radiobuttonlist input {
    overflow: hidden;
    vertical-align: middle;
    +vertical-align: bottom;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
}


ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown {
    position: absolute;
    z-index: 999;
}

.dropdown_GP {
    margin-left: 10px;
}

.dropdown_QH {
    margin-left: 80px;
}

.input_select {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 0;
    background: rgba(0, 0, 0, 0);
}

.dropdown ul {
    width: 60px;
    background: #e8f5fe;
    margin-top: -225px;
    border: 1px solid #a9c9e2;
    position: absolute;
    display: none;
}

.dropdown_GP ul {
    margin-top: -225px;
}

.dropdown_QH ul {
    margin-top: -105px;
}


.dropdown ul li {
    height: 24px;
    line-height: 24px;
    text-indent: 2px;
}

    .dropdown ul li a {
        display: block;
        height: 24px;
        color: #807a62;
        text-decoration: none;
    }

        .dropdown ul li a:hover {
            background: #c6dbfc;
            color: #369;
        }

#result {
    margin-top: 10px;
    text-align: center;
}
