@import 'https://babson.evaluationkit.com/canvas/css';

/*********************************************************************/
/***** 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: #006644;
    --dt-color-primary-contrast: #FFFFFF;
    --dt-color-primary-dark-text: #006644;
    --dt-color-secondary: #6C6F70;
    --dt-color-secondary-contrast: #FFFFFF;
    --dt-color-secondary-dark-text: #6C6F70;
    --dt-color-accent: #CCCCCC;
    --dt-color-accent-contrast: #000000;
    --dt-color-accent-dark-text: #707070;
    --dt-color-gray: #CCCCCC;
    --dt-color-gray-contrast: #000000;
    --dt-color-gray-dark-text: #707070;
    --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   *****************/
/*********************************************************************/


/****** Custom headings for content that is not DesignPLUS content (.kl_wrapper) ****/

.user_content h2:not(.kl_wrapper h2, .dp-wrapper h2) {
    margin-top: 15px;
    font-size: 18pt;
    color: #006644;
    border-bottom: 0px solid #e0e0e0;

}

.user_content h3:not(.kl_wrapper h3, .dp-wrapper h3) {
    margin-top: 15px;
    font-size: 16pt;
    color: #006644;
    
}

.user_content h4:not(.kl_wrapper h4, .dp-wrapper h4) {
    font-size: 14pt;
    color: #000000;
    border-bottom: 0px solid #e0e0e0;
}

/****** For adding space at bottom of pages before the line with the next and previous buttons ****/

/* NOTE: COMMENTED THIS OUT FOR NOW  */
/* div.module-sequence-padding {
    padding-top: 50px; 
}*/



/** clean up the Enrollment sign up page **/
#signup_teacher {
    left: 67px;
    display: none;
}

#signup_student {
    right: 150px;
    background-position: 5px -125px;
}

#signup_parent {
     display: none;
}

/* there are 2 background URLs on purpose - it will take the second one - this is the only way we can overright the first */
#registration_options {
    margin: 20px auto 0;
    width: 495px;
    text-align: center;
    padding-top: 200px;
    height: 90px;
    background: transparent url(/dist/images/registration/signup_bg-188ee24527.png) 0 0 no-repeat;
    background-image: url(http://faculty.babson.edu/academic/canvas_theme/signup_bg-188ee24527.png);
    position: relative;
}

/* FIX FOR Assignmet title in Speedgrader */ 
.assignmentDetails__Title {
    flex: 1;
    min-width: 0;
    color: #FFFFFF;
    font-size: 16px;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
}
