.ui-menu .ui-menu-item {
    background: lightgray;
}

.sidebar-form input::placeholder {
    color: black !important;
    font-size: 1em;
    font-style: italic;
    font-weight: normal !important;
}

#txtQuickSearch  {
    color: blue;
    background: white;
}
.sidebar-form .btn {
    /* color: #999; */
    border-top-left-radius: 0 !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 0 !important;
    background: white !important;
    color: black !important;
}

.sidebar{
    width: auto !important;
/*    height: 702.936px;*/
    max-height: calc(100vh - 5rem);
    overflow-y: scroll !important;
}

/*    .slimScrollBar {
        background: none repeat scroll 0 0 #3d8dbc !important;
        border-radius: 0!important;
        display: none;
        height: 702.936px;
        position: absolute;
        right: 1px;
        top: 145px;
        width: 15px!important;
        z-index: 99;
        opacity:0.7!important;
    }*/