﻿/*************************************************************************************************************************************/
/***********20150707首次建立,单选控件 ************************************************************************************************/
/*************************************************************************************************************************************/
input{outline: none;}/*去除选中边框*/
input:focus{outline: none}/*去除聚焦边框*/
.select_item_div
{
    display: none;
    position: absolute;
    width: 100%;
    padding: 2px; /*background-color: #F8F8FF;*/
    background-color: white;
    border: 1px solid #E3E3E3;
    z-index: 10000;
    margin-top: 5px;
}
.select_item_div *
{
    font-size: 12px;
}
.select_item_a
{
    width: 100%;
    line-height: 22px;
    display: block;
    text-decoration: none;
    text-align: left;
}
/* 未访问的链接 */.select_item_a:link
{
    color: Black;
}
/* 已访问的链接 */.select_item_a:visited
{
    color: Black;
}
/* 鼠标移动到链接上 */.select_item_a:hover
{
    background-color: #1E90FF;
    color: #FFFFFF;
}
/* 选定的链接 */.select_item_a:active
{
    color: Black;
}
.select_item_a_pre_sel
{
    background-color: #f0e68c;
}
.select_only
{
    /*background-color: #F8F8FF;*/
    background-color: white;
    background-image: url('icon/selectdown.png?v=20230512');
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
}
.select_only.Readonly
{
    background-color: #E8E8E8;
    cursor: default;
}
#select_item_keyword
{
    width: 99%;
    height: 25px;
    line-height: 25px;
    border: 1px solid #999999;
}
.select_item_page
{
    width: 100%;
    text-align: right;
}
.select_item_page_a
{
    height: 25px;
    line-height: 25px;
    padding-top: 4px;
    display: inline-block;
}
#select_item_title_table
{
    width: 100%;
}
#select_item_title_table tr td
{
    padding: 1px;
    margin: 0px;
}
.btn_search_select_item
{
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-image: url('icon/btn_search.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #006eff;
    margin-top: 3px;
    cursor: pointer;
}
.btn_cancel_select_item
{
    width: 25px;
    height: 25px;
    background-image: url('icon/btn_cancel.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #AAAAAA;
    border: solid 0px #AAAAAA;
    color: #FFFFFF;
    margin-top: 3px;
    cursor: pointer;
}
/*************************************************************************************************************************************/
/*************************************************************************************************************************************/
/*************************************************************************************************************************************/
.hide
{
    display: none;
}
.del_font
{
    text-decoration: line-through;
    color: #a9a9a9;
}
.txt_tip
{
    color: #a9a9a9;
}
.txt_tip_glod
{
    color: #a9a9a9;
    font-weight: bold;
}

/*********************菜单栏*************************/
.left_float_search_table
{
    display: block;
    float: left;
    margin-bottom: 4px;
    margin-top: 2px;
}
.left_float_search_table td
{
    padding-left: 2px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 3px;
}
.right_float_search_table
{
    display: block;
    float: right;
    margin-bottom: 4px;
    margin-top: 2px;
}
.right_float_search_table td
{
    padding-left: 2px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 3px;
}
.left_float_search_table .Wdate, .search_ctrl_table .Wdate
{
    height: 32px;
}
.left_float_search_table label
{
    cursor: pointer;
}
.more_btn_div0
{
    float: left;
    display: block;
    font-size: 14px;
    text-align: center;
    height: 32px;
    width: 80px;
    position: relative;
}
.more_btn_div0 .more_btn_div1
{
    display: block;
    width: 80px;
}
.more_btn_div0 .more_btn_div2
{
    display: none;
    position: absolute;
    border: 1px solid #A1A1A1;
    width: 100px;
    overflow: hidden;
    left: 0px;
    top: 24px;
    background-color: White;
}
.more_btn_div0.mouseon .more_btn_div2
{
    display: block;
    z-index: 10000;
}
.more_btn_div0 .more_btn_title
{
    margin: 0px;
    display: block;
    width: 100%;
    text-align: center;
}
.more_btn_div0 .more_btn_div2 ul
{
    width: 100%;
}
.more_btn_div0 .more_btn_div2 a
{
    display: block;
    width: 100%;
    line-height: 24px;
}
.more_btn_div0 .more_btn_div2 a:hover
{
    background-color: #E6E6FA;
}
/*********************更多条件*************************/
.more_condition_close
{
    background-image: url('../../Content/themes/hsp/Other/more_condition_close.png');
}
.more_condition_open
{
    background-image: url('../../Content/themes/hsp/Other/more_condition_open.png');
}
/*******************列表中不重要链接样式**********************************/
.un-im-list-link
{
    color: black !important;
    cursor: pointer;
}
.un-im-list-link:hover
{
    color: blue !important;
    cursor: pointer;
}
/*******************渐隐操作成功消息提示框样式**********************/
.show_msg_div
{
    position: absolute;
    width: 250px;
    margin-left: 50%;
    top: 200px;
    left: -125px;
    background-color: #fffbd5;
    border-radius: 5px;
    border: 1px solid #668B8B; /*text-align: center;*/
    z-index: 99999;
}
.show_msg_title
{
    height: 12px;
    width: 100%;
    padding: 10px 0px 10px 0px;
    float: left;
    border-bottom: solid 1px #668B8B;
}
.show_msg_content
{
    width: 100%;
    padding-bottom: 10px;
    display: block;
    clear: both;
}
.show_msg_pic
{
    float: left;
    width: 47px;
    height: 32px;
    margin-left: 10px;
    display: inline-block;
}
.show_msg_text
{
    width: 70%;
    display: inline-block;
    padding: 15px 0px 10px 0px;
    word-wrap: break-word;
}
.list_min_txt
{
    font-size: 9px;
}
.color_red
{
    color: Red;
}
.color_green
{
    color: #0E932E;
}
.color_yellow
{
    color: #ff9800;
}
.color_orangered
{
    color: #ff4500;
}
.color_coral
{
    color: #ff7f50;
}
.color_blue
{
    color: #00008b;
}


.select_item_drop
{
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    text-indent: 5px;
    padding-right: 5px;
    width: 200px;
    float: left;
    margin-right: 5px;
}
