
.dropdown-menutree {
    position: absolute;
    top: 100%;
    left: 90px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menutree.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menutree .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menutree > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.52857143;
    color: #5f5f5f;
    white-space: nowrap;
}
.dropdown-menutree > li > a:hover,
.dropdown-menutree > li > a:focus {
    text-decoration: none;
    color: #2f3342;
    background-color: #fafbfc;
}
.dropdown-menutree > .active > a,
.dropdown-menutree > .active > a:hover,
.dropdown-menutree > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #5d9cec;
}
.dropdown-menutree > .disabled > a,
.dropdown-menutree > .disabled > a:hover,
.dropdown-menutree > .disabled > a:focus {
    color: #e4eaec;
}
.dropdown-menutree > .disabled > a:hover,
.dropdown-menutree > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.open > .dropdown-menutree {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menutree-right {
    left: auto;
    right: 0;
}
.dropdown-menutree-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.52857143;
    color: #e4eaec;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menutree {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}
.dropup .dropdown-menutree,
.navbar-fixed-bottom .dropdown .dropdown-menutree {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menutree {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menutree-left {
        left: 0;
        right: auto;
    }
}