.z-west-header {
    padding: 0px;
    height: 51px;
    display: flex;
    align-items: center;
    background: #FEFEFE !important;
    padding-left: 10px;
    font-size: 16px;
    border: none;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.z-borderlayout-icon {
    right: 10px;
}

.z-west-header i, .z-west-collapsed i {
    background: #e5e7eb;
    color: black;
    border-radius: 5px;
    font-size: 16px;
}

.z-west-splitter {
    background: #FDFDFD !important;
    width: 3px;
    border-right: 1px solid #e7e7e7;
}

.z-west-splitter-button {
    display: none;
}

.z-west-collapsed {
    border: none;
    width: 40px !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.z-west-collapsed .z-west-title {
    padding-top: 10px !important;
}

.listbox-sidebar .z-listitem .z-listcell .z-listcell-content {
    color: #016299 !important;
    border-bottom: 0px solid #ddd;
    //background-color: #272727;
    background-color: #fff;
    font-size: 12px;
}

.listbox-sidebar.z-listbox {
    box-shadow: none !important;
    margin: 0;
}