﻿.combine
{
    background-image: url('/image/table_bg/Combine.png');
    background-position: left center;
    padding-left: 20px !important;
    background-repeat: no-repeat;
}

._jt_cell._jt_cell_index._jt_ch
{
    height: 100%;
}

a
.t_
{
    border-bottom: none;
}

.red_flag
{
    background-image: url(/image/tag/tag_red.gif);
}

.blue_flag
{
    background-image: url(/image/tag/tag_blue.gif);
}

.green_flag
{
    background-image: url(/image/tag/tag_green.gif);
}

.yellow_flag
{
    background-image: url(/image/tag/tag_yellow.gif);
}

.purple_flag
{
    background-image: url(/image/tag/tag_purple.gif);
}

.input_text.s.blank
{
    margin-bottom: 2px;
}

.flex
{
    display: flex;
    display: -webkit-flex;
}

/*水平垂直居中*/
.flex-middle
{
    justify-content: center;
    align-items: center;
}

.tb_search td
{
    padding: 3px 0 0 3px;
}
