/****** Global Styles ******/
/* html {
	position: relative;
	min-height: 100%;
	overflow-y:auto;
} */
html body{
	height:100%;
	overflow-y:scroll;
}
body{
	width:100%;	
	font-family:sans-serif;		
	margin-bottom: 50px; 
} 
.branch_links{
	display:none;
} 
span:hover, .top-bar img:hover, .bottom-bar img:hover, #menu img:hover, #menu label:hover{
	cursor:pointer;
}
#resources, #glossary, #student-guide, #help, #course-map {
    cursor:pointer !important;
}
#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;
}
.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 {
	width: 100%;	   
}
.page-title{
	font-size:1.2em;	
	text-align:left;
	margin-left:6em;
}
#skip-link{
	display:none;
}
#dlink{
	color:#fff;																			
	float: right;
	display:none;
}
#_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: 90% !important;
  max-width: 960px !important;
	margin: 0 auto;
	/* padding-right: 50px; */
}

.set-container-dims{
  height: 543.25px !important;
	width: 960px !important;
}

/* .canvas-cc-width{
	width:77% !important;
	max-width: 960px !important;
    margin: 0 auto;		
} */
.vid-default-width {    
    max-width: 960px !important;
	margin: 0 auto;
	/* width:100% !important; */
}

.fix-height{
	height:auto !important;
}
#dom_overlay_container{
	margin:0em 0em 0em 0em;
	margin:0 auto;	
}
video{	
	width:90% !important;
	height:auto !important;	
	max-width:960px!important;
} 
#text1{
	margin-left:-5px;
}

.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:.5em .5em .5em .5em;		
	width:15em;
	background-color:#ebebeb;	
	color:#000;
	z-index:2;	
	overflow-y:auto;		
}
#cc-text{
	display:none;
	/* width:100%; */
}
.cc-text{
	background-color:#f5f5f5;
	color:#000;
	height:5.5em;
	overflow: auto;
	line-height: 1.3;
	text-align:center;
	padding:0 1em;
}
.cc-text p{
	padding:.5em;	
}
#close-cc{
	position: absolute;	
	z-index:9999;
	width:1em;	
	right: 15px;
	top:6px;
	display:none;
}
.transcript-btn{
	position: absolute;
	font-weight: bold;
	color:#FFF;	
	overflow: auto;
	line-height: 1.3;
	text-align:center;
	font-size: 1.3em;	
	/* border:1px solid yellow; */
	top:.76em;
}
.first{
	height: auto;
}
.center{
	height: auto;
	position:relative;
}
.last{
	height:auto;
}
#transcript-text{
	margin:.3em;	
}
.transcript-header{
	background-color:#222;
	color:#EAEAEA;	
	font-weight:600;
	text-align:center;
	cursor:pointer;
	padding:.31em;
	width:16em;
	height:2.1em;
}
#print-btn{
	width:100%;
}
.print{
	padding:.2em .2em 0em .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;
}
.col-height{
	min-height: 2.5em;
}
.header-title p{
	font-size:1.6em;
	margin-left: 1.95em;
	padding:0;
	margin-bottom: 0;
}
.media-controls{
	display:flex;
	flex-flow: row wrap;
	width:98%;
	justify-content: space-around;
}
.sub-title{
	background-color:#1272a0;
	padding-left:5.3em;
	font-size:1.2em;
	font-weight:normal;	
}
.sub-title p{
	margin-left:.6em;
}
.page-title p{
	margin-left:.8em;
	margin-bottom:6px;	
}
#menu{
	padding-top:.3em;
	color:#fff;
	background-color:#282829;
	font-weight:bold;
}
#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:.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:.3em;
	width:725px;
	height:530px;
	padding:.5em .3em .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:.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:.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:.5em;
}
#letters .disabled{
	text-decoration:none;
	color:#282829;
	cursor:default;
}
#course-map, #resources, #glossary, #help, #student-guide{
	padding: .5em 0em .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:.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:.7em;
	padding-right:.7em;
}
#page-numbers:hover{
	cursor:default;
}
.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:4px;	
}
#p-bar{		
	cursor:default;
	width:0%;
	max-width:250px;
	width:0px;	
	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 .2em 0em .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:.5em;
	font-weight:bold;
	font-style:italic;	
}
#question-mark{
	padding:.9em;
}
.checkmark{
	display:none;
}
#course-map-content .checkmark{
	padding-right:.2em;	
}
.spacer{
	width:22px;
	display:none;
}
/* comment info */
#add_comment, #view_comment{
	position:absolute;
	top:.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;
}
#menu-links {
    width: 60%;
    position: relative;
    left: 31%;
    top: 2em;
}

.topic-link {
    background: linear-gradient(to right,#1272A0,#1AA0DF);
    opacity: 0.8;
    text-align: left;
    border-radius: 5px;
    margin: .2em;
    padding: .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%;	
	/* border:1px solid blue; */
}
#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{
	position: absolute;
	/* bottom:0; */
	width:100%;
	min-height:50px;
	line-height: 50px;
	background-color:#1aa0df;
}
.pad_top{
	padding-top:.5em;
}
@media all and (max-width:1080px)
{	
	video{
		width:85%;
	}
}

@media all and (max-width:800px)
{
	video{
		width:95%;
	}
	.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;
	}
/* 	#text1{
		overflow-y:scroll;
	} */
}

@media screen and (max-width: 320px){
	.center{
		height: auto;
		position:relative;
		left:0px;
	}	
/* 	#text1{
		overflow-y:scroll;
	} */
}

#add_comment2 {
	margin-left: 100px;
}
#view_comment2 {
	margin-left: 20px;
}