
.main-menu {
    z-index: 1;
    /*box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.2)*/

    .x-panel-body .x-box-inner {
        background-color: #32404e;
        box-shadow: -1px -1px 2px 1px rgba(0, 0, 0, 0.2) inset;
    }

    /*-----------------------*/

    .x-treelist-nav {
        background-color: #32404e;
        /*background: transparent;*/
        background-position-x: 24px;
        padding: 0 0 0 0
    }

    .x-treelist-toolstrip {
        background-color: #32404e
    }

    .x-treelist-item-tool {
        padding-left: 10px;
        padding-right: 10px
    }

    .x-treelist-item-tool-floated:after {
        height: 36px;
        position: absolute;
        top: 0;
        left: 0;
        content: " ";
        width: 4px;
        background-color: #5fa2dd
    }

    .x-treelist-item-icon, .x-treelist-item-tool, .x-treelist-item-expander {
        line-height: 36px;
        text-align: center
    }

    .x-treelist-item-icon, .x-treelist-item-tool {
        color: #adb3b8;
        font-size: 18px;
        width: 24px
    }

    .x-treelist-item-tool {
        width: 44px
    }

    .x-treelist-item-expander {
        color: #adb3b8;
        font-size: 16px;
        width: 24px
    }

    .x-treelist-item-selected > .x-treelist-row {
        background-color: #3f505f
    }

    .x-treelist-row:hover:before, .x-treelist-item-selected > .x-treelist-row:before {
        content: " ";
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 6px;
        height: 100%
    }

    .x-treelist-row:hover:before {
        background-color: #89bae6
    }

    .x-treelist-item-floated .x-treelist-container {
        width: auto
    }


    .x-treelist-item-floated > .x-treelist-container {
        margin-left: -24px
    }

    .x-big .x-treelist-item-floated > .x-treelist-container {
        margin-left: 0
    }

    .x-treelist-item-floated > * > * > .x-treelist-item-text {
        margin-left: 0
    }

    .x-treelist-item-floated > * .x-treelist-row {
        padding-left: 0
    }

    .x-treelist-item-floated .x-treelist-row:before {
        width: 0
    }

    .x-treelist-item-floated > .x-treelist-row:hover {
        background-color: #32404e
    }

    .x-treelist-item-floated > .x-treelist-row:hover > * > .x-treelist-item-text {
        color: #adb3b8
    }

    .x-treelist-item-expanded, .x-treelist-item-expanded .x-treelist-item {
        background-color: #2c3845 !important;
    }

    .x-treelist-item {
        background-color: #32404e
    }

    .x-treelist-nav.x-treelist-highlight-path .x-treelist-item:hover > * > .x-treelist-item-icon {
        color: #fff;
        transition: color 0.5s
    }

    .x-treelist-nav.x-treelist-highlight-path .x-treelist-item:hover > * > .x-treelist-item-text {
        color: #fff;
        transition: color 0.5s
    }

    .x-treelist-nav.x-treelist-highlight-path .x-treelist-item:hover > * > .x-treelist-item-expander {
        color: #fff;
        transition: color 0.5s
    }

    .x-treelist-row:hover {
        background-color: #4f606f !important;
    }

    .x-treelist-row:hover > * > .x-treelist-item-icon {
        color: #fff;
        transition: color 0.5s
    }

    .x-treelist-row:hover > * > .x-treelist-item-text {
        color: #fff;
        transition: color 0.5s
    }

    .x-treelist-row:hover > * > .x-treelist-item-expander {
        color: #fff;
        transition: color 0.5s
    }

    .x-treelist-expander-first .x-treelist-item-icon {
        left: 24px
    }

    .x-treelist-expander-first .x-treelist-item-text {
        margin-left: 54px;
        margin-right: 0
    }

    .x-treelist-expander-first .x-treelist-item-hide-icon > * > * > .x-treelist-item-text {
        margin-left: 30px
    }

    .x-treelist-item-hide-icon > * > * > .x-treelist-item-text {
        margin-left: 6px
    }

    .treelist-with-nav .x-panel-body {
        background-color: #32404e
    }

    .binding-selection-view .x-item-selected {
        color: #404040;
        background-color: #ffefbb
    }

    /*-----------------------*/
    /*.x-treelist-row:hover {*/
    /*background-color: #4f606f;*/
    /*}*/

    .x-treelist-floater.x-layer {
        z-index: 2000000;
        box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2)
    }

    .x-treelist-row {
        padding-left: 10px;
        padding-right: 10px;
        /*border-bottom: 1px dashed #0f1318;*/
    }

    .x-treelist-item-text {
        color: #adb3b8;
        margin-left: 30px;
        margin-right: 24px;
        line-height: 36px
    }

    .x-treelist-item-floated > .x-treelist-row {
        background-color: #32404e
    }
}

.menu-panel-body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: transparent;
    cursor: pointer;
}

.menu-panel-body::-webkit-scrollbar-track {
    background: transparent;
    cursor: pointer;
}

.menu-panel-body::-webkit-scrollbar-thumb {
    background: rgba(126, 153, 181, 0.6);
    border-radius: 5px;
    cursor: pointer;
}

.menu-panel-body::-webkit-scrollbar-thumb:hover {
    background: rgba(185, 219, 255, 0.5);
}

.x-treelist-item-icon, .x-treelist-item-tool {
    color: #5fa2dd;
}

.x-treelist-item-selected.x-treelist-item-tool {
    color: #f0f0f0;
    background-color: #5fa2dd
}

.x-treelist-item-selected > .x-treelist-row:hover:before {
    background-color: #89bae6
}

.x-treelist-item-selected > .x-treelist-row:before {
    background-color: #5fa2dd
}

.menu-panel {
    .x-treelist-row, .x-treelist-item-tool {
        border-bottom: 1px dotted #e8e8e8;
    }

    /*.x-treelist-item-tool {*/
    /*    border-bottom-color: white;*/
    /*}*/
}
