/*EvaluationKIT*/
/*Enable survey popup in Canvas for Student's during an active EvalKit Project*/
@import 'https://uncoeval.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: #013c65;
    --dt-color-primary-contrast: white;
    --dt-color-primary-dark-text: #013c65;
    --dt-color-secondary: #ffb71b;
    --dt-color-secondary-contrast: black;
    --dt-color-secondary-dark-text: #333333;
    --dt-color-accent: #007dba;
    --dt-color-accent-contrast: black;
    --dt-color-accent-dark-text: #005282;
    --dt-color-graybg: #E6E6E6;
    --dt-color-graybg-contrast: #000000;
    --dt-color-gray: #CCCCCC;
    --dt-color-gray-contrast: black;
    --dt-color-gray-dark-text: #636363;
    --dt-color-white: #FFFFFF;
    --dt-color-white-contrast: black;
    --dt-color-white-dark-text: #707070;
}
/* Custom class to add padding to paragraphs */

.dp-wrapper.custom-padding
.dp-content-block {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

/* Custom CSS to preserve flat sections alternating colors */
/*
.dp-wrapper.dp-flat-sections > .dp-content-block:nth-child(even),
.dp-wrapper.dp-flat-sections > .dp-policy-wrapper:nth-child(even),
.dp-wrapper.dp-flat-sections-main > .dp-content-block:nth-child(even),
.dp-wrapper.dp-flat-sections-main > .dp-policy-wrapper:nth-child(even) {
    background: #f8f8f8;
    color: var(--ic-brand-font-color-dark);
}

.dp-wrapper.dp-flat-sections > .dp-content-block:nth-child(odd),
.dp-wrapper.dp-flat-sections > .dp-policy-wrapper:nth-child(odd),
.dp-wrapper.dp-flat-sections-main > .dp-content-block:nth-child(odd),
.dp-wrapper.dp-flat-sections-main > .dp-policy-wrapper:nth-child(odd) {
    background: #FFFFFF;
}
*/
/*********************************************************************/
/***** END DESIGNPLUS THEME IMPORT & CUSTOMIZATION   *****************/
/*********************************************************************/

/*
	JS/CSS for canvas.unco.edu -- written by Robert Carver June, 2020
	for questions contact robert.carver@unco.edu 
*/
.facultyHidden {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-append + div.datetime_suggest {
	font-size: 1.0em;
	color: black;
	padding-left: 0px;
}
/* new css 3/13/24 */
/*.dp-wrapper .kl_introduction {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2.25;
}*/
/* new CSS 4/2/24 */
.dp-wrapper.dp-flat-sections .dp-content-block.kl_introduction > p:first-of-type, .dp-wrapper.dp-flat-sections-main .dp-content-block.kl_introduction > p:first-of-type {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.50;
}
