﻿/*Navigation Menu*/
#search_container {
    height: 250px;
    overflow: auto;
}

#navAccordion {
    background: none;
}

#navAccordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header {
    background: none !important; /*To Remove selected item(expanded) background color*/
}

#navAccordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
    background: none !important; /*To Remove selected item(collapsed) background color*/
}

#navAccordion .e-acrdn-item.e-select > .e-acrdn-header > .e-toggle-icon {
    color: white !important;
}

#navAccordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-toggle-icon {
    color: gray !important;
}

#navAccordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-acrdn-header-content {
    color: gray !important; /* To Apply the font color to selected accordion header*/
}

#navAccordion .e-acrdn-item > .e-acrdn-header > .e-acrdn-header-content {
    color: white !important;
}

/*to remove the white line*/
.e-accordion .e-acrdn-item.e-select {
    border-bottom: 0px solid white !important;
    border-top: 0px solid white !important;
}

/*styles of elements in NavigationMenu*/
#searchResultItem {
    cursor: pointer;
}

.childListItem {
    margin-left: 10px;
    cursor: pointer;
}

.childImage {
    object-fit: contain;
    margin-right: 5px;
}

.childDisplayString {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.deleteListItem, .discardListItem, .revertLocalChangesListItem, .saveListItem, .captureMediaListItem {
    margin-left: 10px;
    cursor: pointer;
}
