/* CSS Document */

/* old path */ /* MK 20180104 */
/* http://lms.pls3rdlearning.com/content/assets/css/ABOL/styles_ABOL.css */

/* new path */ /* MK 20180104 */
/* http://lms.pls3rdlearning.com/content/courses/Grad/03/assets/css/legacy02/styles_ABOL.css */ /* MK 20180104 */


/*Canvas - ABOL Courses*/


/* Note that this file is also used in IC courses. This should be adjusted by moving most of this CSS up a level to 02, so that IC courses don't rely on ABOL labled files. MK 20150730 */



/* Hide conditional "ONLY" content (to be shown as needed). */
/* Establishes ABOL as default case. */

/********** department-specific *********/
.plsdepartment_ABOL_ONLY{   /* Hides content that is specific to ABOL */
	/* ABOL is default. Visible unless hidden for another department. */
}
.plsdepartment_Grad_ONLY{   /* Hides content that is specific to Grad */
	display: none;
}
/******** end department-specific ********/

/********** partner-specific **********/
.plspartner_LEAF_ONLY {   /* Hides content that is specific to LEAF */
	display: none;	
}
.plspartner_ECIS_ONLY {   /* Hides content that is specific to ECIS */
	display: none;
}
.plspartner_IWU_ONLY {   /* Hides content that is specific to IWU */
	display: none;	
}
/******** end partner-specific ********/




/***** Global Styling *****/
*{
}

body{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #333333;	
	line-height: 20px;
	font-size: 12px;
}

a, a:visited, a:hover {
	text-decoration: none;
	color: #0489b1; 
}

p, li{

}

h1, h2, h3, h4 {
	padding: 3px 2px 2px 0px;
	line-height: normal;
	color: #E1932F;
}

h1{
	font-size: 130%;
	text-transform: uppercase;
	font-weight: Bold;
}

h2{
	font-size: 110%;
}


h4{
	
	font-weight: bold;
}

.clear_float{
	clear: both;	
}

/***** Overview Styling *****/
.overview_left_column{
	float: left;
	width: 25%;
}

.overview_right_column{
	float: left;
	width: 65%;
	margin-left: 15px;
}

.overview_image{
	float: left;
	width: 100%;
	max-width: 270px;
	max-height: 500px;	
}

/***** Module Styling *****/
.right_content_area{
	float: right;
	/*width: 75%;*/

	/*width: 70%;*/ /* too much gap - MK 20150730*/
	width: 73%;
}

.module_image {
	max-width: 200px;
	max-height: 400px;
	float: right;
	vertical-align:top;
	padding-left: 10px;
}

.icons{
	float: left;
	margin: 10px;
}

.left_content_area {  /* Area under the side menu */
	float: left;
	width: 20%;
	margin-right: 10px;
	list-style-image: url("../../../images/simpleicon_bullet_navy.gif"); /* MK 20180104 */
}

   /***** Styling for More Information Javascript *****/
.moreInfoHead {
	color: #0e435e;
	border: 1px solid;
	border-radius: 5px;
}

.moreInfoImage {
	height: 25px;	
}

.hiddenInfo{
	display: none;	
}



/***** Block Quote Styling *****/
.block_quote {
	width: 75%;
	padding: 0px 15px 0px 15px;
	border-radius: 10px;
	background-color: #dddddd;
	border: 2px dotted #f6a01a;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.centeredItems{
	text-align: center;
}

/*style for page titles and headings*/
.page_title {
	color:#0e435e;
	font-size:x-large;
}

.page_headings {
	color:#0e435e;
	padding:0px 0px 7px 0px;
	margin-bottom:0px;
	background-image:none;
}

/***** Table Styling *****/
table{
	display: table; /* not sure if this is needed, or if it's redundant for a table (research before removing) - 20150611 MK */
	border-collapse: separate; /* not sure if this is needed, I think it's default case and often not wanted - 20150611 MK */
	border-spacing: 2px;
	border-color: #ffffff;	
}


/*table td, th{*/ /* seemed overstyled, making further changes overly difficult, verified no td or th outside of table - 20150611 MK */
td, th{
	border: 2px solid #000000;
	background-color: #ffffff;
	border-collapse: collapse; /* not sure if this is needed, and if it funtions at this level or needs to be at table level - 20150611 MK */
	padding: 10px;	
	font-size: 10pt;
}

/*table th{*/ /* verified no td or th outside of table - 20150611 MK */
th{
	background-color: #f6a01a;
	color: white;	
}

/***** Highlight Styling (Similar to BLock Quote) *****/
.highlight{
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	border-radius: 10px;
	background-color: #f8dcaf;
	border: 2px solid #e1932f;	
}

.highlight_title {
	color: #757573;
	font-size: large;
	font-weight: bold;
}

.highlight table{
	border-collapse: collapse;
}
.highlight td {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #eeeeee;
	background-color: inherit;
	font-size: 10pt;
	padding: 5px 3px 5px 3px;
}

/***** float-right blue blockquote *****/
.right_block_quote {
	width: 40%;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 15px;
	border-radius: 10px;
	background-color: #b3daeb;
	border: 2px solid #c1c1be;
}

/***** Reading Styling *****/
.readings {
	width: 75%;
	border-radius: 10px;
	padding: 15px;
	margin-top: 20px;
	background: #dddddd;
	list-style-image: url("../../../images/simpleicon_bullet_navy.gif"); /* MK 20180104 */
	margin-left:auto;
	margin-right:auto; 
}

/***** Learning Activities Styling *****/
.activity_content .page_headings {
	padding: 0px 0px 7px 25px;
	background-image: url("../../../images/simpleicon.gif"); /* MK 20180104 */
	background-size: 20px 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

/*********** Course Guide etc. Styling ***********/
.hanging_indent{
	text-indent: -3em;
	margin-left: 3em;	
}

/***** Accordion Styling *****/
 .accordion_headers h3 {
	font-size: 10pt;
	color: #0e435e; 
	font-weight:bold;
}
             /*** Rollover Accordion ***/
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #757573; /*outline of inactive accordion pane title bars on rollover*/
	background: #dadada; /*background color of inactive accordion pane title bars on rollover*/
}
             
			 /*** Active Accordion ***/
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #757573; /*outline of active accordion pane title bars*/
	background: #F6A01A; /*background color of active accordion pane title bars*/
}

          
		   /*** Sometimes, links lose their styling in an accordion, this is the fix. ***/
.ui-accordion .ui-accordion-content a {
	color: #0489B1;
}