/* CSS Document */

/* '/content/courses/Grad/[version_num]/assets/css/styles.css' */




h1, h2, h3, h4 {
/*    background-color: chartreuse;*/
} 


.devnotes {
    color: blue !important;
    background-color: #ccff00 !important;
    display: none;
}

.devnotes::before {
    content: "Dev Notes: ";
    font-weight: bold;
    display: none;
}

.devnotes-filename {
    color: blue !important;
    background-color: #ccffcc !important;
    display: none;
}

.devnotes-filename::before {
    content: "Dev Notes (filename): ";
    font-weight: bold;
    display: none;
}


.hidden_while_awaiting_content {
    display: none;
}



.hidden_temp {
    display: none;
}

/* ******** ******** ******** ******** */
/* MK 201890521 */

.hidden_temp_listings_topics {
	color: white;
	visibility: hidden; /* display none, or removing it, affects layout */
}

.hidden_temp_listings_more_key {
    display: none;
}

.hidden_temp_listings_key {
    display: none;
}

.hidden_temp_listings_key * {
/*	color: red;*/
}

.hidden_temp_listings_activities {
    display: none;
}

.hidden_temp_listings_reading {

}

.hidden_temp_listings_resources {

}

.hidden_temp_listings_video {

}

/* ******** ******** ******** ******** */







iframe {
    border: none;
}

.old_interactives_code {
    background-color: red;
}





/* ******** ******** ******** ******** */
/* MK 20180917 */

.syllabi_on_bb {
    display: none;
}

.syllabi_in_course {
    display: block;
}

/* ******** ******** ******** ******** */







/* ******** ******** ******** ******** */
/* MK 20181024 */

.readings {

}

/* Used instead of .readings moving forward */
.resources_area {
	width: 75%;
	border-radius: 10px;
	padding: 15px;
	margin-top: 20px;
	background: #dddddd;
	list-style-image: url("../images/simpleicon_bullet_navy.gif");
	margin-left:auto;
	margin-right:auto;
	clear: both;
}

/* ******** ******** ******** ******** */










/* used for homepage image of ABOL-based courses MK 20180108 */
.overview_image {
    margin-right: 20px !important;
}

/* MK 20180108 */
/* was used in IC, so brought over */
.shrinkable_image {
	max-width: 100%;
}

/* MK 20180110 */
/* try to get long urls to wrap, to avoid horizontal scrolling */
.hanging_indent {
    overflow-wrap: break-word;
    word-wrap: break-word;
}



/* MK 20180115 */
.revisit { /*revisit*/
/*	background-color: cyan;*/
}





/* Legacy below this line. */
/* revisit */






/* Same below this line. */
/* revisit */


/***** Global Styling *****/

/*h3 {color: red;}
*/
/***** Overview Styling *****/
.overview_left_column{
	float:left;
	width:21%;	
}
.overview_image{
	/*width:95%;*/	
	/*width:auto;*/
	/*max-width:100%;*/
}
.intro_image{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.module_image{

}



/***** Module Styling *****/


/***** Block Quote Styling *****/


/*style for page titles and headings*/


/***** Table Styling *****/


/***** Reading Styling *****/


/***** Learning Activities Styling *****/


/*********** Course Guide etc. Styling ***********/



/*Accordion Styling Code below - jQuery CSS - http://jqueryui.com - Copyright 2013 jQuery Foundation and other contributors Licensed MIT*/

/*--------------------Affects the layout/spacing of the accordions on internal Canvas pages----------------------*/
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	border-radius: 4px;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	border-radius: 4px;
	overflow: auto;

}

.ui-accordion .ui-accordion-content a {
	color: #0489B1;
}

/*-----------------------controls accordion font styling--------------------------*/

/*Font size, color, and weight in the title bars of accordion*/


/*Font family and size in some jQuery widgets - oddly this only affects any lists in the accordions content but also overrides things like the right side menu in Canvas while in Edit mode on a page.*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt; 
}

/*-----------------------controls accordion interaction states-----------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #757573; /*outline of inactive accordion pane title bars*/
	background: #babab9; /*background color of inactive accordion pane title bars*/
}
