/*  Changes for new UI in EEM Central Jul 2025 */

/* changes color of main left sidebar */
body.evo nav#user-menu .sub-menu~ol {
    background-color: #052d59 !important;
}


/* changes sub menu color (second left sidebar) rounded */

/* icon menu */
body.evo.section_nav_open #user-menu .sub-menu>ol {
    background-color: #bad8f9;
    }

/* expanded menu changes variable color */
body.evo {
	--evo-sub-side:#bad8f9 !important;
}

/* changes sub menu color (third left sidebar) rounded */
body.evo .section_nav_holder {
	background-color: #ecf2f9 !important;
}


/* adds border to center boxes */

/* class boxes */
body.evo .catalog_boxes>div {
	border: 1px !important;
    border-color: #d4d4d4 !important;
    border-style: solid !important;
}

/* admin boxes */
.admin-panel-container {
	border: 1px solid #d4d4d4 !important;
}

/* body boxes */
body.evo #centreColumn>.block, body.evo #centreColumn>div#account_block>div.block, body.evo .leftColumn>.block, body.evo .leftColumn.block, body.evo .rightColumn .block, .block_style
 {
	border-color: #d4d4d4 !important;
    border: 1px solid #d4d4d4 !important;
}

/* navigation tabs */
body.evo ul.tabnav .width-wrap {
    border: 1px solid #d4d4d4 !important;
}

/* student header */
body.evo .hasRightColumn #centreColumn > *:not(.leftColumn):not(.rightColumn):not(script):not(#fixedSectionHeader):not(#scrollToTopBtn) {
    z-index: 1;
    border: 1px solid #d4d4d4 !important;
}

/* main student panel  */
body.evo #centreColumn>form.tableForm:not(#games), body.evo #centreColumn>.leftColumn>form.tableForm:not(#lessons):not(#groups):not(#games), body.evo *:not(form):not(#small_calendar_container):not(td)>table, #SearchResultsWrapper:not(#SearchResultsWrapper #SearchResultsWrapper) {
	border: 1px !important;
    border-color: #d4d4d4 !important;
    border-style: solid !important;
}








