/* form taskboxelements for the full width theme */

.full_width .dashboardMenu .dashboardMenuItem {
    border: none;
}

.full_width .dashboardMenu {
     background-color: transparent;
    margin-top: 15px;
    border: none;
}

.full_width .stationaryBoxContainerGridContent .nav-sectionBox {
    padding: 0em 4em;
    background-color: transparent;
    border: none;
    border-left: 1px solid var(--border-lighter-contrast);
    margin-bottom: 4em;
    border-radius: 0px;
    box-shadow: none;
    max-width: var(--line-width);
}

.full_width .EzForm2Container .stationaryBoxContainerGridContent .nav-sectionBox {
    max-width: initial;
}

.full_width .stationaryBoxContainerGridContent {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 2100px) {   
    .full_width .stationaryBoxContainerGridContent {
        display: block;
    }
}

@media (max-width: 770px) {   
    .full_width .stationaryBoxContainerGridContent .nav-sectionBox {
        padding: 0em;
        border-left: none;
    }
}