.dropdown-list {
    -webkit-box-shadow: 1px 1px 3px #dde4ed;
    -ms-box-shadow: 1px 1px 3px #dde4ed;
    box-shadow: 1px 1px 3px #dde4ed;
    z-index: 9999;
    -ms-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -ms-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: white;
    border: 1px solid #B2C1DB;
    margin-top: -1px;
    position: absolute;
    width: 100%;
}

.tree-item-row .selected {
    color: #98a4b8;
}

.dropdown-list .root-tree {
    max-height: 250px;
    overflow: auto;
}

.dropdown-list .typeahead {
    border: 1px solid #B2C1DB !important;
    -ms-border-radius: 2px;
    border-radius: 2px;
    display: block;
    padding: 10px 14px;
    width: 100%;
}

.dropdown-list .typeahead:focus {
    border: 1px solid #B2C1DB !important;
}

.dropdown-list .selected {
    color: #98a4b8;
}

.dropdown-list .selected:hover {
    color: #98a4b8;
}

.typeahead-container {
    position: relative;
    padding: 14px 10px 0 14px;
    margin-bottom: 5px;
}

.selected {
    color: #394357;
}

.tree-item-row-can-select > .tree-item:hover {
    color: #0d98e6;
}

.tree-item-row-cannot-select > .tree-item:hover {
    cursor: default;
}

.selected-items-wrapper {
    background-color: white;
}

.tree-item-expand:hover {
    color: #394357;
}

.selected-item-deselect {
    color: gray;
    margin-left: 6px;
}

.selected-item-deselect:hover {
    color: #394357;
    text-decoration: none;
}

.selected-single-item {
    display: block;
}

.no-selection-placeholder {
    display: block;
    color: #98a4b8;
    padding-top: 2px;
}

.tree-item-row-cannot-expand .tree-item {
    margin-left: 15px;
}

.selected-item-container + .typeahead {
    min-height: 34px;
    padding: 6px 8px;
}

.single-item-remove {
    height: 18px;
    cursor: pointer;
}

.treeview-container {
    position: relative;
}

.tree-item-expand {
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
    cursor: pointer;
}

.tree-item-expand span {
    font-size: 12px;
    margin-right: 0;
}

.typeahead {
    border: 0px !important;
    font-size: 14px;
    -moz-min-width: 50px;
    -ms-min-width: 50px;
    -o-min-width: 50px;
    -webkit-min-width: 50px;
    min-width: 50px;
    outline: none;
    padding: 3px;
}

.typeahead:focus {
    border: 0px !important;
    outline: none;
}

.root-tree ul {
    color: #394357;
    list-style-type: none;
    padding: 0 14px;
}

.root-tree ul ul {
    padding: 0 24px;
}

.selected-item {
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #B2C1DB;
    float: left;
    line-height: 16px;
    padding: 6px 8px;
    margin: 2px;
}

.selected-item-deselect {
    font-size: 16px;
    cursor: pointer;
}

.no-selection-placeholder .open {
    float: right;
    color: white;
    font-size: 1px;
}

.selected-items-wrapper {
    cursor: pointer;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #B2C1DB;
    min-height: 38px;
    overflow: auto;
    font-size: 14px;
    padding: 8px 10px;

}

a.tree-item {
    color: black;
    text-decoration: none;
}

a.tree-item.cannot-select {
    cursor: default;
}

a.tree-item.cannot-select:hover {
    color:black;
}

a.tree-item.can-select {
    cursor: pointer;
}

.tree-item-row {
    line-height: 22px;
    min-height: 25px;
}
