@charset "utf-8";
@import "bootstrap-reboot.min.css";
@import "fontawesome.min.css";
@import "open-iconic.min.css";
@import "icon.min.css";

/* Simple Sidebar */
html, body{
	font-size: 0.9rem;
}
body {
  overflow-x: hidden;
}
a:hover {
	text-decoration: none;	
}
header, .bgHeader {
	height: 80px;
}
footer {
	text-align: center;
	height: 30px;
	line-height: 30px;
}
footer a {
	color: #85bce4;
}
.showForPrint {
	display: none;	
}
#collapsingNavbar {
	background: #FFF;
	z-index: 100;
}
.navbar {
	/*height: 42px;*/
	border-bottom: 1px solid #dee2e6;
	padding: 0;
}
.navbar > * {
	padding: .5rem 1rem;
}
#sidebar-wrapper .nav-link a:hover {
	color: #005a9b;	
}
#sidebar-wrapper .nav-link.active a, #sidebar-wrapper .nav-link.active a:visited, #sidebar-wrapper .nav-link.active a:active {
	color: #005a9b;
	font-weight: bold;
}
.nav-link {
	padding: 0.25rem 1rem;	
}
.nav-item hr {
	 margin-top: 0.5rem;
	 margin-bottom: 0.5rem;
}
input[type=search] {
    -webkit-appearance: none;
}
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.nav-tabs .nav-link {
	cursor: pointer;
	color: #007bff;
}
.nav-tabs .nav-link:hover {
	cursor: pointer;
	color: #005a9b;
}

#sidebar-wrapper {
  /*min-height: 100vh;*/
  min-height: calc(100vh - 152px);
  margin-left: -16rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}
#sidebar-wrapper>.list-group-flush {	
	position:-webkit-sticky; 
	position:sticky; 
	top:0;
}
#sidebar-wrapper .sidebar-heading {
  padding: .5rem 1rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 16rem;
}

#page-content-wrapper {
  min-width: 100%;
}

#launch_content_box { text-align: center; }

.systemRequirementSidebar { 
	padding: 5px;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

#stop-ghosting-nav-link {
	color:#E00;
}

.showForMobile { display: none; }

.courseCheckbox, .llCheckbox {
    vertical-align: middle;
}

.dropTarget{
	height: 10px;
	width: 100%;
	transition: height 0.1s;
}

.droppedCourse{
	animation: 0.5s highlight;
}

.dropTargetModule{
	height: 5px;
	width: 100%;
	transition: 0.1s;
}

@keyframes highlight {
	from{
		background-color: yellow;
	} 
	to {
		background-color: white;
	}
}
/*
 *	jQuery UI
 */
.ui-datepicker { z-index: 1000!important; }
select.ui-datepicker-month, select.ui-datepicker-year {
	color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
a:visited {
	color: #005a9b;	
}
img {
	border: none;
}
tr.odd td {
	background-color:#FFF;
}
tr.even td {
	background-color:#EEE;
}
.editTags { padding-left: 5px;}
.btn-primary.ui-button {
	color: #fff!important;
    background-color: #007bff!important;
    border-color: #007bff!important;
}
.btn-success.ui-button {
	color: #fff!important;
    background-color: #1e7e34!important;
    border-color: #1c7430!important;
}
.btn-danger.ui-button {
	color: #fff!important;
    background-color: #dc3545!important;
    border-color: #dc3545!important;
}
.btn-info.ui-button {
	color: #fff!important;
    background-color: #17a2b8!important;
    border-color: #17a2b8!important;
}
.monospace {
	/*font-family:"Lucida Console", Monaco, monospace;*/
	font-family:monospace;
	font-size:13px;
	white-space:nowrap;
	/*font-weight:bold;*/
}

#separatorBar {
	background-color: #000;
	height: 2px;
}
.editTags {
	clear:both;	
	display:block;
}

/* --- login ---- */
#login {
	max-width:400px;
}
#login h3 {
	font-size: 1.4em;
	margin-top: 10px;
}

#login #inputs {
	min-width:250px;
	max-width: 100%;
	padding: 0;
    margin: 0;
}
#termsOfUseMsg {
	text-align: center;	
}
#email { background-position: 5px -2px !important; }
#password { background-position: 5px -52px !important; }

#inputs input:focus {
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}


#actions { margin: 25px 0 0 0; }

#actions a
{
    color: #3151A2;    
    float: right;
    line-height: 35px;
    margin-left: 10px;
}

/* ---- icons ---- */
.iconText {
	padding-right: 36px;
	line-height: 32px;
}
.maintenance { 
    background-position: -224px -220px !important;
}
.caution { 
    background-position: -32px -28px !important;
}
#login_email {
    background-position: 5px -2px !important;
}
#login_pass, input[placeholder=Password], input[type=Password] {
    background-position: 5px -52px !important;
}

.form-check label {
	cursor: pointer;
	vertical-align: middle;
}
.text-align-right {
	text-align: right;
}

/*
 * Used to make elements appear as links
 */
.link {
	color: #005a9b;
	cursor: pointer;
}

/*
 *	Header for content
 */
header img { max-width: 100%; max-height: 80px; }
header, .bgHeader, footer {
	background-color: #005a9b;
	color: #FFF;
}
.templateHeader, .templateFooter {
	background-color: #005a9b;
}
.templateHeader p, .templateFooter p {
	color: #FFF;
}
.templateFooter a, .templateFooter p a {
	color: #E8B432;
}

.bgHeader div#rightHeader{	
	height: 83px;
}
#systemMessage {
	text-align: left; 
	/*width: 100%;*/
	font-size: 12px;
	position:absolute;
	z-index: 900;
	top: 5px;
	left: Calc((100% - 302px) / 2);
	z-index: 1001;
}
#systemMessage .systemMessageContainer {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	max-width: 300px;
	left: 50%;
	top: 10px;
	border: 1px dotted #A81411;
}
.systemMessageHeader {
	padding: 5px;
	text-align: center;
	color: #E7E70C;
	background: url("../images/header/header_left.png") no-repeat scroll 0 0 #A81411;
	font-weight: bold;
	max-width: 300px;
}
.systemMessageHeader div.toggle {
	float:right;
	width:17px;
	height: 17px;
	cursor: pointer;
}
.systemMessageText {
	padding: 5px;
	max-width: 300px;
	background-color: #D9F0FF;
}
.systemMessageHeader div.toggleShow {
	background: url('../images/icons/plus_yellow.png') no-repeat center;
}
.systemMessageHeader div.toggleHide {
	background: url('../images/icons/minus.png') no-repeat center;
}


/* Bootstrap */
/*.ui-dialog {max-width: 100vh; }*/
.btn-indented { margin-left: 105px; }
.form-control { padding: .375rem .5rem; }
.ml-sm-indent { margin-left: auto; }
.fade.in {
	opacity: 1;
}
.form-inline label:first-child {
	margin-right: 5px;	
}
.form-inline button ~ button, .form-inline input[type="button"] ~ input[type="button"] {
	margin: 0 5px;	
}
.btn {
	cursor: pointer;	
}
.btn-group-toggle-contrast .btn:not(.active) {
	cursor: pointer;	
}
.btn-group-toggle-contrast .btn.btn-default.active{
	color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.input-group > label{
	min-width: 120px;
}
.input-group .input-group-btn input[type="button"]:first-child {
	border-bottom-left-radius: initial;
    border-top-left-radius: initial;
}
.tab-content.tab-content-bordered {
	border: 1px solid #dee2e6;
	border-top: 0px;
}
.rotate-90 {
	transform: rotate(90deg);
}
.btn.btn-default {
	color: #454545;
	border: 1px solid #c5c5c5;
    background: #f6f6f6;
}
.btn.btn-default:hover, .btn.btn-default:active {
	background: #ededed;
}
.tab-content {
	padding: 15px 5px 0px 5px;
	/*border: 1px solid #dee2e6;
	border-top: none;
	border-radius: 3px;*/
}
.col-xs-6 {
	width: 50%;
}
.form-container {
	border: 1px solid #ced4da;
	border-radius: 3px;
	padding: 8px;
	margin-bottom: 10px;
}
.form-container .showAll { margin-right: 15px; }
form.search-form .btn-search {
	border-left: none;
    margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
form.search-form .input-group {
	/*display: inline-block;*/
}
form.search-form .input-group-label {
	margin-right: 5px;
	width: 100px;
	text-align:right;
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.bd-navbar .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.sysReqBox p {
	margin-bottom: 0px;
}

/* System Requirements */
.sys-req-fail, .bd-sidebar .sys-req-fail .nav-link {
	color: red;
}

/*
 * Navbar
 */
.navbar-collapse {
	border-bottom: none;
}
.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 *	Center images
 */
.wraptocenter {
	/* display: table-cell; */
    display: inline;
    vertical-align: middle;
}
.wraptocenter * {
    vertical-align: middle;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
}

#leftHeader .wraptocenter {
	height: 83px;
	padding-left: 10px;
}


#topsection{
	background: #EAEAEA;
	height: 90px; /*Height of top section*/
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#maincontainer {	
	min-height: 100%;
}

#contentcolumn{
	margin-left: 182px; /*Set left margin to Navigation width*/
	/*min-width: 800px;*/
	min-height: 400px;
	padding-bottom: 44px;
	border-left: 1px solid #999;
}

#contentcolumn.helpFile {
	margin-left: 100px;
	min-width: 100px;
	height: 100%;
}
#contentcolumn.helpFile .innerDiv {
	height: 540px;
	max-height: 540px;
	width: 98%;
	overflow: scroll;
}
#navigation.helpFile {
	width: 100px;	
}

#wrap {
	overflow:auto;
	padding-bottom: 44px;}  /* must be same height as the footer */

#navigation{
	float: left;
	width: 181px; /*Width of left column*/
	margin-left: -100%;
	background-repeat:repeat-y;
}
#navigation ul {
	padding:0; 
	margin:0;
}
#navigation li {
	list-style-type:none; 
}
.innerDiv{
	margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.innerDiv p {
	line-height: 20px;
}

/* Adds indent to subnav */
#navigation a {
	color: #000;	
	position: relative;
}
#navigation ul li {
	margin-bottom: 15px;
}
#navigation ul ul {
	margin-left: 20px;
}
#navigation ul ul li {
	/*padding: 5px;*/
	padding-left: 20px;
}

#navigation .active {
	font-weight: bold;
	text-decoration: underline;
	color: #005a9b;
}
#navigation .activeQuestion {
	font-weight: bold;
	/*font-size: 120%;*/
	color: #000;
}
#navigation a:visited .active {
	color: #005a9b;
}
#navigation a:hover {
	text-decoration: underline;
	color: #005a9b;
}

/*
 *	System Requirements Style
 */
.pass_system_req {	
	background: url('../images/icons/checkmark_small.png') no-repeat 10px;
}
.pass_system_req_large {	
	background: url('../images/icons/checkmark_large.png') no-repeat 10px;
}
.fail_system_req_large {	
	background: url('../images/icons/xmark_large.png') no-repeat 10px;
}
.fail_system_req {	
	background: url('../images/icons/xmark_small.png') no-repeat 10px;
}
.unknown_system_req {	
	background: url('../images/icons/qmark_small.png') no-repeat 10px;
}
.future_system_req {	
	background: url('../images/icons/caution_small.png') no-repeat 10px;
}

form.loginform {
	float: left;
}
.newUserLinkDiv {
	float: left;
	line-height:2em;
	margin-left: 20px;
}

.noBorder{
	border: 0;
}


form legend {
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px;
	color: #000;
}

form label.floatingFormLabel {
	font-weight: bold;
	font-size: 1.2em;
	min-width: 80px;
	margin: 8px;
	float: left;
	clear: both;
	line-height: 1.5em;
}

.textInput {
	margin: 8px;
	float: left;
	width: 150px;
	border: 1px solid #666;
	vertical-align: middle; 
}
.customTagText {
	float: none;
}
.smallSelect {
	margin: 8px;
	float: left;
	width: 60px;
	background-color: #DDDDDD;
	border: 1px solid #666;	
	vertical-align: middle; 
}
.labelText {
	float:left;
	clear:none;
	margin-top: 10px;
}
.long {
	width: 300px;	
}
/*
.button {
	cursor: pointer;
	float: left;
	height: 30px;
	line-height: 30px;
	background: url('../images/buttons/btn_blue.png') no-repeat top left;
	border: none;
	color: #FFF;	
	margin: 0 5px 0 0;
	padding: 0px 8px 0px 13px;
}
*/
.submitBtn {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	/*background: url('../images/buttons/btn_blue.png') no-repeat top right;*/
 	color: #0d5f83;
	clear: both;
}
.loginform .submitBtn {
	margin-left: 103px;
}
form .wideForm label{
	width: 100px;	
}
form .wideForm .submitBtn {
	margin-left: 123px;
}
.help-cursor {
	cursor: help;
}

/*
	Course list
*/
/*.disable-scrollbars::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.disable-scrollbars {
  scrollbar-width: none;
  -ms-overflow-style: none;
}*/

#contentListContainer {
	/*overflow:scroll;
	height: 100vh;*/
	position:relative;
}
#contentListContainer h4.page-header {
	margin-top: 20px;
}
.contentSearchWrapper{
	margin-bottom: 15px;
	min-height: 50px;
	z-index: 10;
	
	position:-webkit-sticky; 
	position:sticky; 
	top:0;
}
#contentSearchContainer {
	display: block;
	background: white;
	padding-top: 5px;
}
#contentSearchContainer > .row {
	width: 100%;
}
#content-assignment-buttons {
	width: 100%;
}
#contentSearchContainer #contentSearchButtonDiv { white-space: nowrap }
.courseList input[type=checkbox] {
	position: relative;
    vertical-align: middle;
}
div.courseDisplayWrapper {
	/*font-size:12px;*/
	margin-bottom:5px;
}
div.llDescription, div.courseDescription, div.loadingContent {
	margin-bottom:3px;
	display:none;
}
div.courseDescription, div.loadingContent {
	margin-left:24px;
}
div.llDescription {
	margin-left:22px;
}
div.courseDescription {
	max-width: 1000px;
}
div.loadingContent div, div.llDescription div, div.courseDescription div {
	display:table;
	border:#dee2e6 thin solid;
	padding: 5px;
	background:#F5F5F5;
	border-radius: 3px; 
	line-height: 1.4em;
}
.alert.alert-secondary.llDescription, .alert.alert-secondary.courseDescription {
	background:#F5F5F5;
}
.alert.alert-info.contentTOC {
	margin-bottom: 3px;
}
div.courseDescription div {
	border-radius: 3px;
    padding: 10px;
    line-height: 1.4em;
	margin-left: -5px;
}
div.loadingContent {
	/*display:block;*/
}
.contentTOC {
	margin-left:27px;
	margin-top: 5px;
	padding:5px;
	border:#dee2e6 thin solid;
	background:#F1F9FF;
	border-radius: 3px;
    line-height: 1.4em;
}
.courseGroupedByUnit .contentTOC, .courseGroupedByUnit .contentQuiz {
	margin-left:30px;
}
div.llCategory, .addNewCategory {
	cursor:pointer;
	margin-left:20px;
	display:none;
	margin-bottom: 5px;
}
div.course {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 2.5px;
	margin-bottom: 2.5px;
}
.addNewCourse, .addNewCategory, .sortCourses {
	color:#93C9FF;
	font-style:italic;
	cursor:pointer;
}
.addNewCourse, .sortCourses { 
	display: inline-block; 
}
div.llTitle {
	cursor:pointer;
}
table.contentList {
	margin-left: 20px;
	display:none;
}
tr.groupByUnit {
	display:none;
}
tr.unitTitle div.courseTitle {
	margin-bottom:0px;
}
tr.groupByUnit td.contentNameCell {
	padding-left: 20px;
}
div.courseList, table.courseList {
	margin-left: 40px;
}
div.no_category, table.no_category {
	margin-left: 20px;
}
.contentListHover {
	background-color:#F1F1F1;
}
td.contentNameCell {
	width: 370px;
}
.indentSecondLineWrapper {
	margin-left:200px;
}
.indentSecondLine {
	text-indent:-200px;
}
table.contentList td {
	padding:0px;
	padding-bottom:5px;
    padding-right: 15px;
}
div.learningLibrary .courseList {
	display:none;
}
.contentName, .contentTitle {
	color: #005a9b;
	margin-left:5px;
	display:inline;
}
.contentTitleWithTOC {
	cursor:pointer;
}
.contentIcon {
	margin-right: 5px;
	/*margin-top: -5px;*/
}
.courseNumbering{
	min-width: 22px;
	text-align: right;
	display: inline-block;
	margin-right: 10px;
}
ul.toc {
	margin-left:15px
}
ul.toc li {
	list-style-type:disc;
	color:#000;
	margin-left:15px;
}
div.courseTitle {
	cursor: pointer;
	/* margin-bottom:5px; */
}
span.courseTitle {
	/*color: #005a9b;*/
}
.video.bordered {
	border: 1px solid #444;
    border-radius: 3px;
	background: #000;
}
.lockCourse {
	padding-right:1px;
	padding-left:1px;
}
.lockedCourse {
	cursor:default;
}
.customizationControl .moveEnabled { 
	cursor: pointer!important;
}

.customizationControl.moveContent .caret.icon { 
	width: 15px;
}
.customizationControl.moveDisabled .caret.icon { 
	cursor: default;
	color: #999;
}
.contentTitle > .customizationControlsWrapper {
	width: 40px;	
	display: inline-block;
}
.contentExpiration {
	float:right;
}
.near-expiration td:last-child {
	color: #000000;
	background-color: #fbcacc!important;
}
.adapRelUpdate {
	padding: 5px;
	border: 1px solid green;
	border-radius: 3px;
	/*visibility: hidden;*/
	display: none;
	/*display: inline;*/
}
.adapRelIndicator, .caIndicator {
	display:inline-block;
	width:12px;
	text-align:right;
}
.caIndicator img {
	width: 100%;
}
#courseSearchFormDiv {
	height:200px;
	display:none;
	border:thin solid #333;
	padding:3px;
	margin-bottom:15px;
	overflow:auto;
}
#screenCover {
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
}
#popOverDiv {
	background: #FFF;
	position: fixed;
	left: 10px;
	top: 10px;
	z-index: 2000;
	display: none;
	overflow:auto;
}
#popOverCloseButton {
	width: 26px;
	height: 30px;
	text-align:center;
	cursor:pointer;
	font-size:24px;
	font-weight:bold;
	color:#F00;
	background-color:#000;
	position: fixed;
	z-index: 2250;
	display:none;
}

.topPanel {
	border-bottom:1px solid #ddd;
	overflow-y: scroll;
}
.bottomPanel {
	margin-top:20px;
}

#modifyViewRow {
	display: inline-block;
	border-bottom:solid thin #ddd;
	margin-bottom:10px;
	padding:2px;
	padding-bottom:5px;
	overflow:auto;
	position:-webkit-sticky; 
	position:sticky;
	top: -7px;
    padding-top: 5px;
	background:#FFF;
}
/*
 * Used to modify the launch button for the display course functions.
 */
.displayCourseBtn {
	/*margin-left: 20px;*/
}
#popupAjaxBox .displayCourseBtn a {
	text-decoration: none;	
}


/*
 *	Messages
 */
.message {
	padding-left: 10px;
	border: 1px solid #999;
	padding: 5px;
	margin: 5px;
	font-weight:bold;
	cursor: pointer;
	background: url('../images/icons/plus.jpg') no-repeat 4px 8px;
	width: 400px;
}
.message p {
	margin-left: 20px;
}

.messageText {
	padding: 5px;
	margin: 5px 0 0 30px;
	font-weight:normal;
	cursor: text;
	display: none;
}
.messageTitle p:hover {
	color: #005a9b;
}
div.messageType {
	display:none;
}
div.messageTextDiv {
	margin-bottom:8px;
}
.open {
	background: url('../images/icons/minus.jpg') no-repeat 4px 8px;
}

.unread {
	background-color: #FFC;
}
.tagBox {
	padding: 10px 5px 5px 5px;
	margin: 5px 0 0 15px;
	font-weight:normal;
	display: none;
	clear:both;
	float:left;
}
.noDisplay {
	display: none!important;
}
.hidden {
	visibility: hidden;	
}
.clear {
	clear: both;	
}
.noClear {
	clear: none;
}
.userTags {
	margin-left: 15px;
	float:left;
}
.addATag {
	margin-left: 15px;
	float:left;
}
.tagList {
	overflow: auto;
	width: 220px;
	height: 180px;
}

.tag {
	border: 1px solid #999;
	padding: 3px;
	float: left;
	margin: 2px;
	padding-right: 15px;
	cursor: pointer;
	clear:both;
	display:block;
}
.tags {
	clear:both;	
}
.licenseTags {
	border: 1px solid #999;
	padding: 5px;	
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for IE6*/  
	height:200px;
	width: 500px;  
	background:#FFFFFF;  
	border:3px solid #000;  
	z-index:2;  
	font-size:14px; 
	top: 10px;
	margin-left: 200px;
}
.tag:hover {
	background-color: #FF9;	
}
.removeTag {
	background: url('../images/icons/xmark_small.png') no-repeat right;	
}
.closeBox {
	cursor: pointer;
	float:right;
}
#displaySearch {
	cursor: pointer;
	background-color: #FFF;
	margin-left: 10px;
	line-height:2em;
	margin-bottom: 10px;
}
#searchForm, #resultsDiv {
	clear:both;	
	margin: 15px;
}
.result {
	display: inline;
	clear:none;
	float:left;
}
span.searchHeader {
	text-align: right;
	float: left;
	width: 95px;
	display:inline;
	margin-right:5px;
	padding-top: 5px;
}
.customTag {
	display: none;
	margin-right:2px;
}

/*
 * Large header
 */
form h3 {
	color: #005a9b;
	font-size: 12px;
}
.btnDiv {
	padding: 5px;	
	cursor: pointer;
	width: 100%;
}
.learningLibrary .approved {
	padding: 5px;
}
.activationCode:hover {
	background-color:#FFFFB3;
}
.tagMargin {
	margin-left: 8px;	
}

#activationCodeList th{
	text-align:left;	
}
.licenseContentListing p {
	font-size:12px;
}
.pointer-events-on, .dropdown-item.pointer-events-on {
    pointer-events: auto;
}
.clickable { cursor: pointer }

/* Search forms */
.sticky-top {
	position:-webkit-sticky; 
	position: sticky;
	top: 0;
}
.sticky-top-sm {
	position: relative;
	top: inherit;
}
.sticky-top.search-form, .sticky-top-sm.search-form {
	background: #FFF;
	margin-top: -7px;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	top: -7px;
	margin-bottom: 10px;
}
.sticky-top.search-form.search-tag-form, .sticky-top-sm.search-form.search-tag-form {
	padding-bottom: 0;
}
.error {
	border: 1px solid red;
	color: red;
	background-color:#FF9;
	padding: 5px;
	text-align:center;	
	display: inline;
	vertical-align: middle; 
	display: none;
}
.warning {
	border: 1px solid #005a9b;
	color: #005a9b;
	background-color:#FF9;
	padding: 5px;
	text-align:center;	
	display: inline;
	margin: 4px;
	vertical-align: middle; 
	display: none;
}
.tagMessage {
	color: green;	
	display: none;
	float: left;
	clear: none;
	padding-left: 10px;
}
.courseDesc {
	padding-left: 25px;
}
/* quiz styles */
#student_quiz_list, #student_quiz,  #student_quiz_intro{
	width: 900px;
}
#student_quiz {
	height: 500px;
}
.answers {
	padding: 0px;
	margin: 0px;
}
.quizAnswers {
	margin-left: 20px;	
}
#assessmentNav {
	height: calc(90vh - 6em);
	overflow-y: scroll;
}
#questionsList {
	text-align: center;
}	
#questionsListTop { 
	margin-bottom: 10px;
}
#questionsList div.questionsListQuestion {
	border-top:1px solid #ccc;
	padding: 5px;
	cursor: pointer;
	position: relative;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
#questionContent .currentQuestion, #questionContent .totalQuestions{
    font-size: 200%;
	border-radius: 4px;
	width: auto;
    min-width: 35px;
    height: 35px;
    line-height: 25px;
    text-align: center;
	display: inline-block;
	padding: 5px;
}

.currentQuestion {
    background: #62d5db;
}
.totalQuestions {
    background: #DDD;
}
#overviewQuestions .flagged:after {
	font-size: 1.3em;
}

#questionsList div.questionsListQuestion:hover {
    background-color: #aae9ec;
}
#questionsList div.questionsListQuestion {
    border-top: 1px solid #999;
    padding: 5px;
    cursor: pointer;
    position: relative;
}
#questionsList .activeQuestion {
    background-color: #62d5db;
}
.answered {
    background-color: #BEFB88;
}
.questionText {
	font-weight: bold;
	font-size: 120%;
	clear:both;
	margin-top: 10px;
}
#defaultCountdown {
	position: sticky;
	top: 0;
	background: #FFF;
	z-index: 100;
}
#assessmentRows { 
	display: none; 
	width: Calc(100vw - 50px);
}
#assessmentRows #assessmentNavCol { 
	max-width: 160px;
}
#clockDisplay {
	font-size:120%;
	margin-left: 15%;	
	clear:none;
	float:left;
	display: inline;
	text-align:center;
}
#numberOfRows, .numberOfRows {
	font-weight: bold;	
	text-align: right;
	display: inline-block;
}
#totalCodesSelected, #totalUsersSelected{ 
	margin-right:15px;
	font-weight:bold;
	display: inline-block;
}
.correctAnswer {
	color: #090;
}
.incorrectAnswer {
	color: #600;
}
.selectedAnswer {
	font-weight: bold;
}
.quizType {
	border:1px solid #009900;
	background-color:#E6FFE6;
	padding:5px;
	font-weight:bold;
	text-align:center;
	border-radius: 4px;
}
.certIcon {
	height:14px;
	display:inline;
	margin-bottom: -2px;
	cursor:pointer;
}
#overviewQuestions table{
	padding: 5px;	
}
#overviewQuestions table tr td{
	text-align: center;	
}
#suborgListContainer {
	margin:5px;
}
#suborgHeader, .suborgHeader {
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}
.suborgOrgChildren {
	margin-left: 37px;
	display:none;
}
.suborgOrgChildrenFirst {
	margin-left: 0px;
	display:block;
}
.suborgOrgName {
	margin-bottom:5px;
	font-size:14px;
}
.suborgExpandControlPlaceholder {
	width: 23px;
	display:inline-block;
}
.suborgExpandControl {
	cursor:pointer;
}
.suborgChangeOrgButton {
	width:90px;
}
div.expired:not(:empty) {
	background-color:#FFB0B0;
	border-radius: 3px;
    padding: 2px;
}
div.closeToExpired:not(:empty) {
	background-color:#FFFFA6;
	border: 1px solid orange;
	border-radius: 3px;
    padding: 2px;
}
div.editInPlace_editable, .editInPlace_editable {
	background-color:#ffc;
}
.notEmail {
	background-color: #FF9;
	color: red;
	font-weight: bold;
}
.errorText {
	color: red;
}
.errorTextBox {
	border: 1px solid red;
    padding: 10px;
    border-radius: 5px;
    background-color: #f1f1f1;
	font-size: 13px;
    font-weight: bold;
}

/*  Messages */
tr.Unread td{
	font-weight:bold !important;
}
tr.Read td{
	font-weight: normal !important;
	font-style: italic;
	background-color: #F9F9F9 !important;
	color: #555;
}

.list-no-bullets {
	list-style-type: none;
}
tr.row-inactive td, .Inactive td{
	font-style: italic;
	background: #f7f7f7!important;
	color: #555;
}
tr.row-deleted td, .Deleted td{
	font-style: italic;
	background: #EFEFEF!important;
	color: #555;
}
tr.row-archived td{
	background: #f9f5f0;
}

/* Tablesorter */
.tablesorter-default td.view-content-td {
	padding: 5px 20px;	
}

/* jQuery UI adjustments */
.ui-widget-content .nav-tabs a {
    color: #007bff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
}
.ui-widget-header.ui-dialog-title-error {
	background-color: #ce364b;
	color: #FFF;
}
.radioSet {
	font-size: 1.2em;
	padding: 10px;
}

#hideChangeMessageType {
	display: none;	
}

.welcomeMessageContainer {
	/*width: 50%;*/
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
}
#welcomeMessage span#username {
	margin-left: 5px;
	font-weight: bold;
}

/* Welcome Messages */
.welcomeMessageDiv {
	background-color:#e5e5e5;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding: 15px;
	
	text-shadow: #FFF 1px 1px 1px;
}
.welcomeHeader {
	font-size: 30px;
	line-height: 40px !important;
}
.welcomeSubheader {
	margin-top: 15px;
	font-size: 14px;
	color: #005a9b;
}
.welcomeMessage {
	background-color: #FFF;	
	font-size: 14px;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 10px;
	min-height: 28px;
}
.welcomeMessage .orgMessage {
	text-align:center;
	line-height: 24px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}
.welcomeMessage .orgMessage .ignoreColorChange {
	color: #000;
}
.welcomeMessage p {
	padding: 5px 20px 20px 20px;
	display: none;
}
.miniMessageDiv {
	min-height: 90px;
	width: 260px;
	margin: 0 auto;
	margin-top: 25px;
	display: inline-block;
	vertical-align: top;
}
.welcomeMessageDiv.miniMessageDiv:hover {
	background-color: #f0f0f0;
}
.miniMessageDiv .welcomeHeader {
	text-align: center;	
	color: #005a9b;
	font-size: 24px;
}
.miniMessageDiv .welcomeMessage {
	text-align: center;	
	margin-top: 15px;
	
	background: none;
	padding: 0;
}
.welcomeMessageSubheader {
	text-align: right;	
	color: #005a9b;
	font-size: 12px;
	margin-top: 15px;
}

/* Mini Dialog */
.miniDialog {
	text-align:center;
	vertical-align: middle;
	line-height: 25px;
}
.miniDialog.success {
	color: #090;
}
.miniDialog.error {
	display: inline;
	border: none;
	background-color: #FFF;
	width: auto;
	padding: 0;
	margin: 0;
	float: none;
}
.miniDialog.error, .miniDialog.error p {
	color: #C00;
	font-weight: bold;
}

.closeOrgMessage {
	text-align: center;
	cursor: pointer;
	right: 0;
	top: 0;
	position: absolute;
}
.closeOrgMessage.x {
	border: 1px solid #900;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Tablesorter */
.tablesorter tr:hover td {
	background-color: #F9F9F9 !important;
}
.tablesorter-default thead .sorter-false {
	vertical-align: middle;	
}
.table-bordered thead td, .table-bordered thead th:empty {
    background: white;
    border: none;
}
.showAllLink { font-size:10px;color:#000;text-decoration:underline;cursor:pointer; }
.displayInlineBlock { display: inline-block; }

.button {
	cursor: pointer;
    background-color: #0b69b7;
	color: #FFF;
	border: 1px solid #dedede;
}
.button:hover {
    background: #2496f2;
    color: #FFF;
}
.button.buttonDisabled, .button.buttonDisabled:hover {
	background: #b1aea9;
	color: #FFF;
	cursor: default;
}
.button.launch {
	background-color: #f4a932;
	color: #333;
	display: inline-block;
	border-radius: 3px;
	padding: 0 8px;
	line-height: 1.618;
	min-width: 75px;
	box-shadow: none;
	border-color: #e7a43f;
}
.button.launch a {
	text-decoration: none !important;
	color: #593813 !important;
}
.button.launch:hover {
	background: #fcb95f;
}
.button.inactive,.button.launch.launchDisabled{
    background-color: #bec1c2;
    box-shadow: none;
    color: #f2f2f2;
    cursor: default;
	border-color: #dedede;
}
.button.launch.launchDisabled {
    cursor: default;
	color: #555;
}
.amatrol {
	color: #005a9b!important;
}
.amatrol-muted {
	color: #6288ae!important;
}
.icon-orange {
	color: #fd7e14!important;
}
.icon-green-muted {
	color: #93aa7b!important;
}
.icon-yellow-muted {
	color: #f9af42!important;
}
.ui-button.showAll {
    /*background-color: #447596;*/
	background-color: #005a9b;
	color: #FFF;
}
.ui-button.showAll:hover, .ui-button.showAll:active {
	background-color: #2470a8;
	color: #FFF;
}

/* Flag Icon */
#flagDisplay {
    color: #ce0000;
    font-size: 2em;
    margin-left: 10px;
    visibility: hidden;
}
.unflagged, .flagged {
	position: relative;
}
.unflagged:after {
	color: #cecece;
}
.questionsListQuestion.flagged:after {
	content: "\f024";
	color: #ce0000;
	position: absolute;
	right: 5px;
	top: 0.4em;
}
.questionsListQuestion.unflagged:after, .questionsListQuestion.flagged:after {
	bottom: 1px;
}
.oi.disabled { opacity: .35; background-image: none; cursor: default!important;}
.hardware-status-icon {
	width: 16px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	/*margin-right: 10px;*/
	color: #005a9b!important;
}
.hardware-icon, .no-hardware-icon , .hardware-icon-disabled, .no-hardware-icon-disabled{
	position: relative;
    vertical-align: middle;
}
.hardware-icon-disabled, .no-hardware-icon-disabled{
	color: #212529!important;
}

#overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.5);
  z-index: 2;
  cursor: auto;
}
#totalMatches { vertical-align:middle; }
#contentSearchButton { width: 67px; }

/* Assessment Review page */
#studentAnswers td { border-bottom: 1px solid #ccc; padding:10px; line-height:1.5em}
.answers-question-number { font-weight:bold; white-space:nowrap; /*text-align:center;*/ vertical-align: top;}
.answers-question-answer-img  { white-space: nowrap;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.answers-question-answer-img img { width:35px;height:35px; }
.answers-question-report-error {  position: absolute; bottom: 5px; right: 0; }
.answers-question-inactive-questions { background-color: #f1f1f1; }

.answerChoiceSpan { display:table-row; }
.answerChoiceSpan span { display:table-cell; vertical-align:top; }
.answerChoiceSpan label { display:table-cell;}

#newQuestionForm, #updateQuestionForm { font-size: larger; }

/* Site Agreement */
.site_agreement {
	max-width: 600px;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #b7e3f7;
	background-color: #ddf2fb;
	color: #005a9b;
	padding: 5px;
}
.site_agreement .site_agreement_buttons {
	margin-top: 10px;	
}

/* CMS Courses: Express Ready */
.express-msg {
	float: right;
	margin-right: 15px;
}
.express-msg.express-ready {
	color: #090;
}
.express-msg.express-not-ready {
	color: #ff0900;
}

/* Background Images */
.background_icon { width:10px;height:10px;display:inline-block; background-repeat:no-repeat;margin-left: 2px; }
.background_xmark { background-image: url('../images/icons/xmark_small.png'); }
.background_pencil { background-image: url('../images/icons/pencil_sm.png'); width:12px;height:12px;}
.background_continue { background-image: url('../images/icons/arrow-continue-top.png'); width:16px;height:16px;}
.background_continue_disabled { background-image: url('../images/icons/arrow-continue-top-disabled.png'); width:16px;height:16px; cursor: default;}


#orgName {
	font-size: 160%;	
}


/* Notice */
.notice {
	max-width: 600px;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #b7e3f7;
	background-color: #ddf2fb;
	color: #005a9b;
	padding: 5px;
}
.notice.notice-error {
	border: 1px solid #ffcaca;
	color: red;
	background-color:#ffecec;
}
.notice ul {
	margin-left: 15px;
}
.notice ul li {
	list-style-type:disc;
	color:#000;
	margin-left:15px;
}

.darkgray {
	color: darkgray;	
}

.videoDescriptionForPrint { 
	display: none;
}

.express-question{
	min-width:200px;
	border-top:#CCC thin solid;
}
.express-question.express-ready{
	background-color:#d3f4f5;
}

.subtext {
	font-style: italic;
	color: #555;
}

#orgLogoDiv { max-height: 100%; }

/* Responsive */
@media (min-width: 768px) {
	#sidebar-wrapper {
		margin-left: 0;
	}
	
	#page-content-wrapper {
		min-width: 0;
		width: 100%;
	}
	
	#wrapper.toggled #sidebar-wrapper {
		margin-left: -16rem;
	}
}
@media (min-width: 576px) {
	.ml-sm-indent { margin-left: 105px!important; }
}
@media (max-width: 600px) {
	#orgLogoDiv, #siteLogoDiv { display: none; }
	#orgNameDiv { text-align: center!important; font-size: 120% }
	/*#orgNameDiv, #orgName { line-height: 0.9em; }*/
	#assessmentRows #assessmentNavCol { 
		max-width: 100px;
	}
}
@media (max-width: 768px) {
	header, .bgHeader { height: 40px; }
	.showForMobile { display: inline-block; }
	#siteLogoDiv { display: none; }
	#orgLogoDiv { flex: 0 0 50%; max-width: 50%;}
	#orgNameDiv { text-align: right; }
	.navbar {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 10;
		background: #FFF;
	}
	#contentSearchContainer #contentSearchButtonDiv { margin-top: 5px; }
	.navbar-collapse {
		border-bottom: 1px solid #dee2e6;
	}
	.hideForMobile { display: none; }
	#changeSiteContainer {width: auto;display: inline-block;}
	#welcomeMessage span { display: none; }
	.sticky-top-sm {
		position:-webkit-sticky; 
		position: sticky;
		top: 0;
	}		
	#assessmentRows { 
		display: none; 
		width: auto;
	}
}
@media (max-width: 991px) {
	.w-sm-75 {
		width: 75%!important;
	}
}
@media (max-width: 1085px) {
	#navigation {
		display: none;
	}
	.innerDiv {
		margin: 0;	
	}
	#contentcolumn {
		margin-left: 0;
		border-left: none;
		min-height: 200px;
	}
	.blueCurveBar.curveLeft {
		margin-left: 0!important;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	.blueCurveBar.curveRight {
		display: none;	
	}
	#contentwrapper {
		float: none;
		padding: 10px;
		display: flex;
	}
}


.app-badges
{
	height: 60px;
	text-align: left;
	margin-top: 15px;
}
@media (max-width: 768px)
{
	.app-badges
	{
		text-align: center;
	}
}

.app-badge-apple
{
	display: inline-block;
	height: 100%;
}
.app-badge-apple img
{
	margin: 9px;
	height: 70%;
}

.app-badge-google
{
	display: inline-block;
	height: 100%;
}
.app-badge-google img
{
	height: 100%;
}

.app-badge-windows
{
	display: inline-block;
	height: 100%;
}
.app-badge-windows img
{
	margin: 9px;
	height: 70%;
}

/* Style for dragging table rows on 'Build Custom Course Page' */
.base-row-dragging{
	opacity: 75%;
	width: 50%;
	background-color: white;
	box-shadow: 1px 1px 1px 1px black;
	position: absolute;
	transform: translate(-50%, -50%);
	z-index: 99999;
	pointer-events: none;
	display: flex;
	justify-content: space-around;
}

/*Style for disabled buttons on content assignemnet page*/
.ca-btn:disabled{
	pointer-events: none;
	opacity: 50%;
}

/* Style for dragging custom course contnet on 'settings.php' custom course order tab */
.dragging-content-list-item{
	position: absolute;
	background-color: white;
	width: 50%;
	border: 1px solid black;
	z-index: 100;
}

.ghost-dragging-content-list-item{
	border: 1px solid gray;
	opacity: 50%;
}

.blank-tr-content-list-item{
	height: 20px;
}
