.search-box-main {
    position: relative;
    width:222px;
    display: inline-block;
    vertical-align: middle;
}

.search-box-main .search-box-input-context {
    overflow: hidden;
    height: 30px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.search-box-main .search-box-input-context .search-icon {
    float: right;
    width: 20px;
    height: 100%;
    line-height: 34px;
}

.search-box-main .search-box-input-context .search-icon:hover {
    opacity: 0.5;
}

.search-box-main .search-box-input-context .search-box-input {
    overflow: hidden;
}

.search-box-main .search-box-input-context .search-box-input .search-box-input-text {
    width: 100%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 5px 0;
    padding: 0 0 0 5px;
    border: none;
    outline: none;
}

.search-box-main.active .search-box-input-context, .search-box-main.focus .search-box-input-context {
    outline: 0;
    border: 1px solid #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.search-box-pop {
    display: none;
    position: absolute;
    width: 100%;
    min-width:222px;
    overflow: hidden;
    z-index: 999999;
    padding-top: 40px;
}

.search-box-main.active .search-box-pop {
    display: block;
    border: 1px solid #66afe9;
    background: #fff;
}

.search-box-main .angular-ui-tree-handle {
    border: none;
    cursor: pointer;
    padding: 0;
}

.search-box-main .angular-ui-tree-handle .handletools.expand {
    padding: 0;
    position: static;
    vertical-align: middle;
}

.search-box-main .angular-ui-tree-handle .itemTitle {
    vertical-align: middle;

    white-space: nowrap;
}

.search-box-main .search-box-input-context .search-clear .glyphicon {
    display: none;
}

.search-box-main .search-box-input-context:hover .search-clear .glyphicon {
    display: block;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
}

.search-box-main.search-disabled .search-box-input-context:hover .search-clear {
    display: none;
}

.search-box-main.search-disabled .search-box-input-context .search-icon:hover {
    opacity: 1;
}

.search-box-main.search-disabled .search-box-input-context .search-box-input .search-box-input-text {
    background-color: #eee;
}

.search-box-main.search-disabled .search-box-input-context {
    background: #EEEEEE;
}

.search-box-main .angular-ui-tree-empty {
    background: #66AFE9;
    border: none;
    min-height: 15px;
}

.search-box-pop > .search-box-input-context {
    margin: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.search-box-pop > .search-tree {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

.search-box-pop > .search-tree .search-tree-content li {
    word-break: keep-all;
    word-wrap: normal;
}

.search-box-pop .tree-node-content {
    white-space: nowrap;
    text-align: left;
}

.search-box-pop .angular-ui-tree-handle {
    overflow: visible;
}

#dataCentersTree .search-box-height {
    height: 200px;
}

#dataCentersTree #options {
    overflow-y: auto;
    height: 195px;
}

#dataCentersTree .search-box-pop {
    padding-top: 5px;
}

#dataCentersTree .retract {
    padding-left: 20px;
}

#dataCentersTree .handletools {
    padding: 2px 4px;
}