.dashboardMenu .dashboardMenuItem {
    background-color: transparent;
    width: calc(100% - 1.6em);
    text-align: left;
    color: var(--text-light);
    border-bottom: 1px solid var(--border-light-contrast);
    margin: 0px;
    padding: .4em .8em;
    text-decoration: none;
    display: flex;
    line-height: 1.3em;
    align-items: center;
}

.uses_subsections .dashboardMenu .dashboardMenuItem {
    font-weight: 600;
}

.dashboardMenu .dashboardMenuItem .selected_arrow {
    margin-left: auto;
    display: none;
}

.dashboardMenu .dashboardMenuItem .selected_arrow svg path {
     fill: var(--primary-color);
}

.dashboardMenu .dashboardMenuItem.listHighlightButtonOn .selected_arrow {
    display: block;
}

.dashboardMenu .dashboardMenuItem.nav_scroll_subsection {
    font-weight: 400;
}

.dashboardMenu .dashboardMenuItem.nav_scroll_subsection:before {
    content: '-';
    padding: 0 .7em 0 0;
    color: var(--secondary-color);
    font-weight: bold;
}

.withIcons .dashboardMenu .dashboardMenuItem{
    display: grid;
    grid-template-columns: 50px auto;
    padding: 0px;
    align-items: center;
    text-decoration: none;
    width: 100%;
}

.dashboardMenu .widgetIcon{
    padding: 10px;
    background-color: var(--bg-level-3);
    color: var(--text-reverse);
    display: flex;
    vertical-align: middle;
    height: 40px;
}

.dashboardMenu .widgetIcon svg {
    height: 40px;
    fill: var(--text-reverse);
}

.withIcons .dashboardMenu .listHighlightButtonOn .widgetIcon {
    background-color: var(--primary-color);
}

.dashboardMenu{
    background-color: var(--primary-background);
    margin-top: 15px;
    border: 1px solid var(--border-light-contrast);
    border-bottom: 2px solid var(--border-shaddow-light);
    border-radius: 4px;
}

.dashboardMenu.noMargin{
    margin-top: 0px;
}

.dashboardMenu .dashboardMenuItem .buttonText{
    padding: 7px 26px 7px 15px;
    background-color: transparent;
    color: var(--text-light);
    text-align: left;
    text-decoration: none;
}

.dashboardMenu .dashboardMenuItem:hover,
.dashboardMenu .dashboardMenuItem:focus {
    cursor: pointer;
    background-color: var(--bg-level-3);
}

.dashboardTabHeader{
    padding: 25px 0;
}

.listHighlightBox .listWidgetIcon svg,
.nav-sectionBox .listWidgetIcon svg {
    width: 100%;
    fill: var(--text-reverse);
    height: 40px;
}

.listHighlightBox .listWidgetIcon,
.nav-sectionBox .listWidgetIcon {
    vertical-align: top;
    height: 80px;
}

.withIcons .listHighlightBox .listWidgetIcon svg{
    background-color: var(--bg-level-3);
    padding: 20px 0px;
}

.listHighlightBox,
.nav-sectionBox {
    padding: 25px;
    vertical-align: top;
    background-color: var(--primary-background);
    border: 1px solid var(--border-shaddow-light);
    margin-bottom: 30px;
    margin-top: 15px;
    border-radius: 4px;
    box-shadow: 0px 1px 1px var(--border-shaddow-light);
}

.navSectionHeader {
    border-bottom: 1px solid var(--border-light-contrast);
    padding-bottom: 10px;
    margin-bottom: 50px;
    font-weight: 800;
    margin-top: 0px;
    display: flex;
    align-items: center;
}

.navSectionHeader .section_buttons {
    margin-left: auto;
    display: none;
}

.stationaryBoxContainer .dashboardMenu .page_options {
    display: none;
}

.navSectionHeader button {
    background-color: transparent;
    padding: 0px .1em;
}

.navSectionHeader button svg path {
    fill: var(--dark-gray);
}

.navSectionHeader button:hover svg path,
.navSectionHeader button:focus svg path {
    fill: var(--text-default);
}

.people .navSectionHeader img,
.people .navSectionHeader svg,
.people .listHighlightButton img,
.people .listHighlightButton svg,
.isAvatar {
    border-radius: 5em;    
}

.navSectionHeader img,
.navSectionHeader svg,
.listHighlightButton img,
.listHighlightButton svg {
    height: .7em;
    max-width: .7em;
    margin-right: 5px;
    fill: var(--text-default);
}

.navSectionHeader svg path,
.listHighlightButton svg path {
    fill: var(--text-default);
    /*! padding: 0px; */
}

.withIcons .listHighlightBox {
    padding-top: 0px;
}

.withIcons .listHighlightBox h3{
    display: grid;
    grid-template-columns: 80px auto;
    grid-column-gap: 20px;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 35px;
}

.dashboardMenu .dashboardMenuItem.listHighlightButtonOn{
    font-weight: bold;
    background-color: var(--bg-level-2);
    background-position: 105% center;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 30px 15px;
}

.listHighlightButton ul {
    list-style: outside none none;
    font-size: 0.7em;
    margin: 0px;
    padding: 0px 0px 0px 7px;
    padding-left: 7px;
    font-weight: normal;
    line-height: 1.7em;
    color: rgb(119, 119, 119);
}

.stationaryBoxContainer {
    position: relative;
}

@media (max-width: 770px) {
    .withIcons .dashboardMenu .dashboardMenuItem {
        display: block;
    }
    
    .withIcons .dashboardMenu .buttonText {
        display: none;
    }
}

@media (max-width: 560px) { 
    .dashboardMenuItem.listHighlightButtonOn {
        background-image: none;
        background-color: var(--primary-background);
        font-weight: 400;
    }
}