/*********************************************************************/
/***** BEGIN DESIGNPLUS THEME IMPORT & CUSTOMIZATION  ****************/
/*********************************************************************/
/* Import statements need to be at the top of your CSS file */

/*** Legacy Sidebar ***/
/* For Main CSS file */
@import url(https://designtools.ciditools.com/css/themes.css);
/* For Mobile app CSS file */
/*@import url(https://designtools.ciditools.com/css/app.css);*/
/* Institution color customizations */
@import url(https://designtools.ciditools.com/css/inst_theme_overrides.css);

/*** New Sidebar ***/
/* For Main CSS files */
@import url(https://designplus.ciditools.com/css/content.css);
@import url(https://designplus.ciditools.com/css/editor.css);
/* For Mobile app CSS file */
/*@import url(https://designplus.ciditools.com/css/mobile.css);*/

:root {
    --dt-color-primary: #003366;
    --dt-color-primary-contrast: #FFFFFF;
    --dt-color-primary-dark-text: #003366;
    --dt-color-secondary: #1578C1;
    --dt-color-secondary-contrast: #FFFFFF;
    --dt-color-secondary-dark-text: #003366;
    --dt-color-accent: #F4BB33;
    --dt-color-accent-contrast: #000000;
    --dt-color-accent-dark-text: #755E19;
    --dt-color-gray: #CCCCCC;
    --dt-color-gray-contrast: #000000;
    --dt-color-gray-dark-text: #636363;
    --dt-color-white: #FFFFFF;
    --dt-color-white-contrast: #000000;
    --dt-color-white-dark-text: #707070;
    --dt-color-graybg: #E6E6E6;
    --dt-color-graybg-contrast: #000000;
}

/*********************************************************************/
/***** END DESIGNPLUS THEME IMPORT & CUSTOMIZATION   *****************/
/*********************************************************************/
/* Login screen */
.ic-Login__header .ic-Login__header__logo img {
max-width: 100% !important;
width: 100% !important;
}


/* Inbox hover state */
.message-list .messages>li.active {
    background: #effaff;
}

.message-list .messages>li:hover,
.pages.index .index-content .table tbody tr.clickable:hover{
    background: #effaff !important;
}

/* Modules hover state */
.ig-list .ig-row:hover {
    background-color: #effaff !important;
}

.ig-list .ig-row.ig-published .ig-title,
.pages.index .index-content .table tbody td .wiki-page-link.published{
    color: #036 !important;
}
.ef-item-row.ef-item-selected {
    background-color: #effaff !important;
}

.ef-item-row:hover {
    background-color: #effaff !important;
}

.discussion .discussion-row.discussion-published .discussion-type, .discussion .discussion-row.discussion-published .discussion-title a {
    color: #003366 !important;
}

.discussion:hover {
    background: #effaff !important;
}

tr.date.related td, #syllabus tr.date.related th, #syllabus tr.date.selected td, #syllabus tr.date.selected th {
    background-color: #effaff !important;
}

