﻿#filter_open,#filter_open:hover
{
    background-position: center center !important;
    background-image: url('/image/frame/openmenu.gif');
    background-repeat: no-repeat;
    height: 28px;
    cursor: pointer;
    width: 16px;
        top:1px;
    left:1px; 
    position:absolute;
    background-color:#fff;
    z-index:10;
}

#filter_open:hover
{
        background-color:#f3f3f3;
}

.condition {
    padding: 3px 10px;
    position: absolute;
    margin-left: 10px;
    overflow-y: hidden;
    height: 20px;
    word-break: break-all;
}

.condition span {
    color: #949494;
    /*display: inline-block;
    height: 24px;*/
    padding-left: 4px;
}

.condition.conditionShow {
    background: #EEE;
    border: 1px solid #eee;
    z-index: 1;
    overflow-y: auto;
    height: auto;
    z-index: 4;
}

.dictionary_k {
    max-width: 120px;
    padding-left: 10px;
    padding-right: 10px;
}

.select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-selection__choice__remove:hover {
    color: #ff0000;
}

.select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

._jt_tool_bgimg, ._jt_tool_bgimg:hover, ._jt_tool_bgimg_text, ._jt_tool_bgimg_text:hover
{
    background-position: 8px center;
    background-repeat: no-repeat;
    padding-left: 28px;
    min-width: 20px;
}

._jt_tool_bgimg, ._jt_tool_bgimg:hover
{
    padding-left: 28px;
    min-width: 20px;
}

._jt_tool_bgimg_text, ._jt_tool_bgimg_text:hover
{
    padding-left: 30px;
    min-width: 20px;
}

._jt_tool_img
{
    vertical-align: middle;
    height: 20px;
    border: none;
}

._jt_tool, ._jt_tool:hover, ._jt_tool_disabled, ._jt_tool_disabled:hover
{
    display: inline-block; /*table-cell;*/
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    /*padding: 5px;*/
    padding-left: 28px;
    padding-right: 8px;
    text-decoration: none;
    height: 28px;
    line-height: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
}

._jt_tool, ._jt_tool:hover
{
    cursor: pointer;
    color: #00a8ec;
}

._jt_tool:hover
{
    background-color: #d4e5f5;
}

.childs {
    border-radius: 3px;
    border: 1px solid #efefef;
    background-color: #f9f9f9;
    display: block;
    padding: 3px;
}

#goto_view 
{
    position: absolute;
    top: 50%;
    margin-top: -264px;
    left: 220px;
    background-color: #fff;
    z-index: 58;
    border-radius: 3px;
    border: 1px solid #ccc;
    border-left: none;
}

.goto-item > .iconfont {
    font-size: 16px;
    display: inline-block;
    width: 22px;
    color: #000;
    float: left;
    height: 22px;
}

.goto-item:hover > .iconfont {
    color: #fff !important;
}

.goto-item {
    line-height: 23px;
    padding-left: 6px;
    padding-right: 10px;
    cursor: pointer;
    height: 24px;
    color: #00a8ec;
}

.goto-item:hover {
    background-color: #0094ff;
    color: #fff;
}