/* ===========================
--- version﻿ 1.0.2 - 2020-06-23
============================ */

body {
    background-image: url("../img/bk_tile.jpg");
    background-repeat: repeat;
}

/* ===========================
--- TOP BAR: Logos and course title
============================ */
#topBar{
		background-color:#000000;
		-webkit-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.4);
       -moz-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.4);
            box-shadow: 0 3px 6px 0px rgba(0,0,0,0.4);
}
#courseTitle{
		color:#fff;
		/* border-right: 1px #fff solid;
		border-left: 1px #fff solid; */
		padding-bottom: 16px;
}
#courseTitleText{ font-size: 30px; }
#stepLogo{ padding-top: 16px; }
#nasaLogo{ padding-top: 6px; }

/* ===========================
--- Main Menu styles
============================ */

#menu-container {
  background-color: #fff;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  display: none;
}
.menu-pad { padding: 3% 0 6% 0; }
.menu-btn { margin: 8px 2px 0 2px; }

/* MEDIASITE menu items - added 7.9.2019 - GN */

.menuItem {
	background-color: #fff;
	border-bottom: 8px #aaa solid; /* was #4ACCD1 */
	margin-bottom: 16px;
	max-height: 200px;
	overflow: hidden;
}
.menuItem-disabled {
	background-color: #fff;
	border-bottom: 8px #666 solid;
	margin-bottom: 16px;
	opacity: 0.25;
}
.menuItem:hover {
	cursor: pointer;
  border-radius: 6px 6px 0 0;
	opacity: 0.75;
}
.menuItemText {
	font-size: 18px;
	font-weight: bold;
	padding: 14px 0 0 14px;
}
.menuItem > img {
	width: 100%;
	border-radius: 6px 6px 0 0;
}
.menu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.menu-overlay-content {
	position: absolute;
	top: 8%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	padding: 0 70px 0 18px;
}
.menu-overlay-subtitle {
	font-size: 14px;
	font-weight: normal;
	margin-top: -6px;
}

/* END: MEDIASITE menu items - added 7.8.2019 - GN */

/* ===========================
--- STEP Button styles
============================ */
.btn-step {
  color:#fff;
  background-color: #254061;
  border-color: #254061;
}
.btn-step:hover,
.btn-step:focus,
.btn-step:active,
.btn-step.active {
  color:#fff;
  background-color: #369;
  border-color: #17283c;
}
.btn-step.disabled:hover,
.btn-step.disabled:focus,
.btn-step.disabled:active,
.btn-step.disabled.active,
.btn-step[disabled]:hover,
.btn-step[disabled]:focus,
.btn-step[disabled]:active,
.btn-step[disabled].active,
fieldset[disabled] .btn-step:hover,
fieldset[disabled] .btn-step:focus,
fieldset[disabled] .btn-step:active,
fieldset[disabled] .btn-step.active {
  color:#fff;
  background-color: #254061;
  border-color: #254061;
}

/* ===========================
--- Page status and study guide link
============================ */

#courseStatusText {
    padding: 0 4px 0 4px;
    width: 100px;
    display: inline-block;
}
#studyGuideText { padding-right: 4px; }

/* ===========================
--- Loader styles
============================ */

#loader img { margin-top: 25%; }

/* ===========================
--- Iframe (course content)
============================ */


/* ===========================
--- Caption Text
============================ */

#ccText {
  text-align: left;
  white-space: pre-line;
}

/* ===========================
--- Bootstrap style overrides
============================ */

.glyphicon-volume-up, .glyphicon-volume-off, .glyphicon-menu-hamburger { font-size: 18px; }

.menu-bars {
  max-height: 18px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.chevron {
  max-height: 16px;
  display: inline;
  margin-bottom: 2px;
}
.snd-icon, .guide-icon {
  max-height: 18px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.check {
	max-height: 16px;
	display: inline;
	padding-right: 6px;
	margin-top: -4px;
}

/* ===========================
--- UTILITY
============================ */
.top-buffer { margin-top: 16px; }
.top-tight { margin-top: -10px; }
.btn-top  { margin-top: 0; font-size: 16px; }  /* button text */
.cc-buffer { margin: 10px 30px 0 30px;}
.slider-top { margin-top: 10px; margin-bottom: -8px; }
.col-centered{
  float: none;
  margin: 0 auto;
}

/* ===========================
--- Breakpoint mods
============================ */
@media only screen and (max-width : 1200px) { /* md break */
  .menu-pad { padding: 12% 0 20% 0; }
}

@media only screen and (max-width : 991px) { /* sm break */
	#courseTitle{ border-right: 0; }
	#courseTitleText{ font-size: 24px; }
	#stepLogo { padding-top: 10px; }
  .menu-pad { padding: 10% 0 14% 0; }
  #slides-text { display: none; }
}
@media only screen and (max-width : 767px) { /* xs break */
	#courseTitle{ border: 0; padding-bottom: 12px; }
  .btn-top  { margin-top: 4px; }
  .menu-btn {
    font-size: 16px;
    margin: 4px 2px 0 2px;
  }
  .check { max-height: 16px; }
  #g1,#g3 { text-align: center; }
  #menu-container h3 { font-size: 18px; }
}
@media only screen and (max-width : 568px) {
  .btn-top  { margin-top: 4px; }
  .menu-btn { font-size: 14px; }
  .check { max-height: 14px; }
}
@media only screen and (max-width : 480px) {

}

@media (min-width: 1350px) {
  .container {
    width: 1350px;
  }
}


/*Make Modal Much Large for 1280x720 video */
@media (min-width: 768px) {
  .modal-dialog {
    width: 720px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 1280px;
  }
}
