/******************************************Ê÷ÐÎ²Ëµ¥***********************************************/
.tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:white;
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative;
    line-height:20px;
}
.tree li a
{
    margin-left:5px;
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}
.tree ul
{
        margin: 0 0 0px 0px;
}
/*.menu-editor
{
    border:0px !important;
}*/
.tree s
{
    text-decoration:none;
}
.IDAttr a
{
    color:black;
}
.h4downline
{
    border-bottom:1px solid #eee;
    padding-bottom:5px;
    margin-bottom:15px;
    font-weight:bold;
    color:black;
}
select.selectpicker {
  display: block !important;
  float: right;
  overflow: hidden;
  margin-right:10px;
  width:1px;
  height: 1px;
  width: 0;
  border: 0; 
  padding: 0; 
  box-shadow: none; 
  color: white;
}
.pagination
{
    padding-top:30px;
    text-align:right;
}
.page
{
    text-align:right;
}