.comboTreeWrapper{
    position: relative;
    text-align: left !important;
}

.comboTreeInputWrapper{
    position: relative;
}

.comboTreeArrowBtn {
    position: absolute;
    right: 1px;
    bottom: 1px;
    top: 1px;
    box-sizing: border-box;
    border: none;
    border-left: 1px solid #c7c7c7;
    border-radius: 0 3px 3px 0;
    width: 25px !important;
    box-shadow: none !important;    
}

.comboTreeDropDownContainer {
    display: none;
    background: #fff;
    color: #000000;
    border: 1px solid #aaa;
    max-height: 250px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
}

.comboTreeDropDownContainer ul{
    padding: 0px;
    margin: 0;
}

.comboTreeDropDownContainer li{
    list-style-type: none;
    padding-left: 15px;
    cursor: pointer;
}

.comboTreeDropDownContainer li:hover{
    background-color: #ddd;}
.comboTreeDropDownContainer li:hover ul{
    background-color: #fff;}
.comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover{
    background-color: #8fbdff;
    color: #fff;}

span.comboTreeItemTitle{
    display: block;
    padding: 2px 4px;
}
.comboTreeDropDownContainer label{
    cursor: pointer;
    width: 100%;
    display: block;
}
.comboTreeDropDownContainer .comboTreeItemTitle input {
    position: relative;
    top: 2px;
    margin: 0px 4px 0px 0px;
}
.comboTreeParentPlus{
    position: relative;
    left: -12px;
    top: 4px;
    width: 4px;
    float: left;
}


.comboTreeInputBox {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #999;
    width: 100%;
    box-sizing: border-box;
    padding-right: 24px;
    height: 43px;
}

.comboTreeArrowBtnImg{
    font-size: 11px;
    color: #7f7f7f;
    background-image: url("droparrow.png"), none;
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    z-index: 1;
    background-color: #e9e9e9;
}
.level_0:hover{

    background-color: #a19f9f !important;
}
.level_1:hover{


    background-color: #cbcbcb !important;
}
.level_2:hover{


    background-color: #e3e3e3 !important;
}
.level_3:hover{

    background-color: #ececec !important;
}
.level_4:hover{

    background-color: #b0b0b0 !important;
}
.level_5:hover{

    background-color: #b0b0b0 !important;
}




