/****** Global Styles ******/
html body {
  /* 	height:100%;
	overflow: hidden;
 	background-image: linear-gradient(to top, #dfe9f3 0%, white 100%); */
}
html {
  /* overflow: hidden; */
}
body {
  width: 100%;
  font-family: sans-serif;
  margin-bottom: 50px;
  height: 100%;  
}
.branch_links {
  display: none;
}
span:hover,
.top-bar img:hover,
.bottom-bar img:hover,
#menu img:hover,
#menu label:hover {
  cursor: pointer;
}

div#dss-logo img {
  position: relative;
  top: -3px;
  left: 8px;
}
#dss-logo img:hover {
  cursor: default;
}
#wrapper {
  height: 100%;
}
a:visited {
  color: #772233 !important;
}
/****** Sidebar ******/
#sidebar-wrapper {
  z-index: 1;
  position: absolute;
  width: 0;
  height: 100%;
  overflow: hidden;
  background: #1aa0df;
  color: #000;
}
.dot {
  height: 5px;
  width: 5px;
  background-color: #7cfc00;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.hidden {
  display: none !important;
}
.sidebar-nav {
  display: flex;
  height: 97%;
  width: 15.5em;
}
#wrapper.menuDisplayed #sidebar-wrapper {
  width: 15.625em;
}
#wrapper.menuDisplayed #page-content-wrapper {
  padding-left: 15.625em;
}



/****** Page Content ******/
#page-content-wrapper {
  background: white;
  padding: 0;
  position: relative;
  top: 0;
  /* max-height: 83vh; */
  overflow: hidden;
}
.page-title {
  font-size: 1.2em;
  text-align: left;
  margin-left: 6em;
  line-height: 0px;
}
.page-title-container {
  height: 14px;
}

#skip-link {
  display: none;
}
#dlink {
  color: #fff;
  float: right;
}
#_preload_div_ {
  text-align: center;
}
.s-container {
  height: 543px;
}
.right-area {
  text-align: center;
}
.jconfirm-content,
.jconfirm-title {
  color: #000;
}
.hide-canvas {
  opacity: 0 !important;
}
.canvas-default-width {
  width: auto !important;
  max-width: 97% !important;
  margin: 0 auto;
  /* max-height: 100% !important; */
  text-align: center;
}

canvas.canvas-default-width {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 96% !important;
  margin: 0 auto !important;

/* To see canvas size in development */
  /* border: 1px solid; */
}

#animation_container{
  margin-left: -6px;
  max-height: 467.25px !important;
  width: 100% !important;
}

.set-container-dims {
  margin-left: -6px;
  height: 543.25px !important;
  width: 100% !important;
  /* max-height: 67vh !important; */
}

.vid-default-width {
  max-width: 1024px !important;
  margin: 0 auto;
}

.fix-height {
  height: auto !important;
}
#dom_overlay_container {
  height: auto !important;
  max-width: 1024px !important;
  margin: auto !important;
}
video {
  position: relative;
  width: auto !important;
  height: auto !important;
  /* max-height: 64vh !important; */
  max-width: 97% !important;
  left: 15px !important;
  margin: auto !important;
  margin-top: 0 !important;
  /*max-height: 94% !important*/
  /* border: 1px solid !important; */
}

video.video {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: auto !important;
  /*margin: auto !important;*/


  /* display: none !important; */

}

video.smallHeight {
  /* max-height: 27vh !important; */
}

#text1 {
  margin-left: -5px;
  height: auto;
  /* height: 55vh; */
  /* transition: .2s linear; */
}
#text1.smallHeight{
  /* height: 44vh !important; */
}

#text1.tinyHeight{
  /* height: 20vh !important; */
}


.hide-scroll::-webkit-scrollbar {
  width: 0px;
}

.show-scroll::-webkit-scrollbar {
  display: block;
}

::-webkit-scrollbar {
  width: 1.3em;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
/* body::-webkit-scrollbar{ display: none; }  */

/* .video-transform{
	transform-origin:200px 150px;
	left:0px;
	top:0px;
	width:960px;
	height:543.9px;
	display:block;
	position: absolute;;
	box-sizing:border-box;
	pointer-events:all;
	transform:matrix(1, 0, 0, 1, 0.1, 0.55);
} */
.video {
  margin-left: 1em;
}

.acd_height_adj {
  height: 516.25px !important;
}
img[id^="chk"] {
  display: none;
}
/****** Transcript/CC ******/
#transcript-btn {
  position: absolute;
  top: 50%;
  width: 1.625em;
  z-index: 2;
  cursor: pointer;
}
.transcript {
  margin: 0.5em 0.5em 0.5em 0.5em;
  width: 15em;
  background-color: #ebebeb;
  color: #000;
  z-index: 2;
  overflow-y: auto;
}
#ccTextContainer {
  width: 100%;
  margin: auto;
}
#cc-text {
  display: none;
}
.cc-text {
  background-color: #f5f5f5;
  color: #000;
  height: 5.5em;
  overflow: auto;
  line-height: 1.3;
  text-align: left;
  padding: 0 1.5rem;
}
.cc-text p {
  padding: 0.5em;
}
#close-cc {
  /* position: absolute; */
  z-index: 20;
  font-weight: bold;
  padding: 0 3px;
  font-size: .8rem;
  display: none;
}
.transcript-btn {
  position: absolute;
  font-weight: bold;
  color: #fff;
  overflow: auto;
  line-height: 1.3;
  text-align: center;
  font-size: 1.3em;
  top: 0.76em;
}
.first {
  height: auto;
}
.center {
  height: auto;
  position: relative;
}
.last {
  height: auto;
}
#transcript-text {
  margin: 0.3em;
}
.transcript-header {
  background-color: #222;
  color: #eaeaea;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  padding: 0.31em;
  width: 16em;
  height: 2.1em;
}
#print-btn {
  width: 100%;
}
.print {
  padding: 0.2em 0.2em 0em 0.2em;
  text-align: left;
}
/****** Topbar ******/
#dss-logo {
  position: absolute;
  top: 1.1em;
  z-index: 1;
}
.header-title,
.next-btn,
.back-btn,
.top-bar,
.media-controls {
  color: #fff;
  font-weight: bold;
}
.header-title {
  padding-left: 4em;
  background-color: #1aa0df;
  height: 33px;
}
.header-title p {
  font-size: 1.6em;
  margin-left: 1.95em;
  padding: 0;
  margin-bottom: 0;
  line-height: 33px;
}

.col-height {
  min-height: 2.5em;
}

.media-controls {
  display: flex;
  flex-flow: row wrap;
  width: 98%;
  justify-content: space-around;
}
.sub-title {
  padding-left: 5.3em;
  font-size: 1.2em;
  font-weight: normal;
  width: 100%;
}
.sub-title p {
  padding-left: 6em;
  background: #1272a0;
  width: 100%;
}
.page-title p {
  margin-left: 0.8em;
  margin-bottom: 0px !important;
}
#menu {
  padding-top: 0.3em;
  color: #fff;
  background-color: #282829;
  font-weight: bold;
  height: 28px;
}
#menu div {
  position: relative;
  line-height: 21px;
}
#dialog-menu {
  display: none;
  background-color: #1272a0;
}
#menu-icon {
  /* padding-left: 6.3em; */
}
#exit,
#main-menu {
  float: right;
}
#exit {
  padding-right: 1em;
}
#main-menu {
  padding-right: 1.7em;
}
.ui-dialog-osx {
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  border-width: 0 8px 8px 8px;
  background-color: #1272a0;
}
.menu-header {
  text-align: center;
  margin-bottom: 0.7em;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  margin-left: 5em;
}
.menu-header img {
  float: right;
}
#menu-area {
  float: left;
  background-color: #fff;
  margin-left: 0.3em;
  width: 725px;
  height: 530px;
  padding: 0.5em 0.3em 0.3em 0em;
  color: #1790c6;
  overflow-y: scroll;
  border: 4px solid #f5f5f5;
}
#menu-area a {
  color: #1272a0;
  text-decoration: underline;
  cursor: pointer;
  line-height: 1.7;
}

.menu-items {
  text-align: center;
  float: left;
  height: 530px;
  width: 95px;
  background-color: white;
  border-radius: 8px;
  border: 4px solid #f5f5f5;
  padding-top: 0.7em;
}
.menu-items div:hover,
img:hover {
  cursor: pointer;
}
.menu-items img {
  width: 3.7em;
  text-align: center;
}
.menu-items div {
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  padding-bottom: 2em;
  color: #0b2a4a;
}
.menu-content-header {
  text-align: center;
  color: #1272a0;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: underline;
}
#help {
  margin-left: 1em;
}
#letters {
  text-align: center;
}
#letters a {
  padding-right: 1em;
}
.term {
  font-weight: bold;
}
.termLetter {
  clear: both;
  padding-bottom: 0.5em;
}
#letters .disabled {
  text-decoration: none;
  color: #282829;
  cursor: default;
}
#course-map,
#resources,
#glossary,
#help,
#student-guide {
  padding: 0.5em 0em 0.2em 0em;
}
#help-content img {
  width: 602px;
}
.tab-selected {
  background-color: #f5f5f5 !important;
}
div.table {
  border: 1px solid #1272a0;
  display: table;
}
div.tr {
  border: 1px solid #1272a0;
  display: table-row;
}
div.td {
  border: 1px solid #1272a0;
  display: table-cell;
  padding: 0.5em;
}

.td.center {
  text-align: center;
  background-color: #1272a0;
  color: #fff;
}
/****** Bottombar ******/
.disabled :hover {
  cursor: default;
}
#play {
  display: none;
}
#page-numbers {
  color: #fff;
  font-weight: bold;
  padding-left: 0.7em;
  padding-right: 0.7em;
}
#page-numbers:hover {
  cursor: default;
}
.scrubberBarContainer{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
}

img#play{
  position: relative;
  right: 3px;
}

img#pause{
  position: relative;
  right: 3px;
}

img#replay{
  position: relative;
  left: 3px;
}
.p-bar-background {
  cursor: default;
  height: 1.063em;
  max-height: 1.063em;
  background-color: #1272a0;
  max-width: 250px;
  width: 250px;
  display: inline-block;
  position: relative;
  top: 1px;
}
#p-bar {
  cursor: default;
  width: 0%;
  max-width: 250px;
  background-color: #f5f5f5;
  height: 1.063em;
  max-height: 1.063em;
}
.mi-text-shadow {
  text-shadow: 2px 2px 5px #000;
}
/* Scenario Styles */
#scenario {
  text-align: left;
  margin: 0 auto;
  padding: 3em 1em 1em 1em;
  font-weight: normal;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  width: 90%;
}

.submit-btn {
  position: relative;
  text-align: center;
  float: right;
  font-weight: bold;
  font-style: italic;
  cursor: pointer;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#submit {
  float: right;
  color: #000;
}
#correct {
  color: #477848;
  display: none;
}
#incorrect {
  color: #b52722;
  display: none;
}
#s-question {
  font-weight: bold;
  font-style: italic;
}
#s-instructions {
  font-weight: bold;
  font-style: italic;
}
#s-options span {
  padding: 0em 0.2em 0em 0.5em;
}
.checkmark {
  width: 1.3em;
}
#s-topbar {
  margin: 0 auto;
  background: url("../../Images/question-bar.png") no-repeat;
  height: 49px;
  background-size: 100%;
  width: 90%;
  text-align: left;
}
#s-topbar span {
  margin-top: 0.5em;
  font-weight: bold;
  font-style: italic;
}
#question-mark {
  padding: 0.9em;
}
.checkmark {
  display: none;
}
#course-map-content .checkmark {
  padding-right: 0.2em;
}
.spacer {
  width: 22px;
  display: none;
}
/* comment info */
#add_comment,
#view_comment {
  position: absolute;
  top: 0.3em;
  left: 27.6em;
  z-index: 5;
  color: #fff !important;
  text-decoration: underline;
  font-weight: bold;
}
#add_comment a:visited {
  color: #fff !important;
}
#view_comment a:visited {
  color: #fff !important;
}
#view_comment {
  padding-left: 8em;
}

#add_comment2 a, #view_comment2 a{
  color:#fff !important;
}
#menu-links {
  width: 66%;
  position: relative;
  left: 31%;
  top: 2em;
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.topic-link {
  background: linear-gradient(to right, #1272a0, #1aa0df);
  opacity: 0.8;
  text-align: left;
  border-radius: 5px;
  margin: 0.2em;
  padding: 0.6em;
  width: 100%;
}

.topic-link:hover {
  background: linear-gradient(to right, #1aa0df, #1272a0);
  opacity: 1;
  cursor: pointer;
}
.topic-checkmark img {
  display: none;
  width: 2em;
}
.ml-wrap {
  clear: both;
  width: 100%;
}
#menu-links a {
  color: #fff !important;
  font-size: 1.2em;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  height: 100%;
}
.student-guide-link {
  width: 75%;
  text-align: center;
  margin-top: 1em;
  float: right;
  margin-right: 2.7em;
}
.no-hover {
  cursor: default;
}
.footer {
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background-color: #1aa0df;
  overflow: hidden;
}
.pad_top {
  padding-top: 0.5em;
}

@media all and (max-width: 800px) {
  .header-title p {
    font-size: 1.25em;
    margin-left: 2.6em;
  }
  control {
    flex-direction: column;
  }
  .center {
    height: auto;
    position: relative;
    left: 0px;
  }
  /* 	#text1{
		overflow-y:scroll;
	} */
}

@media screen and (max-device-width: 500px) {
  .center {
    height: auto;
    position: relative;
    left: 0px;
  }
}

@media screen and (max-width: 320px) {
  .center {
    height: auto;
    position: relative;
    left: 0px;
  }
}

/*-------------------------- */
#layoutBox {
  overflow: hidden;
}
#backgroundWrapper {
  background: #fcfcfc;
  padding: 0;
  /* height: 100vh; */
  height: 100%;
  width: 100%;
  max-width: 808px;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.23);
}
#heading {
  padding: 0 14px;
  width: 98%;
}
.footerElements {
  text-align: center;
}
#cc-div {
  position: relative;
}
#slideMenuOverlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  /* height: 100vh; */
  height: 100%;
  z-index: 999;
  opacity: 0;
  margin-left: -100%;
  transition: 0.5s;
  display: none;
}

#slideMenuOverlay.shown {
  margin-left: 0;
  opacity: 1;
}

#sideMenuTitle {
  color: white;
  text-align: center;
}

.sideMenuButtonHolder {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

#menuButtonContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding-top: 18px;
  /* max-height: 80vh; */
  overflow: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

.sideMenuButton {
  flex-grow: 1;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #0b2a4a;
  padding: 2px;
  margin-bottom: 4px;
  transition: 0.3s;
}
.sideMenuButton:hover {
  background: #184879;
}

.sideMenuButton.active {
  background: #fff;
  color: #0b2a4a;
}

.sideMenuButton img {
  width: 40px;
  box-sizing: border-box;
  margin-bottom: 7px;
}

#twoMenuContainer {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}

#slideMenuContainer {
  background: #0b2a4a;
  /* height: 100vh; */
  padding: 10px;
  max-width: 150px;
  display: none;
  overflow: auto;
}

#menuContent {
  background: #fff;
  height: 100%;
  width: 60% !important;
  padding: 10px;
  /* max-height: 100vh; */
  max-height: 100%;
  overflow: auto;
  display: none;
}

#closeMenuContentBtn {
  float: right;
}

.cursorPointer {
  cursor: pointer;
}

.whiteSpaceNoWrap {
  white-space: nowrap;
}

.width100 {
  width: 100%;
}

/* Change Bootstrap buttons and cards to square */
.btn.btn-square {
  border-radius: 0;
}
.card.card-square {
  border-radius: 0;
}
.card-body.card-body-half-padding {
  padding: 0.5rem;
}

.courseMappAccPanel {
  max-height: 0;
  overflow: hidden;
  width: 95%;
  margin: auto;
  margin-bottom: 10px;
  transition: 0.5s;

}

.topLevelMenuItem{
  background-image: linear-gradient(120deg, #1aa0df 0%, #1aa0df 100%);
  /* background-image: linear-gradient(120deg, #1687bb 0%, #1aa0df 100%); */
  cursor: pointer;
  border: 2px solid white;
  transition: .3s;
}
.topLevelMenuItem:hover{
  /* background-image: linear-gradient(120deg, #2c99cc 0%, #2bb0ee 100%); */
  background-image: linear-gradient(120deg, #2bb0ee 0%, #2bb0ee 100%);
}

a.lessonTitleLink {
  color: #fff !important;
  cursor: pointer;
}

a.lessonTitleLink:hover {
  color: #fff !important;
}


.list-group-item.list-item-bottom-dark {
  border-top: 1px solid #bbb;
}

.card-body.card-border-dark {
  border: 1px solid #999;
}

.card-body.less-padding {
  padding: 0.8rem;
}

#course-map-content .card-body.less-padding{
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: bold;
}

.lessonTitleLink{
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: bold;
}

.accordionSelectionHolder {
  display: flex;
  flex-wrap: nowrap;
}

.flexGrowOne {
  flex-grow: 1;
}

.drownDownAcc {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #999;
  box-sizing: border-box;
  margin-right: 5px;
  cursor: pointer;
}

.dropDownBtn img {
  transform: rotate(0deg);
  transition: 0.3s;
}

.dropDownBtn img.pointDown {
  transform: rotate(90deg);
}


.menuPanel{
  margin-top: 5px;
}

span.checkmark_menu img {
  width: 25px;
  margin-right: 5px;
  opacity: 0;
  transition: 0.3s;
}

span.checkmark_menu.shown img {
  opacity: 1;
}

.topicListItem {
  padding-left: 3rem;
  display: flex;
  background: #f9fcff;
  font-size: 1.2rem;
}
.topicListItem:hover{
  background: rgba(15, 154, 220, .5);
}

.topicListItem a{
  color: #fff;
}
.topicListItem:hover > a{
  color: #fff;
}
.topicListItem:hover > a:hover{
  color: #fff;
}

.frontMenuContainer {
  padding: 12px;
  padding-bottom: 2rem;  
  overflow: auto;
  width: 70%;
  margin: auto;
  max-height: 60vh;
}

.sub-title p, .sub-title p span{
  cursor: text;
}

@media (max-width: 400px) {
  #text1 {
    /* height: 35vh; */
  }
  .cc-text {
    font-size: .6rem;
}
  .sideMenuButton img {
    width: 27px;
    margin-bottom: 0px;
  }
  .sideMenuButton p {
    font-size: 12px;
  }
  #sideMenuTitle {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 24px;
  }
  #slideMenuContainer {
    padding: 0px;
    max-width: 106px;
  }
  .sideMenuButtonHolder {
    padding-top: 0px;
  }
  #menuContent {
    flex-grow: 1;
  }
  .frontMenuContainer {
    width: 95%;
  }
}

@media (max-width: 768px) {
  #text1 {
    /* height: 38vh; */
  }
  .frontMenuContainer {
    /* max-height: 37vh; */
  }
}

@media (max-width: 860px) {
  video {
    max-width: 93% !important;
  }
}

@media (min-width: 1014px){
  #text1{
    /* height: 64vh; */
  }

}


/* **** To remove comments on mobile **** */
@media (max-width: 520px){
  .commentLink{
    /* display: none; */
    font-size: 12px;
    width:100px !important;
  }
  #view-comment{
    left:12rem !important;
  }
}

/* used for the completion / congratulations on some shorts*/
.completionField {
    padding: 12px 12px 0px;
    border-radius: 6px;
    background-color:#1AA0DF;
    color: white;
    margin: 0 auto;
    font: 1.2em strong;
    font-style: italic;
    text-align: center;
}
.congratsPTag {

}
.completedPTag {

}
.coursePTag {

}