﻿/*元恒下拉列表*/

.dhx_combo_input, .dhx_combo_img {
    height: 18px;
    line-height: 18px;
    margin: 0px;
    padding: 0px;
    position: relative;
    border: none;
}

.dhx_combo_box {
    position: relative;
    text-align: left;
    border: 1px solid #7F9DB9;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    background-color: white;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    white-space: nowrap;
    word-break: normal;
    vertical-align: top;
}

.dhx_combo_input {
    vertical-align: top;
    color: #333333;
    font-family: Arial;
    font-size: 14px;
    text-indent: 5px;
    height: 100%;
    outline: none;
}

    .dhx_combo_input.focus {
        border: none;
        outline: none;
    }

.dhx_combo_img {
    display: inline-block;
    width: 20px;
    height:23px;
    outline: none;
    background-image: url(../Image/i_edit4.gif);
    
    float: right;
    vertical-align: top;
    __position:fixed;
}

.dhx_combo_option_img {
    position: relative;
    top: 1px;
    left: 0px;
    width: 18px;
    height: 18px;
}

.dhx_combo_list {
    position: absolute;
    z-index: 30;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid black;
    height: 100px;
    font-family: Arial;
    font-size: 9pt;
    background-color: white;
}

    .dhx_combo_list div {
        cursor: default;
        padding: 2px 2px 2px 2px;
    }

.dhx_selected_option {
    background-color: navy;
    color: white;
}

.drItem {
    cursor: pointer;
    color: #000000;
    text-align: center;
    height: 18px;
    vertical-align: middle;
    background-color: #F5F3F4;
    font-size: 12px;
    border: solid 1px #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .drItem > td {
        padding-left: 5px;
        padding-right: 5px;
    }

    .drItem:hover {
        color: #000000;
        text-align: center;
        height: 18px;
        vertical-align: middle;
        font-size: 12px;
        border-right: solid 1px #FFFFFF;
        background-color: #99CCFF;
    }

.Grid_Header {
    font-size: 12px;
    background-image: none;
    color: #FFFFFF;
    background-color: #0499c4;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    height: 20px;
}

    .Grid_Header TD {
        white-space: nowrap;
        word-break: keep-all;
    }

.drFooter {
}

    .drFooter td {
        font-size: 12px;
        background-color: #E4EEFD;
        height: 22px;
        text-align: left;
        height: 22px;
        text-indent: 5px;
    }

        .drFooter td a {
            cursor: pointer;
            text-decoration: none;
        }

            .drFooter td a:link, .drFooter td a:hover {
                text-decoration: none;
            }

    .drFooter span {
        display: inline-block;
        width: 60px;
        text-align: center;
    }
