/*  Changes for new UI in EEM Central Jun 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 */
body.evo nav#user-menu .sub-menu>ol {
	background-color: rgba(42, 140, 248, .40) !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;
}








