/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/*._treemenu .x-treelist,
._treemenu .x-treelist-row {
    background-color: #212529;
}*/

._treemenu .x-treelist-item-text,
._treemenu .x-treelist-item-icon,
._treemenu .x-treelist-item-expander {
    font-size: 14px;
    overflow: visible;
    white-space: pre-line;
}

.x-treelist-nav .x-treelist-item-text {
    line-height: 35px;
}

.x-treelist-nav .x-treelist-item-icon:before,
.x-treelist-nav .x-treelist-item-tool:before,
.x-treelist-nav .x-treelist-item-expander {
    line-height: 35px;
}

.x-treelist-nav::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background: #d6d9db;
}

.x-treelist-nav::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.x-treelist-nav::-webkit-scrollbar-thumb {
    border-radius: 7px;
    height: 7px;
    background: #778088;
}

.bntMostrarMenu {
    background-color: #ffffff;
}

.bntMostrarMenu:visited {
    background-color: #ffffff !important;
}

.bntMostrarMenu:link {
    background-color: #ffffff !important;
}



.bntMostrarMenu:hover {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(top, #d3d6d6, #c5c6c7 48%, #abacad 52%, #b7b7b9) !important;
    ;
    border-color: #d6d9db;
}

.bntMostrarMenu:active {
    background-color: #ffffff;
    background-image: none !important;
 }

.x-panel-body-default2 {

    border-width: 0px !important;
    border-style: solid;
}

