/***********************************************************************************
 * IMUNIFI-V?.CSS 
 * 
 * A collection of CSS definitions specific to the IMUNIFI section of the QID website 
 * 
 * 2022-06-06: Created 
 * 2022-10-28: Moved user identification and breadcrumbs to the same line 
 *             Customized object navigation arrows 
 * 2022-12-16: Changed to v1 
 * 2023-04-07: Changed to v2 
 *             Added styling for disabled site navigation links 
 *             Added styling for video containers 
 * 2023-12-14: Changed to v3 
 *             Changed structure of user identification and breadcrumbs 
 ***********************************************************************************/


/***********************************************************************************
 * Header 
 ***********************************************************************************/
header { 
	background-color: #eff1ed; 
  background: linear-gradient(180deg, #eff1ed, #ffffff);
}


/***********************************************************************************
 * Site Identification (logo/tagline) 
 ***********************************************************************************/
#site-identification { 
  justify-content: space-between;
  font-family: Calibri, sans-serif;
  margin-top: 0; 
  padding-top: .3em;
}
#site-logo {
  min-width: 0;
  min-height: 3rem;
}
#site-logo img { 
  height: 7rem; 
  padding: 0 0 0 0; 
}
#site-tagline { 
	font-size: 1.375rem; 
  margin: 0 0 0 0; 
  font-weight: bold; 
  text-align: center; 
  white-space: nowrap;
}
#sponsor-logo {
  text-align: right;
}
#sponsor-logo img { 
  height: 7rem; 
  padding: 0 0 0 0; 
}

@media only screen and (max-width: 700px) { 
	#site-logo { 
    min-width: 9.5rem; 
    min-height: 5.7rem; 
  } 
	#site-logo img { 
    max-height: 8rem; 
  }
	#site-tagline { 
		font-size: 1rem; 
	}
  #sponsor-logo { 
    min-width: 9.5rem; 
    min-height: 5.7rem; 
  } 
	#sponsor-logo img { 
    max-width: 150px; 
  }
}

@media only screen and (max-width: 600px) { 
	#site-logo { 
    min-width: 6.3rem; 
    min-height: 3.8rem; 
  } 
	#site-logo img { 
    max-height: 8rem; 
  }
	#site-tagline { 
		font-size: .75rem; 
	}
	#sponsor-logo { 
    min-width: 6.3rem; 
    min-height: 3.8rem; 
  } 
	#sponsor-logo img { 
    max-width: 100px; 
  }
}


/***********************************************************************************
 * Site Navigation 
 ***********************************************************************************/
#site-navigation-container { 
	background-color: #b2aa8e; 
	box-shadow: 0px 2px 0px #584d3d, 0px -4px 0px #ece4b7;  
}
#site-navigation label, #site-navigation a { 
	color: #000000; 
  text-shadow: 1px 1px 1px #9d9d9d; 
}
#site-navigation label:hover, #site-navigation a:hover { 
	color: #ffffff; 
}
#site-navigation .ddm-menu .ddm-ul .ddm-li:hover {
  background-color: #584d3d; 
}
#site-navigation .ddm-menu > .ddm-ul > .ddm-li > .ddm-ul { 
	background-color: #445A43; 
}
#site-navigation .ddm-menu .ddm-toggle-on { 
	background-color: #445A43 !important; 
}
#site-navigation .ddm-li.disabled, #site-navigation .ddm-li.disabled:hover { 
	color: #584d3d; 
  text-shadow: 1px 1px 1px #9d9d9d; 
}
#site-navigation .ddm-menu .ddm-ul .ddm-li.disabled:hover {
  background-color: inherit;
}


/***********************************************************************************
 * You Are Here (Breadcrumbs and User Identification) 
 ***********************************************************************************/
#you-are-here-container { 
  box-shadow: 0px -2px 0px #8a8470;
}


/***********************************************************************************
 * Collapsible Content - H2 Header 
 ***********************************************************************************/
h2.collapsible-open { 
  border-color: #8A8060; 
  background: #b2aa8e; 
  color: #000000; 
}
h2.collapsible-closed { 
  border-color: #89928B; 
  background: #c0c5c1; 
  color: #000000; 
}
h2.collapsible-open:hover, h2.collapsible-closed:hover { 
  color: #2E3192; 
}


/***********************************************************************************
 * Filterable Table 
 ***********************************************************************************/
.filterable th { 
  border-color: #ffffff;
  background-color: #40558C; 
  color: #ffffff;  
}
.filterable td { 
  border-color: #ffffff; 
  border-bottom-color: #584d3d; 
}


/***********************************************************************************
 * Object Navigation 
 ***********************************************************************************/
.object-navigation .previous-arrow a, .object-navigation .next-arrow a { 
	color: #40558C;
}


/***********************************************************************************
 * Buttons
 ***********************************************************************************/
a.object-action { 
  float: right; 
  color: #ffffff; 
  font-weight: bold; 
  background: #6279b8; 
  text-decoration: none; 
  border: 1px solid #40558C; 
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  margin: 0px 5px 0px 0px; 
  padding: 5px 10px; 
}
a.object-action:hover { 
  color: #000000; 
}
a.edit-section-button { 
  color: #ffffff; 
  background: #6279b8; 
  border: 1px solid #40558C; 
}
a.edit-section-button:hover { 
  color: #000000; 
}


/*********************************************************************
 * Videos 
 *********************************************************************/
table.video-container { width: 85%; margin-left: auto; margin-right: auto; margin-top: 2em; }

table.video-container td.video-frame { width: 502px; }
table.video-container td.video-frame p { text-align: center; margin-bottom: .5em; }
table.video-container td.video-frame iframe { width: 500px; height: 281px; border: 5px solid #000000; }

table.video-container td.video-buttons { vertical-align: middle; text-align: center; padding-left: 20px; }
table.video-container td.video-buttons .quiz-start-button { font-size: 90%; }
table.video-container td.video-buttons .quiz-document-button { font-size: 90%; }

.video-links { width: 85%; margin-left: auto; margin-right: auto; margin-top: 1em; font-size: 90%; }
.video-links p { margin-top: 0px; margin-bottom: 0px; }
.video-links p+p { margin-top: .5em; }
			
.collapsible-open+div table.video-container+h3 { margin-top: 3em; }

@media only screen and (max-width: 600px) { 
	table.video-container { width: 100%; margin-top: 1em; }
	table.video-container td.video-frame { display: block; width: 100%; }
	table.video-container td.video-frame div { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
	table.video-container td.video-frame div iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	table.video-container td.video-buttons { display: block;  width: 100%; }
}


/***********************************************************************************
 * End of IMUNIFI-V?.CSS 
 ***********************************************************************************/
 