﻿/***TreePickerPlusIn插件css***/
.bo-plusin-tree-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    padding: 0px;
    margin: 0px;
    line-height: 28px;
    min-width: 260px;
}
/*bo-plusin-treetb风格（缺省）*/
.bo-plusin-treetb {
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px;
    width: 100%;
    border: none;
    font-size: 12px;
}

    .bo-plusin-treetb.allborder td {
        border: 1px #eee solid !important;
    }

    /*清除按钮风格*/
    .bo-plusin-treetb thead button {
        border-style: solid;
        border-width: 1px;
        border-color: #fff #aaa #aaa #fff;
        text-align: center;
        vertical-align: middle;
        background-color: #fff;
        color: #333;
        cursor: pointer;
        display: inline-block;
        outline: none;
        font-size: 12px;
        margin-right: 3px;
        width: 44px;
        height: 22px;
    }

        .bo-plusin-treetb thead button:hover {
            border-color: #787878;
        }

        .bo-plusin-treetb thead button:active {
            background: #eeeeee;
            color: #262626;
            box-shadow: none;
        }

        .bo-plusin-treetb thead button:focus {
            outline: 0;
        }


    /*thead tr*/
    .bo-plusin-treetb thead tr td {
        border-style: solid none solid none;
        border-width: 1px;
        border-color: #999999;
        height: 18px;
        line-height: 18px;
        color: black;
        background-color: #f2f2f2;
        text-align: left;
        vertical-align: middle;
        padding-left: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    /*tbody tr*/
    .bo-plusin-treetb tbody tr td {
        border-style: none;
        border-width: 0px;
        height: 18px;
        line-height: 18px;
        color: black;
        background-color: white;
        text-align: left;
        vertical-align: middle;
        padding-left: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    /*选择链接*/
    .bo-plusin-treetb a.selnode-lnk {
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer;
        height: 16px;
        line-height: 16px;
        color: #333;
        text-decoration: none;
        font-size: 12px;
    }

        .bo-plusin-treetb a.selnode-lnk:hover {
            font-weight: bold;
            color: #000;
            text-decoration: none;
        }

        .bo-plusin-treetb a.selnode-lnk:focus {
            color: #000;
            text-decoration: none;
        }

    /*展开链接*/
    .bo-plusin-treetb a.expnode-lnk {
        text-align: center;
        display: inline-block;
        cursor: pointer;
        height: 16px;
        line-height: 13px;
        font-size: 16px;
        color: #337ab7;
        text-decoration: none;
        vertical-align: middle;
        margin-left: 3px;
        width: 24px;
        padding: 0px;
    }

        .bo-plusin-treetb a.expnode-lnk:hover {
            border: 1px solid #0066CC;
            color: #23527c;
            text-decoration: none;
            background-color: #F0F9FD;
        }

        .bo-plusin-treetb a.expnode-lnk:focus {
            color: #337ab7;
            text-decoration: none;
        }
