

.dx-button-mode-contained .dx-icon {
    color:#fff !important;
}



#drawer {
    height: calc(100vh - 46px);
    overflow-y: auto;
}




/*
.panel-list .dx-list-item {
    color: #fff;*/
    /*border-top: 1px solid rgba(221, 221, 221, 0.2);*/
    /*border-top: 1px solid rgba(0, 136, 255, 0.5);*/
/*}
*/
/*.dx-list-item > .dx-widget {
    color: var(--ph-left-panel-color) !important;
}*/

.dx-drawer-panel-content {
    height: auto !important;
    width: 280;
}
/*
.dx-overlay-content {
    background-color: lightgray;
}*/

#list_menu_principal > .dx-list-item-icon {
    margin-right: 10px;
}

/*.dx-list .dx-empty-message, .dx-list-item {*/
#list_menu_principal  > div > div > div > div > div.dx-list-item {
    border-top: none;
}


#toolbar {
    padding: 5px 10px;
    position: fixed;
    top: 0;
    z-index: 1000;
}

#titlebar {
    background-color: var(--ph_c1);
    padding: 5px 10px;
}

#drawer {
    margin-top: 46px;
    position: fixed;
}

#MainJS {
    overflow-y: auto;
    /* height: 100%; */
    height: calc(100vh - 46px);
}


.dx-drawer-content {
    overflow: hidden;
}

.dx-drawer-shrink .dx-drawer-panel-content {
    overflow: auto;
}

.logo-title-bar {
    max-height: 30px !important;
    width: fit-content;
    cursor: pointer;
}

.dx-toolbar-button .dx-button {
    background-color: rgba(191, 191, 191, -0.15);
    border: none;
}

.dx-toolbar-button>.dx-toolbar-item-content {
    margin-left: -7px;
}

.footer_spacer {
    width: 100%;
    height: 20rem;
}

.deslizable {
    overflow-y: auto;
}

/*
.dx-toast-error {
    background-color: #d9534f !important;
}

.dx-toast-success {
    background-color: #8bc34a;
}
*/


/*---------------------- Scroll Bar-----------------------------------------*/
::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 10px;
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 1px;
    min-height: 28px;
    padding: 100px 0 0;
    -webkit-box-shadow: inset 1px 1px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 7%);
    box-shadow: inset 1px 1px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 7%);
}

::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 2px;
}

/*
.dx-toast-success {
    background-color: #8bc34a;
}
*/
