@import 'jplayer.css';
@import 'slideTemplates.css';

body, .jumbotron {
	color: #737373;
	font-size: 12px;
	font-weight: normal;
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}

.jumbotron h1 {
	font-weight: bold;
	line-height: 60px;
}

body {
	background: white;
}

body#skinSimpleFrame {
	overflow: inherit;
}

.stdFrame{
	position: relative;
	top: 10px;
}

body.cke_show_borders {
	overflow: auto;
}

table {
	font-size: 12px;
	border-spacing: 2px;
	border-collapse: separate;
}

img{
	height: auto;
}

p {
	margin-top: 4px;
	margin-bottom: 4px;
}

h1, h2, h3, h4 {
	font-weight: normal;
	font-size: 20px;
}

h2 {
	font-size: 18px;
	margin-bottom: 4px;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 15px;
}

form:not(.form-horizontal ) input, form:not(.form-horizontal ) textarea.cke_source
	{
	padding: 0;
	margin: 0;
}

.popup {
	font-size: 11px;
	font-weight: normal;
	background-color: #ececec;
	border: 1px solid #666666;
	padding: 4px;
	visibility: hidden;
	position: absolute;
}

#top, #fixed {
	width: 100%;
	z-index: 1000;
	top: 0;
}

#top{
	min-height: 106px;
}

#top .shadow {
    background-image: url(../images/titlebar/shadow.png);
}

#top .shadow {
    position: absolute;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 35px;
    margin-top: -1px;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

#pageName{
	background-color: #005581;
}

#pageName .container{
	border: none;
	padding: 0;
}

#top .affix .breadcrumb{
	padding: 2px 0;
}

#top .breadcrumb li a{
	color: white;
	background-color: #005581;
}

#top .breadcrumb li.active{
	color: white;
	font-weight: 500;
}

#top .breadcrumb a:hover{
	background-color: initial;
}

#top .breadcrumb {
	top: 10px;
	background: none;
	margin: 0;
	font-size: 12px;
	padding: 6px 0;
	margin-left: 12px;
}

#top .breadcrumb .hidden-xs {
	color: #ADA2A2;
}

#top #assignmentDetails h1 {
	border-bottom: none;
}

#pageHeader a, #global a, #global .assignmentUserName{
	color: white;
}

#global a:hover {
	background: inherit;
}

.navbar-collapse{
	background-color: white;
}

#pageHeader .navbar-collapse a{
	font-size: 12px;
}

#logo {
	height: 50px;
	text-indent: -9999px;
	width: 190px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position-y: 3px;
	background-image: url(../images/titlebar/MapleTALogo.png);
}

#logo img {
	width: 32px;
	height: 32px;
	margin: 7px 10px;
	float: right;
}

#pageHeader.bbAssignmentHeader #logo img {
	margin: 14px 5px;
	float: right;
}

#registration a {
	margin-top: 15px;
}


li>.disabled {
	color: lightgrey;
}

#clock {
	background: white;
	color: #737373;
	padding: 5px;
	border: 1px solid white;
	border-radius: 2px;
}

#menu>ul>li>a{
	padding: 15px 7px;
}

@media (min-width: 310px){
	#logo{
		width: 230px;
		background-position-y: initial;
	}
}

@media (max-width: 767px){
	.navbar-collapse .navbar-nav{
		border-bottom: 1px solid #e7e7e7;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	#pageHeader .navbar-collapse a{
		font-size: 11px;
	}	
	#menu>ul>li>a {
    	padding: 15px 4px;
	}
	.navbar-collapse{
		width: 753px;
	}
}

@media all and (min-width: 992px) {
	#menu>ul>li>a{
		padding: 15px 15px;
	}
}

#menu .dropdown-menu {
	min-width: inherit;
}

#pageHeader, #menu .dropdown-menu, #menu li.open a, #pageHeader .dropdown .dropdown-menu{
	background: white;
	color: #333333;
    z-index: 12;	
}

#pageHeader #menu .nav>li:hover>a, #pageHeader #menu .nav>li.open>a, #menu li.open a:hover {
	background: #005581;
	color: white;	
}

#pageHeader #menu .dropdown-menu{
	padding: 0;
	min-width: 200px;
}

#pageHeader #menu .dropdown-menu>li>a{
	padding-top: 10px;
	padding-bottom: 10px;
}

#holder {
	_top: 0;
}

.popupWindow #top{
	position: fixed;
	min-height: 94px;
}

#holder.headlessHolder{ 
	margin-top: 0px;
}



.content {
	position: absolute;
	width: 100%;
	height: auto;
	margin-top: 5px;
}

.sectionName{
	padding-left: 25px;
	padding-right: 0;
	word-wrap: break-word;
}

.container .sectionName{
	padding-left: 15px;
}

.simpleLayout .content, .simpleLayout #holder {
	margin-top: 0;
}

#pageContainer {
	width: auto;
	height: auto;
}

#assignmentQuestions div.assignmentOnlyPointsLabel {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
}

#assignmentQuestions ul.assignmentOnlyGroupsList {
	position: relative;
	margin-left: 45px;
}

#assignmentQuestions input.implicitpoints, #assignmentQuestions input.explicitpoints {
	position: absolute;
	left: -35px;
	text-align:right;
	width: 38px;
}

#assignmentQuestions span.assignmentOnlyGroupDescription {
	padding-top: 12px !important;
	padding-bottom: 6px !important;
}

#assignmentQuestions div.assignmentOnlyTotalPointsArea {
	margin-top: 5px;
	margin-left: 5px;
}

#assignmentQuestions input.assignmentOnlyTotalPointsValue {
	text-align:right;
	width: 38px;
}

#assignmentQuestions span.assignmentOnlyTotalPointsLabel {
	vertical-align: middle;
    display: inline-block;
    margin-top: 5px;
    padding-top: 4px;
    padding-bottom: 2px;
}

#assignmentQuestions td.realPage {
	border-bottom:1pt solid #cccccc;
}

#assignmentQuestions td.realPagePreview {
	border-bottom:none;
}

#assignmentQuestions a.previewRealPage {
	padding: 0px 0px 10px 4px;
	display: inline-block;
	height: 100%;
	color: #717171;
}

#assignmentQuestions a.previewRealPage:hover, a.previewRealPage:active {
	text-decoration: none;
}

#assignmentQuestions a.current {
	background-color: #ececec;
	color: #222222;
	font-weight: 700;
	text-decoration: none;
	cursor: default;
}

#instructionModuleMenu {
	word-break:break-all;
}

#instructionModuleMenu .pagename {
	width: 18em;
}

#instructionModuleMenu li.page, 
#instructionModuleMenu li.page:hover,
#instructionModuleMenu li.group, 
#instructionModuleMenu li.group:hover, 
#instructionModuleMenu li.question, 
#instructionModuleMenu li.question:hover {
	margin: 2px 0px 2px 0px;
	width: 100%;
	cursor: pointer;
}

#instructionModuleMenu li.page:hover, #instructionModuleMenu li.group:hover, #instructionModuleMenu li.question:hover {
    background: #eee;
}

#instructionModuleMenu li.page.aeEdit, 
#instructionModuleMenu li.page.aeEdit:hover,
#instructionModuleMenu li.group.aeEdit, 
#instructionModuleMenu li.group.aeEdit:hover, 
#instructionModuleMenu li.question.aeEdit, 
#instructionModuleMenu li.question.aeEdit:hover {
	cursor: default;
}

#instructionModuleMenu li.pagePassive, 
#instructionModuleMenu li.pagePassive:hover {
	margin: 2px 0px 2px 0px;
	width: 100%;
	cursor: default;
}

#instructionModuleMenu li.pageAddMenu {
	padding: 5px 20px;
} 

#instructionModuleMenu li.groupAddMenu {
	padding: 5px 20px;
} 

#instructionModuleMenu li.asgnAddMenu {
	padding: 20px 10px;
} 

.asgnAddMenu ul.dropdown-menu>li:hover, .groupoptions ul.dropdown-menu>li:hover, .questionoptions ul.dropdown-menu>li:hover{
	cursor: pointer;
}

#instructionModuleMenu li.question.runtime, #instructionModuleMenu li.question.runtime:hover {
	border-bottom: 1px solid #cccccc;
}

#instructionModuleMenu a:hover{
	color: #222222;
	text-decoration: none;
	cursor: pointer;
}

.questionPreviewButtons {
	border-top: 1px solid #bababa;
	padding-top: 15px;
	margin-bottom: 15px;
}

.groupTitle {
	font-size: 110%;
	border-bottom: none;
}

.aeProperties .aeInlineNameEdit {
	width: 60%;
	margin-bottom: 5px;	
}

.aeProperties .aeInlineWeightEdit {
	margin-bottom: 5px;	
}

.elTemplates {
  display: none;
}

#instructionModuleMenu li.aeAbove {
	border-top: 2px solid grey;
	margin-top: -2px;
}

#instructionModuleMenu li.aeBelow {
	border-bottom: 2px solid grey;
	margin-bottom: -2px;
}

#instructionModuleMenu li.aeInto {
  font-style: italic;
}

#instructionModuleMenu span.nodeName,
#instructionModuleMenu div.nodeName,
#instructionModuleMenu span.info,
#instructionModuleMenu span.branchInfo {
	padding: 4px 0 4px 10px;
	height: 100%;
	color: #717171;
	display: inline-block;
}

#instructionModuleMenu span.warning,
#instructionModuleMenu div.warning {
	padding: 4px 0 4px 10px;
	height: 100%;
	color: #B00D28;
	display: inline-block;
}

#instructionModuleMenu span.disabled, 
#instructionModuleMenu div.disabled {
	padding: 4px 0 4px 10px;
	height: 100%;
	display: inline-block;
}

#instructionModuleMenu li.group.explicitqnode.runtime{
	border-bottom: 1px solid #cccccc;
}

#instructionModuleMenu span.nodeName.pagepreview {
	display:inline;
	padding: 0px 0px 0px 0px;
}

#instructionModuleMenu  span.nodeName.disabled.grouppreview{
	display:inline;
	padding: 0px 0px 0px 0px;
}

#instructionModuleMenu  span.nodeName.warning.grouppreview{
	display:inline;
	padding: 0px 0px 0px 0px;
}

#instructionModuleMenu span.nodeName.warning.grouppreview.groupTitle.assignmentOnlyGroupDescription{
	display:inline;
	padding: 4px 0 4px 0px;
}

#instructionModuleMenu span.nodeName.disabled.grouppreview.groupTitle.assignmentOnlyGroupDescription{
	display:inline;
	padding: 4px 0 4px 0px;
}

#instructionModuleMenu a, #assignment #instructionModuleMenu span.nodeName{
	display: block;
}

#instructionModuleMenu a.current, #instructionModuleMenu li.current, #instructionModuleMenu li.current:hover {
	background-color: #ececec;
	color: #222222;
	font-weight: 700;
	text-decoration: none;
	cursor: default;
}

#instructionModuleMenu a.current:hover{
	text-decoration: underline;
}

#instructionModuleMenu ul.dropdown-menu {
	padding: 5px 0px;
}

#instructionModuleMenu ul ul {
	padding: 0px 0px 5px 5px;
}

#instructionModuleMenu ul ul ul{
	padding: 0 0 0 10px;
}

#instructionModuleMenu ul ul.qgroup {
}

#instructionModuleMenu ul ul.preview {
	padding: 0px 0px 0px 0px;
}

#aeSummaryModal ul {
	padding: 5px 0px 0px 10px;
}

#aeSummaryModal .summaryHeader {
	font-weight: bold;
}

#aeSummaryModal .summaryName {
	font-size: larger;
	font-weight: bold;
}

#aeSummaryModal ul ul {
	padding: 0px 0px 0px 20px;
}

#aeSummaryModal td {
    padding: 2px 2px 2px 5px;
}

#aeSummaryModal p {
    padding-left: 10px;
}

#aeSummaryModal .summaryGroup {
    font-weight: bold;
    color: #006699;
}

#aeSummaryModal .announce {
	padding-bottom: 5px;
}

#aeSummaryModal {
    cursor: default;
}

.mathedit {
	font: normal bold 14px Arial, sans-serif;
	text-decoration: none;
	margin-bottom: 2px;
	margin-left: 10px;
}

.mathedithelp {
	margin-right: 10px;
}

.mathedittable {
	border: 1px solid darkblue;
}

#pageHeader #menu .nav>li>a{
	color: #333333;
	border-right: 1px solid #e1e1e1;
}

#pageHeader #menu .nav>li:first-of-type>a{
	border-left: 1px solid #e1e1e1;
}

#pageHeader {
	background: white;
	opacity: 1;
	border: none;
	padding: 0;
	margin: 0;
}

#logo, .navbar, .navbar-nav>li>a{
	height: 54px;
	min-height: 54px;
}

#pageHeader.bbPageHeader, #pageHeader.bbAssignmentHeader {
	background: #8192A8;
}

#pageHeader.bbPageHeader .container {
	background: transparent;
	height: 100%;
	overflow: visible;
}

#pageHeader.bbAssignmentHeader .container {
	background: transparent;
	height: 100%;
	overflow: visible;
	margin-left: 0px;
}

#pageHeader h1, #pageHeader h2, #welcome {
	color: white !important;
}

.assignmentHeader #pageHeader h1, .assignmentHeader #pageHeader h2, .assignmentHeader #welcome {
    color: #737373 !important;
}

#pageName {
	clear: both;
}

#global {
	background: black;
	color: #ADA2A2;
	text-align: right;
	padding: 3px 10px;	
}

.asgnTreeView .active, .assignmentList .active {
	font-weight: bold;
}

.bbHeader h1, #pageHeader h1 {
	margin: 0px;
}

.bbHeader h1 {
	margin-top: 5px;
}

#title {
	width: 530px;
	height: 20px;
}

#pageHeader h1, #welcome, #title {
	padding-top: 6px;
	font-size: 18px;
}

#pageHeader.bbAssignmentHeader #welcome {
	padding-top: 20px;
}

.bbHeader h2, #pageHeader h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	float: none;
	font-weight: lighter;
	line-height: inherit;
}

#titleColumn {
	margin-top: 10px;
	float: left;
}

#assignment #main #top div.container-fluid{
	height: 30px;
}

#assignmentDetails {
	margin-left: 0px;
}

#assignmentDetails, #popupHeaderDetails{
	background-color: #005581;
	opacity: 0.95;
}

#assignmentModuleName, #popupHeaderDetails>div{
	font-size: 20px;
}

#assignmentDetails h1 {
	position: absolute;
	margin-top: 10px;
}

#clockMessage, #currentGrade, #assignmentModuleName, #popupHeaderDetails>div{
	margin-top: 0px;
	color: white;
	position: initial;
	left: initial;
	top: initial;
	line-height: 30px;
}

 #popupHeaderDetails #moduleName{
 	line-height: 30px;
 	margin-top: 0;
 	margin-bottom: 0;
 }

#assignmentDetails h1{
	left: 10px;
}

#assignmentModuleDetails{
	text-align: right;
}

#currentGrade, #clockMessage{
	display: inline-block;
	margin-left: 15px;
	white-space: nowrap;
}

.assignmentHeader #titleColumn {
	overflow: hidden;
	width: 170px;
}

@media all and (max-width: 1000px) {
	#global .container {
		width: auto;
	}
}
.dropdownScroll {
	overflow: auto;
	overflow-y: scroll;
	height : 1000%;
}

#assignmentButtons li>a.dropdown-toggle, #assignmentButtonsTop li>a.dropdown-toggle {
	color: inherit;
}

#assignmentButtons li>a:hover, #assignmentButtonsTop li>a:hover, #assignmentButtons li>a:active, #assignmentButtonsTop li>a:active, #assignmentButtons li>a:focus, #assignmentButtonsTop li>a:focus {
	text-decoration: none;
}

#assignmentButtons li.dropdown>a:hover, #assignmentButtons li.dropdown>a:active, #assignmentButtons li.dropdown>a:focus{
	background-color: initial;
}

#assignmentButtons .dropdown-menu>li>span.disabled:hover {
    background: initial;
    color: lightgray;
}

#assignmentButtons{
	text-align: right;
}

#assignmentButtons>div>ul, #assignmentButtons>div>ul>li{
	display: inline-block;
}

#assignmentButtons ul{
	list-style: none;
}

#assignmentButtons>ul>li, #assignmentButtonsTop>ul>li {
	float: left;
	margin-left: 5px;
}

#assignmentButtons>ul>li:first-child, #assignmentButtonsTop>ul>li:first-child {
	margin-left: 40px;
}


#customerLogo {
	float: right;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: -15px;
}

#pageMessage {
	height: 40px;
	width: 100%;
}

.section:before, .section:after {
	display: table;
	line-height: 0;
	content: "";
}

.section:after {
	clear: both;
}

.section, .expand {
	background: url(../images/misc/section_filler.jpg) repeat-x;
}

.section:first-of-type{
	background: none;
}

.subSection {
	clear: both;
}

.subSection .sectionMain {
	margin-top: -30px;
}

.sectionName h3, .expand h3 {
	padding: 30px 0 15px 0;
	margin: 2px 0 5px 0;
}

.sectionName h3 {
	width: 100%;
	font-size: 20px;
	cursor: pointer;
	padding: 25px 0 15px 0;
}

.sectionName h3:before{
	content: "-";
	color: #CCCCCC;
	font-size: 20px;
	width: 16px;
	height: 22px;
	display: inline-block;
	position: relative;
	top: -2px;
	left: 2px;
}

.collapsed .sectionName h3:before{
	content: "+";
	top: 0;
	left: 0;
}

.collapsed .sectionName h3 {
	display: block;
}

.sectionName h3:hover:before{
	color: #005581;
}

.section {
	background: url(../images/titlebar/divider.png) no-repeat;
	background-size: contain;
}

.collapsed .sectionName>* {
	display: none;
}

.collapsed .sectionMain {
	color: white;
}

.collapsed .sectionMain * {
	display: none;
}

.sectionName p {
	margin-right: 10px;
}

.sectionName ul, .actionList {
	padding-left: 0;
	list-style: none;
	margin: 0 0 10px 0;
}

.section a, .actionList a {
	color: #a4162c;
	cursor: pointer;
}

.section a.btn {
	color: black;
}

.section a.btn-primary, .section a.btn-success, .section a.btn-danger {
	color: white;
}

.sectionMain {
	min-height: 69px;
	padding: 20px 0 15px 10px;
}

#classDetails .sectionMain{
	min-height: 114px;
}

@media all and (min-width: 991px) {
	.sectionMain {
		padding-left: 40px;
		border-left: 1px solid #dbdbdb;
	}
}

#customCss {
	width: 600px;
	height: 200px;
}

#algorithmSection .ok {
	float: right;
	width: 4em;
	margin-right: 0;
	position: absolute;
	bottom: -10px;
	right: 0;
}

#algorithmDesigner>.row {
    margin-bottom: 10px;
    background-color: #FCFCFC;
    padding: 5px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
   	padding-bottom: 5px;
}

#algorithmDesigner>.row>div>.row{
	margin-bottom: 10px;
}

 h4.algorithmDesignerTitle{
	margin-top: 0;
}

a, .section th a {
	color: #006699;
}

a:active {
	color: #006699;
}

a:hover {
	color: #B00D28;
	background-color: #ececec;
}

/*
 * The style for "button"-type links.
 */
a.button, a.button:visited, input.button {
	height: 20px;
	border: 1px solid #999999;
	padding: 2px 8px 3px 8px;
	color: #666666;
	background-color: #ececec;
	text-decoration: none;
	font: bold 10pt sans-serif;
	white-space: nowrap;
	margin-left: 4px;
}

input.button {
	height: 22px;
	border: 1px solid #999999;
	padding: 0px 8px 3px 8px;
	color: #666666;
	background-color: #ececec;
	text-decoration: none;
	font: bold 10pt sans-serif;
	white-space: nowrap;
}

a.button:hover, input.button:hover {
	color: #000066;
	background-color: #cccccc;
	text-decoration: underline;
}

.inactive .button {
	border: 1px solid #999999;
	padding: 1px 8px 3px 8px;
	color: #666666;
	background-color: #ececec;
	text-decoration: none;
	font: bold 10pt sans-serif;
	white-space: nowrap;
}

/*
 * The style for "small-button"-type links.
 */
a.small_button, a.small_button:visited {
	border: 1px solid #999999;
	padding: 1px 4px 1px 4px;
	color: #666666;
	background-color: #ececec;
	text-decoration: none;
	font: bold 8pt sans-serif;
	white-space: nowrap;
}

a.small_button:hover {
	color: #000066;
	background-color: #cccccc;
	text-decoration: underline;
}

.inactive .small_button {
	border: 1px solid #999999;
	padding: 1px 4px 1px 4px;
	color: #666666;
	background-color: #ececec;
	text-decoration: none;
	font: bold 8pt sans-serif;
	white-space: nowrap;
}

form:not(.form-horizontal ) input, form:not(.form-horizontal ) textarea
	{
	width: auto;
	padding: 4px 6px;
	margin: inherit;
}

form:not(.form-horizontal ) select
	{
	width: auto;
	padding: 4px 2px;
	margin: inherit;
}

#inlineMathapp input {
	width: inherit;
}

#inlineMathapp input[type="text"] {
	width: 206px;
}

form:not(.form-horizontal ) select {
	width: inherit;
}

.questionstyle input, .questionstyle select {
	width: auto;
}

tr .strongshade {
	background-color: #ececec;
}

.warning {
	color: #B00D28;
}

.errorStyle1 {
	font-size: 10pt;
	color: maroon;
	font-weight: bold;
}

em.title {
	color: #666666;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

em.tableHeader {
	display: block;
	color: #006699;
	font-size: 16px;
}

em.info {
	display: block;
	color: #000000;
	font-size: 12px;
}

em.success {
	display: block;
	color: green;
	font-size: 12px;
}

em.error {
	display: block;
	font-size: 12px;
}

.error{
	color: red;
}

label, .label, .label:hover {
	display: inline;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
 * The decoration style for presenting a passing grade
 */
.passing_grade {
	color: green;
}

/*
 * The decoration style for presenting a failing grade
 */
.failing_grade {
	color: red;
}

.section table.classList th:first-child {
	width: 400px;
}

.assignmentList{
	margin-bottom: 20px;
}

.assignmentList .name {
	width: 180px;
}

.assignmentList .policies {
	width: 50px;
}

.assignmentList .availability {
	width: 20px;
}

.assignmentList .attempts {
	width: 20px;
}

.assignmentList .bestScore {
	width: 120px;
}

.rubricList th:first-child {
	width: auto;
}

.rubricList th:last-child {
	width: 120px;
}

.gradientTable {
	padding: 0;
	border-spacing: 0;
	border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;	
}

.sectionMain.gradientTable{
	margin-top: 1px;
	border-top-width: 2px;
}

.gradientTable>thead>tr>th, .gradientTable>tbody>tr>th {
	background: #F1F1F1;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 30px;
	vertical-align: bottom;
	height: 50px;
}

.gradientTable>thead>tr>th, .gradientTable>tbody>tr>th, .gradientTable>tbody>tr>td,
	.gradientTable>thead>tr>td {
	padding: 5px 10px 3px 10px;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
}

.gradientTable>thead>tr>th:first-child, .gradientTable>tbody>tr>th:first-child,
	.gradientTable>tbody>tr>td:first-child {
	padding-left: 40px;
}

.gradientTable>tbody>tr>th:last-child, .gradientTable>tbody>tr>td:last-child
	{
	border-right: 1px solid #dbdbdb;
}

#unitsTable, #summaryTable {
	border-left: 1px solid #dbdbdb;
}

.gradientTable>tbody>tr:last-child>td {
	border-bottom: 1px solid #dbdbdb;
}

.gradientTable th.noBorder, .gradientTable td.noBorder {
	border-right: 0;
}

.gradientTable th.centered, .gradientTable td.centered {
	text-align: center;
}

.gradientTable th.leftAlign, .gradientTable td.leftAlign {
	text-align: left;
}

.gradientTable th.rightAlign, .gradientTable td.rightAlign {
	text-align: right;
}

.gradientTable th.topAlign, .gradientTable td.topAlign {
	vertical-align: top;
}

.gradientTable th.middleAlign, .gradientTable td.middleAlign {
	vertical-align: middle;
}

.gradientTable th.roles-six, .gradientTable td.roles-six {
	width: 14%;
}

.gradientTable th.roles-six:first-child, .gradientTable td.roles-six:first-child
	{
	width: 30%;
}

.gradientTable th.roles-seven, .gradientTable td.roles-seven {
	width: 12%;
}

.gradientTable th.roles-seven:first-child, .gradientTable td.roles-seven:first-child{
	width: 28%;
}

.hints td:first-child {
	width: 250px;
}

#assignmentQuestions td hr {
	margin: 0;
}

#classDetails h1{
	margin-top: 0;
}

/*
 * The "tabular_list" environment is used to present lists of assignments
 * for the AE and the CHP.
 */
table.tabular_list {
	border-collapse: collapse;
	border-bottom: 1px solid #808080;
	white-space: nowrap;
}

table.tabular_list tr.head th {
	background: #ececec;
	border-top: 1px solid black;
	border-bottom: 2px solid black;
	text-align: left;
}

table.tabular_list thead tr th {
	background: #ececec;
	border-top: 1px solid black;
	border-bottom: 2px solid black;
	text-align: left;
}

table.tabular_list td {
	border-top: 1px solid #808080;
	padding-right: 3px;
	padding-left: 3px;
}

table.tabular_list th {
	padding-right: 3px;
	padding-left: 3px;
}

tr.sub_part {
	border: none;
}

tr.sub_part td {
	border: none;
	padding-left: 30px;
}

#assignmentType tr, #assignmentType td, #assignmentType .sub_part td {
	border: none;
}

#assignmentType td {
	border-top: 1px solid #dbdbdb;
}



/* displaytag styles */
table.simple {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 80%;
	margin: 20px 0 20px 0;
}

table.simple thead tr th {
	background-color: #069;
	color: #fff;
}

table.simple tr.odd {
	background-color: #fff;
}

table.simple tr.even {
	background-color: #eee;
}

table.simple td, table.simple th {
	border: 1px solid #ccc;
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: top;
}

table.simple th a, table.simple th a:visited, table.simple th label {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
}

table.simple th label {
	display: inline;
}

table.simple th a:hover {
	color: #069;
}

table.simple th.sorted {
	background-color: #09c;
}

.toggle {
	position: relative;
	background-color: white;
	padding: 0px 5px 0px 5px;
}

TR.extraData TD {
	background-color: #ffffff;
}

TR.extraData TD.title {
	font-weight: bold;
}

.spacer, TR.extraData TD.spacer {
	width: 15px;
	background-color: #fff;
}

table.gridpages td.selectedpage a:link, table.gridpages td.selectedpage a:hover,
	table.gridpages td.selectedpage a:visited, table.gridpages td.selectedpage a:active
	{
	color: #0000ff;
	font-weight: bold;
}

table.gridpages td {
	width: 2.4em;
	text-align: center;
}

div.rosterUpload {
	height: 400px;
	overflow: auto;
	margin: 3px;
	border: 1px solid #ccc;
	padding: 0px 5px 0px 0px;
}

div.rosterProfiles {
	margin: 5px 0px 0px 0px;
}

a.file, a.file:visited, a.file:active {
	color: #006699;
	background-color: #ffffff;
	text-decoration: none;
}

a.file:hover {
	color: #006699;
	background-color: #ffffff;
	text-decoration: underline;
}

a.aeQuestion, a.aeQuestion:visited, a.aeQuestion:active {
	color: #777777;
	background-color: #ffffff;
	text-decoration: none;
}

a.aeQuestion:hover {
	color: #777777;
	background-color: #ffffff;
	text-decoration: underline;
}

a.aeSelectedQuestion, a.aeSelectedQuestion, a.aeSelectedQuestion:active
	{
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

a.aeSelectedQuestion:hover {
	color: #000000;
	background-color: #ffffff;
	text-decoration: underline;
}

.highlighted {
	background-color: #efefef;
}

#pageDialog {
	display: none;
}

#changeMathContainer {
	width: 375px;
	overflow: hidden;
}

table.adaptiveProgressTable {
	border-collapse: collapse;
	width: auto;
}

table.adaptiveProgressTable th {
	Font-size: small;
}

td.adaptiveProgressTD {
	border: 1px solid #888;
	line-height: 5px;
	width: 15px;
}

td.correct {
	background-color: #009000;
}

td.incorrect {
	background-color: red;
}

td.current {
	background-color: blue;
}

.questionErrorIndicator {
	vertical-align: text-bottom;
}

#proctorPermissions {
	border: 1px solid black;
	padding: 10px 10px 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#proctorPermissions .controls {
	margin-left: 0;
}

#proctorPermissions input[type='text'] {
	width: 80px;
}
#proctorPermissions label {
	padding-left: 0;
	padding-right: 0;
}

.labelledImage {
	position: relative;
}

.labelledImage * {
	position: absolute;
	margin: -14px 0 0 -1px;
	font-family: "Times New Roman", serif, times;
	font-size: 14px;
}

.labelledImage img {
	margin: 0;
	left: 0;
}

.cke_dialog_contents input {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	padding: 4px 6px;
	width: inherit;
}

h3.twisty {
	text-decoration: underline;
	cursor: pointer;
}

h3.twisty:hover {
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}

.mathEditor {
	border: 1px solid grey;
}

.mathAppWorksheetURL, .mathAppTextArea {
	width: 500px;
}

.mathappDimLabel {
	width:115px;
	display: inline-block;
}

#currentFolder {
	width: 300px;
}

#saveFileName {
	width: 200px;
}

/*
 * The following styles are used in questions generated by LaTeX2EDU
 */
.cmr-10 {
	font-size: 83%;
}

.cmr-8 {
	font-size: 66%;
}

.cmr-6 {
	font-size: 50%;
}

.csy-10 {
	font-size: 83%;
}

.cmsy-8 {
	font-size: 66%;
}

.cmsy-6 {
	font-size: 50%;
}

.cmmi-12 {
	font-style: italic;
}

.cmmi-10 {
	font-style: italic;
	font-size: 83%;
}

.cmmi-8 {
	font-size: 66%;
	font-style: italic;
}

.cmmi-6 {
	font-size: 50%;
	font-style: italic;
}

.cmtt-12 {
	font-family: Courier New, Courier, fixed;
}

.cmtt-10 {
	font-size: 83%;
	font-family: Courier New, Courier, fixed;
}

.cmtt-8 {
	font-size: 66%;
	font-family: Courier New, Courier, fixed;
}

.cmtt-6 {
	font-size: 50%;
	font-family: Courier New, Courier, fixed;
}

.cmti-12 {
	font-style: italic;
}

.cmti-10 {
	font-style: italic;
	font-size: 83%;
}

.cmti-8 {
	font-style: italic;
	font-size: 66%;
}

.cmti-6 {
	font-style: italic;
	font-size: 50%;
}

.cmbx-12 {
	font-weight: bold;
}

.cmbx-10 {
	font-weight: bold;
	font-size: 83%;
}

.cmbx-8 {
	font-weight: bold;
	font-size: 66%;
}

.cmbx-6 {
	font-weight: bold;
	font-size: 50%;
}

.cmbxti-10--120 {
	font-style: italic;
	font-weight: bold;
}

td.td00 {
	padding-left: 0pt;
	padding-right: 0pt;
}

td.td01 {
	padding-left: 0pt;
	padding-right: 5pt;
}

td.td10 {
	padding-left: 5pt;
	padding-right: 0pt;
}

td.td11 {
	padding-left: 5pt;
	padding-right: 5pt;
}

.hline hr, .cline hr {
	height: 1px;
	background-color: #999999;
}

table.adaptive {
	margin: 0 auto;
}

div.adaptive div.adaptiveCheck img{
	width: 25px;	
}

span.adaptiveSectionLabel{
	font-weight: bold;
	margin-right: 1em
}

div.adaptiveSectionControls{
	padding: 0 5px;
}

div.adaptiveSectionControlsLabel img{
	vertical-align: top;
}

div.adaptiveSectionControlsLabel strong {
    margin-right: 1em;
}

form:not(.form-horizontal ) div.adaptiveSectionControlsButtons input {
	margin-right: 5px;
	padding: 6px 12px;
}

.questionButtons{
	padding: 7px 5px 5px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.questionWrapper:hover{
	outline: 1px solid #DDD;
	outline-offset: 2px;
}

.questionWrapper:hover .questionButtons{
    background-color: #F9F9F9;
    outline: 2px solid #F9F9F9;
    
}

/* Use box-shadow in Firefox because of https://bugzilla.mozilla.org/show_bug.cgi?id=480888 */
@-moz-document url-prefix() {
   .questionWrapper:hover{
		outline: none;
		box-shadow: 0 0 0 1px #DDD;
    }   
    .questionWrapper:hover .questionButtons{
    	outline: none;
	}
}

.questionButtons>.btn{
	margin-bottom: 3px;
}

a.helpLink {
	color: #a4162c;
	cursor: pointer;
	background-color: transparent;
}

a.helpLink:hover{
	background-color: transparent;
}

.startHidden, .helpLink, .slide, .slideNote, .asgnDesc, #buildDate {
	display: none;
}

.slide, .slides {
	height: 565px; 
	width: 800px;
	overflow: hidden;
	position: absolute;
}


/* Container for slide feedback */
.slide-feedback{
    border: 3px solid #eee;
    border-radius: 4px;
    padding: 5px;
    width: 97%;
    margin: 10px;
    position: absolute;
}
.slide-scroll {
	overflow:auto;
}

/* 
 * Color code to indicate a requirement in a mastery session as been fully met.
 */
.mastery_requirement_met {
	background: #008800;
}

/* 
 * Color code to indicate a requirement in a mastery session as been partially met.
 */
.mastery_requirement_partially_met {
	background: #00ff00;
}

/* 
 * Color code to indicate a requirement in a mastery session as been started but no redit earned yet.
 */
.mastery_requirement_begun {
	background: #ffff00;
}

#algorithmDesigner label{
	font-weight: normal;
}

#algorithmDesigner input, #algorithmDesigner select {
	width: auto;
	display: inline-block;
}

input#algoLibPath, input#algoLibButton, input#algoMapleCommand{
	width: 100%;
}

#algorithmEditor {
	width: 100%;
	height: 250px;
}

table#algorithmPreview {
	margin-top: 10px;
}

table#algorithmPreview th:first-child {
	width: 200px;
}

.fullWidth {
	width: 670px;
}

.popupWindow {
	overflow: auto;
}

.popupWindow #main #inner{
	position: relative;
	top: 79px;
}

.popupWindow .content{
	padding-left: 15px;
	padding-right: 15px;	
}

#assignment .content, .popupWindow .content{
	position: relative;
}

#choicesList {
	list-style: none;
	margin: 0;
	padding: 0;
}

#choicesList .check, #choicesList .ed, #choicesList .btn {
	float: left;
}

#choicesList .check{
	margin-right: 10px;
}

#choicesList .ed{
	margin-bottom: 20px;
}

#choicesList .btn, #choicesList .cke_skin_kama {
	margin-left: 15px;
	margin-bottom: 15px;
}

#inlineFrame {
	height: 540px;
	width: 805px;
}

.inlineLayout>*{
	float: left;
}

.inlineLayout .leftCell {
	width: 145px;
}

.inlineLayout .rightCell {
	
	width: 602px;
}

.inlineLayout .form-control{
	display: inline-block;
}

.inlineLayout h1{
	margin-top: 15px;
}

strong label {
	font-weight: bold;
}

.choiceRow {
	clear: both;
}

.dropdown-menu>li>span {
	display: block;
	padding: 3px 23px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	white-space: nowrap;
}

.dropdown-menu>li>span:hover {
	background: #737373;
	color: white;
}


.sectionName #sroTable {
	width: 90%;
	border-collapse: collapse;
}

.sectionName #sroTable td, .sectionName #sroTable th {
	border: 1px solid;
	margin: 2px;
	text-align: center;
}

.expand {
	padding-left: 20px;
}

.float-space {
	height: 80px;
}

.float-space-table {
	height: 80px;
	display: table;
}

.float-space-extra {
	height: 180px;
}
	
.actions-float {
	z-index: 9001;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 8px 0;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
}

.actionsMain{
	padding-left: 40px;
}

#rubricButtons.actionsMain{
	padding-left: 0;
}

#assignment .actions-float{
	width: 100%;
}

.popupWindow .content .actions-float{
	margin-left: 0;
}

.asgnTreeView ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.asgnTreeView ul:first-child {
	width: 680px;
}

.asgnTreeView li {
	margin: 0;
	padding: 0 0 0 15px;
}

.asgnTreeView ul ul ul {
	display: none;
	margin: 5px 0;
}

.section .asgnTreeView a, .section .asgnTreeView span {
	padding: 10px 20px;
	display: block;
	margin: 5px 0;
}

.section .asgnTreeView a.groupLink {
	background: #014f76;
	color: white;
}

.section .asgnTreeView .asgnLink a, .section .asgnTreeView .asgnLink span
	{
	background: #94d3e5;
	color: black;
}


input.calendar {
	cursor: pointer;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.pointer {
	cursor: pointer;
}

span.deleteicon {
	position: relative;
}

span.deleteicon span {
	cursor: pointer;
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: -9px;
	width: 16px;
	padding-right: 2px;
	font-size: 23px;
	color: #bcbcbc;
}

span.deleteicon input {
	padding-right: 21px;
}

form:not(.form-horizontal ) select.groupPosition {
	width: 50px;
}

.form-group .text{
	margin-top: 7px;
}

input.gwt-TextBox {
	width: auto;
	padding: 2px 2px;
	text-align: center;
}

button.gwt-Button {
	padding: 1px 6px;
}

table.arbitraryMatrixPanel td {
	vertical-align: top;
}

.panelTable2 {
	display: table;
	margin-bottom: 10px;
}

.panelTable1 {
	display: table;
	margin-bottom: 45px;
}

.panelTable {
	display: table;
	margin-top: 15px;
}

.panelRow {
	display: table-row;
}

.panelCell {
	display: table-cell;
	padding: 5px 10px 5px 0;
	white-space: nowrap;
}

.pcLeft {
	text-align: left;
}

.pccenter {
	text-align: center;
}

.pcright {
	text-align: right;
}

.pctop {
	vertical-align: top;
}

.pcbottom {
	vertical-align: bottom;
}

.pcmiddle {
	vertical-align: middle;
}


hr.darker {
	border-top-color: #dedede;
}

.panelCell>input[type="checkbox"] {
	vertical-align: top;
}

.panelDivider {
	padding-left: 15px;
	border-left: 1px solid #dbdbdb;
}

#lockdownFrame .jumbotron {
	margin-top: 50px;
}

#lockdownFrame .jumbotron h1 {
	margin-left: 0;
	font-size: 50px;
}

#lockdownFrame iframe {
	display: none;
}

#lockdownFrame #frameContainer:-webkit-full-screen iframe {
	display: block;
	width: 100%;
	height: 100%;
}

#lockdownFrame #frameContainer:-moz-full-screen iframe {
	display: block;
	width: 100%;
	height: 100%;
}

#frameContainer {
	width: 100%;
	height: 100%;
}

#insessionModal {
	width: 900px;
	margin: 0 0 0 -450px;
}

.modal{
	z-index: 10000;
}

#extendSession{
	z-index: 99999;/*session warning should appear on top of everything else*/
}

#insessionModal .modal-body {
	max-height: 400px;
}

.multiCh label {
	font-weight: normal;
	display: inline-block;
}

.multiChHorizontal td label {
	margin-right: 15px;
}

.blankdisabled {
	background-color: #ffffff;
	color: #000000;
	padding-left: 4px;
	cursor: pointer !important;
	width: auto;
	display: inline-block;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
}

.blankenabled{
	display: inline-block;
    box-sizing: content-box;
    height: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

form select.blankenabled{
	padding: 4px 6px;
}

.blanktable {
	border: #d3d3d3 1px dotted;
	border-collapse: collapse;
}

.blanktable>tbody>tr>td {
	border: #d3d3d3 1px dotted;
	border-collapse: collapse;
	padding: 0px 5px;
}

div.attempt {
	margin-bottom: 5px;
}

.response {
	display: inline-block;
	position: relative;
}

.incorrect {
	border-color: red !important;
	background: url(../images/grading/incorrect_small.png);
}

.partialCorrect {
	border-color: rgb(255, 255, 157) !important;
	background: url(../images/grading/partial_small.png);
}

.correct {
	border-color: lightgreen !important;
	background: url(../images/grading/correct_small.png);
}

.insession {
	display: inline-block;
	border: 2px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 2px;
	padding: 0px 20px 0px 0px;
	border: 2px solid;
	background-repeat: no-repeat;
	background-position: right 3px center;
	cursor: pointer;
}

.result label {
	font-weight: bold;
}

.questionstyle .response input {
	margin-right: 5px;
}

.slideshow {
	width: 810px;
	min-height: 602px;
}

.slideshow.expanded{
	height: auto;
}

.videoContainer, .startscreen, .expanded .slide {
	width: 800px;
	height: 600px;
	position: relative;
	border-radius: 6px 6px 0 0;
	border: 1px solid rgba(0, 0, 0, .3);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	box-sizing: content-box; 
}

.expanded .slides{
	overflow: visible;
	position: relative;
}
.expanded .slides{
	height: auto;
}

.expanded .slide, .expanded .slides{
	border-radius: 6px;
	margin-bottom: 5px;
}

.slideshow div.jp-audio {
	margin: 0;
}

.videoContainer {
	background-color: white;
	z-index: 100;
	overflow: hidden;
}

.videoContainer.playing, .expanded .videoContainer {
	top: 0;
	overflow: visible;
}

.expanded .videoContainer, .slideshow.expanded {
	height: inherit;
	border-color: transparent;
	box-shadow: none;
}

.videoContainer .header ul {
	display: none;
}

.videoContainer.playing .header ul {
	display: block;
	list-style: none;
	font-size: 25px;
	padding: 1px 10px 0 0;
	float: right;
	line-height: 34px;
}

.videoContainer.playing .header ul .fa-film{
	font-size: 24px;		
}

.videoContainer.playing .header li {
	float: left;
	margin-right: 10px;
	width: 30px;
	text-align: center;
	color: #DDDDDD;
	border-radius: 5px 5px 0 0;
}

.videoContainer.playing .header li:hover {
	cursor: pointer;
	color: white;
}

.videoContainer.playing .header li:last-child {
	margin-right: 0;
}

.videoContainer .topnav li.active{
	background: white;
	color: #737373;
}

.videoContainer .topnav li.active:hover{
	color: black;
}

.videoContainer .header>h2{
	float: left;
	font-size: 2em;
	line-height: 35px;
	margin: 0 0.5em;
	color: white;
}

.startscreen{
	text-align: center;
	background: rgba(231, 230, 230, 0.4);
	color: #333;
	z-index: 200;
	position:absolute;
}

.expanded .startscreen, .expanded .jp-audio{
	display: none;
}

.startscreen div {
	position: relative;
	top: 20%;
	padding: 20px;
}

.loading, .beginbutton {
	font-size: 180px;
}

.loading {
	margin: 0 auto;
}

.beginbutton {
	padding-top: 20px;
	margin: 0 auto;
	height: 180px;
	width: 180px;
	cursor: pointer;
}

.beginbutton:hover {
	color: rgb(105, 100, 100);
}

.notesContainer, .glossaryContainer, .navigationContainer{
	position: absolute;
	max-height: 92%;
	z-index: 999;	
	overflow-y: auto;
	border-style: solid;
	border-color: #333333;
	border-width: 0 1px 1px 1px;
	top: 35px;
	background: rgba(255,255,255,0.95);
	z-index:1;
	border-radius: 0 0 5px 5px;	
}

.navigationContainer{
	float: right;
	right: 0;
	width: 30%;
	margin-right: 1px;
	text-align: left;
}

.navigationContainer ol{
	padding-left: 40px;
	padding-top: 0;
}

.notesContainer, .glossaryContainer{
	width: 798px;
	left: 1px;	
}

.notesContainer{
	padding: 1em;
}

.glossaryContainer{
	padding: 0;
}

.glossaryContainer div.glossaryContent{
	overflow-y: auto;
	position: relative;
	padding: 0 1em;
}

.glossaryContainer div.glossaryContent>h1{
	font-size: 1.5em;
	background: #EFEFEF;
	padding: 0.5em;
	margin-left: -12px;
	margin-right: -12px;
	transition: background-color 1s, color 1s;	
}

.glossaryContainer div.glossaryContent>div{
	margin: 0 1em;
}

.glossaryTermHighlight{
	border-bottom: 1px dotted #737373;
}

.glossaryTermHighlight:hover{
	background: #EFEFEF;
	cursor: pointer;
}

.glossaryContainer div.glossaryContent>h1.glossaryEntryFocus{
	background-color: #737373;
	color: white;
}

.navigationContainer, .navigationContainer li a, .navigationContainer li a:hover {
	color: #333;
}

.navigationContainer>ol {
	top: 0;
	width: 100%;
	margin-left: 0;
	margin-top: 10px;
}

.navigationContainer>ol>li {
	padding: 0;
	margin-left: -19px;
	border-bottom: 1px solid #EFEFEF;
	font-size: 80%;
}

.navigationContainer>ol>li:first-child {
	border-top: 1px solid #EFEFEF;
}

.navigationContainer a {
	display: block;
	line-height: 25px;
}

.navigationContainer li:hover {
	background: #EFEFEF;
}

.navigationContainer li span {
	float: right;
	margin-right: 10px;
}

.seek-bar {
	position: absolute;
	left: 50px;
	width: 560px;
	background: #706d6d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .4), 0px 1px 0px
		rgba(255, 255, 255, .4);
	-moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .4), 0px 1px 0px
		rgba(255, 255, 255, .4);
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .4), 0px 1px 0px
		rgba(255, 255, 255, 
		.4);
	height: 10px;
	float: left;
	margin-top: 10px;
}

.cursor-wait {
    cursor: wait;
}

.cursor-initial {
    cursor: initial;
}

.marker-in {
	background-color:blue;
}

.marker-out {
	background-color: yellow;
}

.play-bar {
	background: #CCCCCC;
	width: 0px;
	height: 10px;
	position: relative;
	z-index: 1000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.marker {
	width: 0px;
	height: 11px;
	position: absolute;
	top: 0;
	z-index: 2000;
	border: 1px solid white;
}

.playHead {
	position: absolute;
	top: -3px;
	background: url("../../../third-party/jplayer/handle.png") no-repeat center;
	width: 16px;
	height: 17px;
	z-index: 3000;
	margin-left: -8px;
}

.time-holder {
	position: absolute;
	left: 635px;
	top: -5px;
}

.current-time, .duration {
	font-size: 11px;
	color: #ececec;
	margin-top: 12px;
	float: left;
}

.current-time {
	float: left;
	display: inline;
}

.duration {
	float: left;
	display: inline;
	text-align: right;
}

#output {
	font-family: monospace;
	font-size: 30px;
	margin: 0 auto;
	text-align: center;
}

#info {
	font-family: monospace;
	font-size: 20px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
}

div.jp-interface{
	background: #333333;
}

div.jp-audio div.jp-type-single a.play, div.jp-audio div.jp-type-single a.pause{
	border-right-color: #4F4F4F;
}

a.play, a.pause{
	cursor: pointer;
	position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    width: 33px;
    height: 30px;
    z-index: 1;
    outline: none;
}

a.play{
	background: url("../../../third-party/jplayer/jplayer-black-and-yellow.png") 0 0 no-repeat;
}

a.pause{
	background: url("../../../third-party/jplayer/jplayer-black-and-yellow.png") 0 -30px no-repeat;
	display: none;
}

.slideshow .pauseBar, .slideshow .finished, .slideshow .no-audio-controls {
	top: 8px;
	height: 36px;
	padding-top: 3px;
	text-align: center;
	background: #333333;
	color: #FFF;
	z-index: 105;
	width: 802px;
}

.slideshow .pauseBar .fa-repeat{
	line-height: 20px;
}

 .slideshow .pauseBar .finishedMessage, .slideshow .pauseBar .pausedMessage{
 	position: relative;
 	top: 2px;
 	font-size: 14px;
 	margin-right: 1em;
 }

.slideshow .no-audio-controls{
	text-align: center;
	line-height: 30px;
	height: 30px;
	padding-top: 0;
}

.slideshow .no-audio-controls button, .slideshow .no-audio-controls button:focus{
	height: 100%;
	margin: 0;
	padding: 6px 40px;
	background: #404040;
	border: 1px solid #4F4F4F;
	border-radius: 0;
	color: #CCCCCC;
	outline: none !important;
}

.slideshow .no-audio-controls button:disabled{
	background: #333333;
	color: #4F4F4F;
}

.slideshow .no-audio-controls button:hover, .slideshow .no-audio-controls button:active{
	background: #505050;
	border: 1px solid #4F4F4F;
	color: #FFFFFF;
}

.slideshow .no-audio-controls button.nextSlide{
	float: right;
	margin-right: 0;
}

.slideshow .no-audio-controls button.previousSlide{
	float: left;
	margin-left: 0;
}

.slideshow .header {
	height: 35px;
	color: #FFFFFF;
	background: #333333;
	border-radius: 6px 6px 0 0;
}

.slideshow .header h1 {
	font-weight: bold;
	font-size: 1.0em;
	line-height: 35px;
	margin: 0 0 0 10px;
}

.slideshow #container {
	min-width: 800px;
	min-height: 600px;
	width: 800px;
	height: 600px;
	border-radius: 6px 6px 0 0;
	background-color: white;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	border: 1px solid rgba(0, 0, 0, .3);
	margin: 1.250em auto 0 auto;
}

textarea#slide-note{
	max-width: 800px;
}

#slideNotesContainer{
	width: 802px;
	border: 1px solid #CCCCCC;
	height: 600px;
	padding: 1em;
	overflow-y: auto;
	clear: both;
	height: 600px;
}

#slideNotesContainer>h1:first-child{
	margin-top: 0;
	margin-bottom: 1em;
}

#slideList{
	list-style-position:inside;
	padding: 0 10px 0 0;
}

#slideList>li {
	padding: 2px 3px 2px 10px;
	border-radius: 7px;
	cursor: row-resize;
}

#slideList .curSlide {
	border: 2px solid darkblue;
	color: darkblue;
}

#slideList .icon-resize-vertical {
	margin-top: -1px;
	cursor: move;
}

.repositoryModal .modal-dialog{
	width: 90%;
}

.center {
	text-align: center;
}

.popover {
	max-width: 600px;
}
.questionstyle .popover table ul, .questionstyle .gradeFeedback table ul {
	list-style-type: none;
}

div#audio-controls{
	width: 800px;
    margin-left: 0px;
}

#audio-controls input[type=text], #recording-controls input[type=text]{
	text-align: center;
	background-color: #f8f8f8;
    border: 1px solid #EEE;
    border-radius: 0;
    box-shadow: none;
}

span.audio-controls-labels{
	width: 100%;
    left: 0;
    text-align: center;
    font-size: 0.8em;
    white-space: nowrap;
}

#offset-display {
	color: #00A300;
}

#duration-display {
	color: #CB0000;
}

#audio-file {
	margin-top: 10px;
}

#audio-file label, #audio-file input[type="radio"]{
	cursor: pointer;
}

#audio-file span.radioLabel {
    line-height: 34px;
    font-size: 1.25em;
    margin-left: 1em;
    font-weight: normal;
}

#audio-file .row{
	margin-bottom: 4px;
}



#waveform{
	position: relative;
	top: -5px;
	overflow-x: hidden;
}

#waveform.fixed, #waveform-recording-bar.fixed{
	z-index: 9001;
	position: fixed;
	top: auto;
	bottom: 44px;
	background-color: rgb(245, 245, 245);
	border-top-color: rgb(229, 229, 229);
	border-top-width: 1px;
	border-top-style: solid;
	left:0;	
}

#waveform.fixed{
	
	width: 100%;
	z-index: 9001;
}

#waveform.fixed .sectionMain{
	
}

.fixed #waveform-bar{
	margin-left: auto;
	margin-right: auto;
}

#waveform.fixed .sectionMain, #waveform-recording-bar.fixed .sectionMain{
	border-left: none;
	padding-bottom: 10px;
}

#waveform-bar .sectionMain {
    margin-top: -18px;
}

#waveform-recording-bar.fixed{
    padding-top: 12px;
    width: 100%;
    left: 0;
}

#waveform-recording-bar.fixed .sectionMain{
	padding-left: 40px;
}

#waveform-recording-bar.fixed{
	z-index: 9002;
}

#waveform.fixed .waveform-display, #waveform-recording-bar.fixed .waveform-display{
	margin-left: 1px;
}

@media (min-width: 768px){
	#waveform.fixed #waveform-bar, #waveform-recording-bar.fixed #waveform-bar {
	  width: 750px;
	}
}

@media (min-width: 992px){
	#waveform.fixed #waveform-bar, #waveform-recording-bar.fixed #waveform-bar {
	  width: 970px;
	}
}

@media (min-width: 1200px){
	#waveform.fixed #waveform-bar, #waveform-recording-bar.fixed #waveform-bar {
	  width: 1170px;
	}
}

.waveform-display {
	position: relative;
	height: 58px;
	width: 802px;
	margin-bottom: 10px;
	margin-top: 14px;
}

.waveform-display-recording{
	margin-bottom: 0;
}

#waveform-playback, #waveform-record, #waveform-level  {
	border: 1px solid #ccc;
	height: 52px;
	position: relative;
}

#waveform-level{
	width: 802px; 
	height: 20px;
}

#waveform-level canvas{
	width: 800px;
	height: 20px;
}

#waveform-playback canvas{
	width: 798px;
	height: 50px;
}

#waveform-overlay canvas{
	width: 800px;
	height: 50px;
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 1;
}

#waveform-overlay{
	position: absolute;
	top:0;
	left: 0;
}

#waveform.fixed #waveform-overlay canvas, #waveform-recording-bar.fixed #waveform-record-underlay, #waveform-recording-bar.fixed #waveform-level canvas{
	background: white;
}

#waveform-record-underlay{
	z-index: -2;
	height: 50px;
	width: 800px;
	position: absolute;
	top:0 ;
}

#loading-progress {
	font-size: small;
	font-weight: bolder;
	text-align: center;
	height: 5px;
	width: 0px;
	position: absolute;
	top: -5px;
}

.wavesurfer-region {
	height: 50px;
	top: -8px;
}

.waveform-display .marker-time {
	position: absolute;
	top:-17px;
	left: -25px;
	width:50px;
	text-align:center;
}

.waveform-display arrow{
	position: absolute;
	left: -4px;
	bottom: -10px;
	line-height: 13px;
}

.waveform-display .fa-play-circle {
  left: -6px;
  bottom: -13px;
}

.waveform-display .fa-stop {
  left: -5px;
  bottom: -13px;
  font-size: 14px;
}

.waveform-display .fa-play {
	color: rgba(73, 230, 73, 1);
}

#record-stop i.fa-circle {
	color: #a4162c;
}

region.preview{
	overflow: visible;
}

region.preview arrow{
	overflow: visible;
	height: initial;
}

region.preview .fa:after{
  content: "";
  border: 1px solid rgb(77, 77, 77);
  border-top-width: 3px;
  border-radius: 2px;  
  position: absolute;
  width: 18px;
  height: 17px;
  top: -3px;
  left: -4px;
}

region.preview .fa-play-circle{
	left: -5px;	
}

region.preview .fa-play-circle:after{
  left: -3px;
}

region.preview .fa-play-circle:before{
  font-size: 14px;
}

.waveform-display .fa-pause {
	bottom: -13px;
	color: rgba(73, 73, 73, 1);
}

.waveform-display .fa-stop {
	color: rgba(230, 73, 73, 1);
}


.wavesurfer-handle {
	cursor: col-resize;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 3px;
	height: 60px;
	background-color: #bbb;
}

.wavesurfer-handle-end {
	left: 100%;
}

.wavesurfer-handle-arrow {
	cursor: col-resize;
	position: absolute;
	bottom: -10px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.wavesurfer-handle-start-arrow {
	left: 2px;
	border-left: 5px solid #bbb;
}

.wavesurfer-handle-end-arrow {
	right: -1px;
	border-right: 5px solid #bbb;
}

arrow.timing-in-marker{
	width: 17px;
	height: 17px;
	left: -8px;
	top: -7px;
	padding-left: 4px;
	padding-top: 2px;
	color: white;
	background: #00A300; 
	border: 1px solid #008000;
	border-radius: 2px;
}

arrow.timing-out-marker{
	width: 17px;
	height: 17px;
	left: -8px;
	top: -7px;
	padding-left: 2px;
	padding-top: 2px;
	color: white;
	background: #CB0000;
	border: 1px solid #A00000;
	border-radius: 2px;
}

arrow.timing-highlight-marker{
	width: 17px;
	height: 17px;
	left: -8px;
	top: -7px;
	padding-left: 4px;
	padding-top: 1px;
	color: white;
	background: #005581;	
	border: 1px solid #004265;
	border-radius: 2px;
}

i.new-timing-icon{
	cursor: e-resize;
} 

.timing-holder{
	position: relative;
	left: -25px;
	height: 0px;
	top: -17px;
	font-size: 14px;
	color: #00BE00;
}

.timing-holder:hover{
	text-shadow: 0 0 1px #00BE00;
}
.timing-droparea{
	height: 16px;
	position: absolute;
	top: -16px;
	left: -10px;
	width: 820px;
}

.wavesurfer-custom-menu {
	display: none;
	z-index: 10001;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	border-radius: 5px;
}

.wavesurfer-custom-menu ul {
	padding: 0px;
	margin: 0px;
	list-style:none;
}

.wavesurfer-custom-menu li {
	padding-left: 20px;
	padding-right: 20px;
}

.wavesurfer-custom-menu li:hover {
	background: #0081c2;
	color: white;
	cursor:pointer;
}

#waveform-record canvas{
	z-index: -1 !important;
}

.slide-marker, .slide-marker *{
	background-color: #87cefa;
}

.slide-marker-hover-in{
	outline: 2px solid #00A300;
	
}

.slide-marker-hover-out{
	outline: 2px solid #CB0000;	
}

.slide-marker-hover-highlight{
	outline: 2px solid #005581;	
}

.alert-noWebAudio, .alert-noHTTPS, .alert-noWaveform{
	width: 800px;
}

#recording-controls{
	width: 802px;
	margin-top: 6px;
}

div#recording-controls>div{
	text-align: center;
}

#remaining-markers-area{
	width: 100%;
	bottom: -27px;
	left: 0;
	text-align: center;
	font-size: 0.8em;
	white-space: nowrap;
}

#assignmentQuestions i.fa-arrows-v {
	cursor: move;
}

/* Exactly match the output width seen by students - without there, there is a 0.5px difference */
form[name=AssignmentEditForm] input#questionSelectorMode[value='1'] ~ #assignmentQuestions #aeContentPreview table.aeTable,
form[name=AssignmentEditForm] input#questionSelectorMode[value='1'] ~ #assignmentQuestions #aeContentPreview table.aeTable>tbody,
form[name=AssignmentEditForm] input#questionSelectorMode[value='1'] ~ #assignmentQuestions #aeContentPreview table.aeTable>tbody>tr,
form[name=AssignmentEditForm] input#questionSelectorMode[value='1'] ~ #assignmentQuestions #aeContentPreview table.aeTable>tbody>tr>td{
	display: block;
}

form[name=AssignmentEditForm] input#questionSelectorMode[value='1'] ~ #assignmentQuestions #aeContentPreview table.aeTable>tbody>tr>td{
	border: none;
	padding: 0;
}

.aeTable {
	margin-top:	15px;
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
}

.aeIntroTable {
	margin-top:	15px;
	margin-bottom: 20px;
}

.aeIntroTable ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.aeIntroTable li{
	float: left;
}

.aeIntroTable a{
	text-align: center;
	padding: 5px;
	margin: 3px;
	border-radius: 5px;
	border: 1px solid lightgrey;
	color: black;
	display: block;
	width: 70px;
	height: 90px;
	font-size: smaller;
	cursor: pointer;
}


.aeIntroButtonTable {
	margin: 20px 0px;
	width: 100%;
	background: #EEEEEE;
	border-radius: 3px;
	padding-top: 10px;
	border: 1px solid #CCCCCC;
}

.aeVButton {
	padding: 3px 3px;	
	margin: 2px 0px;
	width: 20px;
	height: 20px;
}

.aeVButtonCell {
	margin: 0px 0px;
	padding: 0px 2px 15px 2px;
	width: 20px;
}

.aeInsertButtonCell {
	margin: 0px 0px;
	padding: 0px 2px;
	width: 20px;
}

.aeNewDataCell {
	padding: 10px 10px 10px 10px;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;	
}

.aeDataCell {
	padding: 0px 10px;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

.aeDataTopCell {
	border-top: 1px solid #dedede;
}

.aeDataBottomCell {
	border-bottom: 1px solid #dedede;
}

.aeDataIntroCell {
	border: 1px solid #dedede;
	padding: 10px 50px;
}

.aeDataGroupNameCell {
	font-size: 120%;
	color: #aaaaaa;	
}

.aeDataGroupNameCell hr {
	border-top-color: #cccccc;
}

.aeBorderRight {
	border-right: 1px solid #dedede;
}

.aeIntroCell {
	text-align: center;	
}

.aeIntroLastCell {
	text-align: center;	
	padding-right: 0px;
}

.aeIntroLastLine {
	margin-bottom: 20px;
}

.aeBigButton {
	font-size: 50px;
	clear: both;
	display: block;
	margin-left: auto;
    margin-right: auto;
    width: 75px;
    height: 75px;
    background-size: contain;
    color: #CCC;
	transition: color 0.5s ease-in-out,text-shadow 0.5s ease-in-out, border-color 0.5s ease-in-out;
}

.aebtnnewqd>i, .lebtnnewss>i{
    font-size: 1.2em;
}

.lebtnnewqd{
	position: relative;
}

.lebtnnewqd>i{
	position: absolute;
	
}

.lebtnnewqd>i.fa-question{
	left: 2px;
	top: 0;
	font-size: 1.2em;
}

.lebtnnewqd>i.fa-file-text-o{
	right: 4px;
	bottom: 4px;
	font-size: 0.8em;
}

.lebtnnewss{
	padding-left: 11px;
}

.lebtnnewma{
	padding-top: 2px;
	padding-left: 14px;
}

.aeSummary {
	width: 95%;
}

.aeSmallerText {
	font-size: smaller;
}

.aeLargerText {
	font-size: larger;
	margin-top: 5px;
}

.aeLargerText label{
	font-weight: normal;
}

.aeProperties {
	margin-left: 25px;
}

.aePropertiesSmallerText {
	font-size: smaller;
	margin-left: 25px;
	margin-bottom: 4px;
}

#aeToggleMode {
	margin-left: 4px;
	margin-bottom: 4px;
	display: inline-block;
}

.aeInlineToolbar {
	background-color: #f8f8f8;
	border: 1px solid #e7e7e7;
/*	margin-bottom: 5px;*/	
	width: 100%;
	border-radius: 4px;	
	padding-top: 10px;
}

.aeFullWidth, #customCss.aeFullWidth, #algorithmEditor.aeFullWidth {
	width: 100%;
}

.aeAlgorithmPreview>thead>tr>th:first-child, .aeAlgorithmPreview>tbody>tr>th:first-child, .aeAlgorithmPreview>tbody>tr>td:first-child {
  border-left: 1px solid #dbdbdb;
}

#aeContentHeader {
	display: inline-block;
}

form:not(.form-horizontal ) input.aeInlineTextName {
	width: 500px;
}

form:not(.form-horizontal ) input.hidden {
	display: none;
}

.btn-group-vertical>.hidden {
	display:none;
}

#DynamicForm table{
	border-collapse: collapse;	
}

#DynamicForm td, #DynamicForm th{
	padding-top: 5px;	
}

.block-selection, .block-selection *{
	background-color: #328EFE;
	color: white;
	box-shadow: 0 0 1px 1px #328EFE;
}

.thumbnail:hover{
	border-color: #328EFE;
	cursor: pointer;
}

.slidetemplatemenu{
	width:500px;
	height:400px;
	overflow:auto;
}

.thumbnailSlideTemplateContainer{
	width:200px; 
	height:150px; 
	-ms-transform: scale(0.25,0.25); 
	-webkit-transform: scale(0.25,0.25); 
	transform: scale(0.25,0.25);
	text-align: initial;
}

#slidetemplatelistcontainer>.row>div>div:last-child{
	margin-top: -20px;
	margin-bottom: 10px;
}
 
span.hintName {
	color: #006699;
	cursor: pointer;
}

.aeHelper {
	border: 1px dashed #dedede;
	margin-left: 10px;
}

.aePlaceholder {
	background-color: #cfcfcf;
	min-height: 1px;
	height: 1px;
	width: 100%;
}

table.keywordTable {
	width:70%;
	border-collapse: collapse;
	table-layout: fixed;
}

table.keywordTable th {
	text-align:center;
}

table.keywordTable .key {
	width:25%;
	text-align:center;
}

table.keywordTable .buttons {
	width:10%;
	text-align: center;
}
table.keywordTable .syn {
	width:auto;
}

#keywordTable td.key, #keywordTable td.syn {
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}

table.keywordTable td {
	vertical-align: top;
}


table.keywordTable th, table.keywordTable td{
	border: 1px solid #ccc;
	padding: 2px;
}

table.essayresponse, table.oldessayresponse {
	width:100%;
	table-layout: fixed;
}

table.essayresponse td.keywordCell .kw-syns {
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	display:inline-block;
	vertical-align: top; 
}

table.essayresponse td.keywordCell .keyword {
	font-weight: bold;
}

table.essayresponse td.keywordCell .addKeyword {
	float:right;
}


td.essay {
	border:1px solid #ccc;
}

span.highlight {
	background-color: #FFFF66;
}

.autoSaveMsg {
	font-size: smaller;
	color:blue;
}

.blanksResponseTable, .sectionTable  {
	border-collapse:collapse; 
	width:90%;	
}

.sectionTable {
	margin-bottom:5px;
}
.sectiontGradeComputation {
	border:1px solid #ccc;
}

.blanksResponseTable  th {
	text-align: center;
	border:1px solid #ccc;
}

.blanksResponseTable .part-indicator {
	width:10%;
}
.blanksResponseTable td.part-text, .blanksResponseTable td.part-error {
	width:100%
}
.blanksResponseTable td.part-answer, .blanksResponseTable td.part-response {
	width:50%
}
.blanksResponseTable td.part-grade {
	width:95%;
	vertical-align: bottom;
}

.blanksResponseTable  tr.qPart td.part-text {
	border:1px solid #ccc;
}
.blanksResponseTable  tr.qPart td {
	border:1px solid #ccc;
}

.sectionTable .sectionResponse {
	border:1px solid #ccc;
}

.blanksResponseTable td.part-gradable:not(.part-essay), .blanksResponseTable td.part-nongradable:not(.part-essay) {
  	text-align: center;
} 

 .blanksResponseTable td.part-gradable { 
-moz-box-shadow: inset 0px 0px 5px rgba(204,204,51,.5);
-webkit-box-shadow: inset 0px 0px 5px rgba(204,204,51,.5);
box-shadow: inset 0px 0px 5px rgba(204,204,51,.5);
 } 

 .blanksResponseTable td.humangradable-response, .sectionTable td.humangradable-response { 
-moz-box-shadow: inset 0px 0px 5px rgba(204,204,51,.5);
-webkit-box-shadow: inset 0px 0px 5px rgba(204,204,51,.5);
box-shadow: inset 0px 0px 5px rgba(204,204,51,.5);
 } 

 .blanksResponseTable td.part-nongradable { 
-moz-box-shadow: inset 0px 0px 5px rgba(204,204,51,.5);
-webkit-box-shadow: inset 0px 0px 5px rgba(204,204,51,.5);
box-shadow: inset 0px 0px 5px rgba(0,0,144,.5);
 } 

 .blanksResponseTable td.correct-response, .sectionTable td.correct-response { 
-moz-box-shadow: inset 0px 0px 5px rgba(0,144,0,.5);
-webkit-box-shadow: inset 0px 0px 5px rgba(0,144,0,.5);
box-shadow: inset 0px 0px 5px rgba(0,144,0,.5);
 } 

 .blanksResponseTable td.incorrect-response, .sectionTable td.incorrect-response { 
-moz-box-shadow: inset 0px 0px 5px rgba(204,51,51,.5);
-webkit-box-shadow: inset 0px 0px 5px rgba(204,51,51,.5);
box-shadow: inset 0px 0px 5px rgba(204,51,51,.5);
 } 

.blanksResponseTable td.part-answer { 
	font-weight:bold;
	text-align: center;
-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.5);
-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.5);
box-shadow: inset 0px 0px 5px rgba(0,0,0,.5);
} 

 

.blanksResponseTable td.part-grade{
	text-align:left;
}

.correctIndicator {
	color:#009000;
}
.incorrectIndicator {
	color:#cc3333;
}
.nonGradableIndicator {
	color:#6699cc;
}
.humanGradableIndicator {
	color:#cccc33;
}


.scannedDocumentIdContainer {
	text-align: center;
}

@font-face {
font-family: Inconsolata;
src: url("../../../third-party/fonts/Inconsolata.otf") format("opentype");
}

.scanneddocument {
	text-align: center;
	border:3px double #ccc;
	padding: 0px 5px 0px 5px;
	font-family:"Inconsolata";
	display:inline-block;
	color:blue;
	font-size: 1.2em;
}

.scannedDocumentId {
	font-size: 2em;
}

.scannedDocumentContainer {
	width:100%;
	height:100%;
}


div.scanneddocumentExtensionContainer {
	width:440px;
	border:1px solid #eee;
}

.scanneddocumentExtension {
	margin: 2px 5px 2px 5px;	
	display: inline-block;
	width:60px;
}

div[name=displayScannedDocumentId] > div.modal-dialog{
	margin-top: 100px;
}

.sdCodeColumn {
	text-align:center;
}

.sdFileContainer {
	width:325px;
}

.sdFileContainer input[type=submit], .sdFileContainer input[type=button] {
	float:right;
}

.sdFileUploadContainer {
	overflow: hidden; 
	padding-right: .5em;
}

.sdRefreshContainer {
	position:relative;
	bottom:-8px;
}

.toggleAllSDExtensions {
	margin: 2px 5px 2px 5px;	
}

div.sdAllowedExtensions {
	width:300px;
	word-wrap: break-word;
	word-break: break-all;
	font-size: smaller;
}

td.sdUploadOption {
	padding: 5px;
	border:1px solid #eee;
}

div.sdDocumentCodeOption {
	padding-left: 18px;
}

div.sdDocumentUploadOption {
	padding-left: 18px;
}

.lightborder {
	border:1px solid #eee;
}

span.mtaMath{
	display: inline-block;
}

.classHomeUnitContainer>h2{
	margin-bottom: 10px;
}

.classHomeModuleContainer{
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 2px;
}

.classHomeModuleStatus{
	height: 100%;
	display: table-cell;
	min-width: 80px;
	padding: 5px;
	vertical-align: top;
}

.classHomeModuleCompletionMark{
	font-size: 70px;
	line-height: 50px;
	text-align: center;
}

.completionNA{
	color: #47B5AD;
}

.completionNA:after{
	content: "\221E";
	position: absolute;
}

.completionDone{
	color: #00A300;
}

.completionNotDone{
	color: #CB0000;
}

.completionInProgress{
	color: #EECA00;
}

.completionNotStarted{
	color: #CCCCCC;
}

.completionNotReady{
	color: #EEEEEE;
}

.classHomeModuleDescription{
	border-radius: 2px;
	display: table-cell;
	border: 1px solid #DDDDDD;
	margin: 0 5px;
	width: 100%;
}

.classHomeModuleHeader button{
	width: 90px;
	float: right;
	vertical-align: top;
}

.classHomeModuleHeader{
	padding: 5px;
	min-height: 40px;
	line-height: 30px;
	background: #F9F9F9;
	font-size: 16px;
	color: black;
	border-bottom: 1px solid #005581;
}

.classHomeModuleHeader a{
	color: black;
}

.classHomeModuleHeader a:hover{
	background-color: initial;
}

.classHomeModuleBody{
	padding: 10px;
	font-size: 14px;
}

.classHomeModuleBody p{
	margin: 0 0 4px 0;
}

.classHomeModuleBody .label{
	vertical-align: top;
	margin-top: 1px;
	font-size: 11px;
	display: inline-block;
	padding-top: 0.4em;
}

.classHomeModuleBody a.label{
	color: white;
}

.classHomeModuleBody .label-primary{
	background: #005581;	
}

.classHomeModuleBody .label-success{
	background: #00A300;
}

.classHomeModuleBody .label-warning{
	background: #EECA00;
}

.classHomeModuleBody .label-danger{
	background: #CB0000;
}

ul.classHomeUnitNav{
	border: 1px solid #CCCCCC;
    margin: 10px 25px 10px 10px;
    border-radius: 3px;
}

.classHomeUnitNav li{
	border-bottom: 1px solid #EEEEEE
}

.classHomeUnitNav li a{
	color: rgb(115, 115, 115);
}

.classHomeUnitNav li.active a, .classHomeUnitNav li.active a:hover, .classHomeUnitNav li.active a:focus{
	background: #F9F9F9;
	color: #737373;
	cursor: default;
}

.classHomeUnitNav li a:hover{
	background: #FAFAFA;
}

.nav-stacked>li+li {
    margin-top: 0;
}

.classHomeNoUnitAlert{
	font-size: 16px;
	font-style: italic;
}

.sectionNameLinks{
	width: 50%;
	min-width: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}

.sectionNameLinks>.btn, .sectionNameLinks>.btn-group{
	width: 100%;
	margin-bottom: 0.25em;
}

.sectionNameLinks>.btn-group>.btn:first-child{
	width: 80%;	
}

.sectionNameLinks>.btn-group>.btn:last-of-type{
	width: 20%;	
}

.sectionNameLinks>.chpDropButton{
	margin-top: 3em;
}

.classHomeCalendarWrapper{
	margin-top: 2em;
	padding: 10px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
}

.chatButtonStatus i{
	color: #CCCCCC;	
	top: -1px;
    position: relative;
}

.chatButtonStatus i.chat-active{
	color: #00A300;
}

.doInSession, .tryAnother {
	margin-right: 5px;
}

.glass {
    opacity: 0.4;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
}

.glass th{
	margin-right: 10px;
	vertical-align: top;
}

.unitsHelpModal .unitsHelpLeft, .unitsHelpModal .unitsHelpRight{
	width: 282px;
    display: inline-block;
    vertical-align: text-top;
}

.unitsHelpModal .unitsTable {
	width: 95%;
    border-collapse: collapse;
}

.unitsHelpModal .unitsTable, .unitsHelpModal .unitsTable td, .unitsHelpModal .unitsTable th{
    border: 1px solid #EEEEEE;
}

.unitsHelpModal .unitsTable th{
	background: #005581;
	color: white;
}

.unitsHelpModal .unitsTable tr>td{
	width: 33%;
}

.unitsHelpModal .unitsTable tr>td:first-child{
	width: 24%;
}
.unitsHelpModal .unitsTable>tbody>tr>th, .unitsHelpModal .unitsTable>tbody>tr>td{
	padding: 1px 0 1px 1em;
}

.unitsHelpModal .modal-body h1{
	border-top: 1px dashed #dbdbdb;
    margin-top: 0.5em;
    padding-top: 1em;  
}

.unitsHelpModal .modal-body h3{
    margin-bottom: 2px;
    margin-top: 10px;
}

.mSlide-highlight-type1{
	font-weight: bold;
}

.mSlide-highlight-type2{
	font-style: italic;
}

.mSlide-highlight-type3{
	color: #337AB7;
}

.mSlide-highlight-type4{
	text-shadow: 1px 1px 6px #337AB7;
}

.mSlide-highlight-type5{
	background: #B0D8FB;
}

.bold {
	font-weight: bold;
}

/* ckeditor notification */
.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#222;border-radius:5px;text-align:center;opacity:.95;filter:alpha(opacity = 95);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#96ca0a;border:1px solid #96ca0a}.cke_notification_warning{background:#fd7c44;border:1px solid #fd7c44}.cke_notification_info{background:#54d3ec;border:1px solid #01b2d2}.cke_notification_info span.cke_notification_progress{background-color:#01b2d2;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:2px;right:3px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}

.btn-default{		
	border-color: #005581;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default{		
	background: #EEEEEE;
	border-color: #696969;	
}

.btn-primary{
	background: #005581;	
	border-color: #004265;	
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary{
	background: #026397;
	border-color: #004F7A;
}

.btn-success{
	background: #00A300;
	border-color: #008000;
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success{
	background: #00BE00;
	border-color: #009900;
}

.btn-warning{
	background: #EECA00;
	border-color: #C0A300;
}

.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open>.dropdown-toggle.btn-warning{
	background: #BEA30C;
	border-color: #9C8400;	
}

.btn-danger{
	background: #CB0000;
	border-color: #A00000;
}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open>.dropdown-toggle.btn-danger{
	background: #ED0000;
	border-color: #C00000;
}

.aeBigButton:hover{
	border-color: #222222;
	background: white;
	text-shadow: 1px 1px 0px #CCC;
	color: #005581;
	transition: color 0.25s ease-in-out,text-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
}

#assignmentType>ul{
	margin-right: 40px;
}

#assignmentType>ul .AssignEditorProp{
	margin-right: 17px;
}


.AssignEditTypeName input[type=radio]{
	width: 20px;
	height: 20px;
	margin-top: -2px;	
	box-shadow: initial;
}

.AssignEditorProp input[type=checkbox], .AssignEditorProp input[type=radio]{
	margin-right: 3px;
	margin-bottom: 2px;
	height: auto;
}

.AssignEditorProp .alert{
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px;
}

.AssignEditorProp .panelTable{
	margin-top: 0;
}

.AssignEditorInput{
	font-size: 14px;
	padding: 5px;
}

.AssignEditorDetails{
	padding: 2px 5px;
}

.AssignEditorProp{
	 margin: 5px 40px 5px 0;
}

form[name=AssignmentEditForm] .sectionName p, form[name=AssignmentEditForm] .sectionName a{
	margin-left: 17px;
}

form[name=AssignmentEditForm] .navbar{
	margin-bottom: 1px;
}

#assignmentType input[type=radio]{
	box-shadow: initial;
}

.AssignEditTypeProp{
	margin-left: 100px;
}

.AssignEditTypeName{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.AssignEditorProp{
	font-size: 14px;
}

.AssignEditorDetails, .AssignEditorTypeDetails{
	font-size: 12px;
}

.AssignEditTypeProp, .AssignEditTypeDetails{
	margin-left: 25px;
}

textarea#customGroups{
	width: 100%;
}

.mathexpHighlighted{
	background-color: #0482b5;
	color: white;
	outline: 3px solid #0482b5;
}

.cke_editable ::selection{
	background: #0482b5;
	color: white;
}

.cke_editable .hidden{
	display: inline !important;
	visibility: visible !important;
}

.cke_editable li.hidden{
	display: list-item !important;
}

.cke_editable td.hidden, .cke_editable th.hidden{
	display: table-cell !important;
}

.cke_editable tr.hidden{
	display: table-row !important;
}

.cke_editable tbody.hidden{
	display: table-row-group !important;
}

.cke_editable tfoot.hidden{
	display: table-footer-group !important;
}

.cke_editable table.hidden{
	display: table !important;
}

/* Block elements, according to https://developer.mozilla.org/en/docs/Web/HTML/Block-level_elements */
.cke_editable address.hidden, .cke_editable article.hidden, .cke_editable aside.hidden, .cke_editable blockquote.hidden, .cke_editable canvas.hidden, .cke_editable dd.hidden, .cke_editable div.hidden, .cke_editable dl.hidden, .cke_editable fieldset.hidden, .cke_editable figcaption.hidden, .cke_editable figure.hidden, .cke_editable footer.hidden, .cke_editable form.hidden, .cke_editable h1.hidden, .cke_editable h2.hidden, .cke_editable h3.hidden, .cke_editable h4.hidden, .cke_editable h5.hidden, .cke_editable h6.hidden, .cke_editable header.hidden, .cke_editable hgroup.hidden, .cke_editable hr.hidden, .cke_editable main.hidden, .cke_editable nav.hidden, .cke_editable noscript.hidden, .cke_editable ol.hidden, .cke_editable output.hidden, .cke_editable p.hidden, .cke_editable pre.hidden, .cke_editable section.hidden, .cke_editable ul.hidden, .cke_editable video.hidden{
	display: block !important;
}

.select2-selection{
	height: 100% !important;
	font-size: 12px !important;
}

.insession .select2-selection__arrow{
	display: none;
}

.menuDisplayHtml{
	vertical-align: middle;
}

/* Loading Overlay */
.loadingOverlay-parent{
	position: relative;
}

.loadingOverlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	z-index: 500;
	cursor: wait;
}

.loadingOverlay-inner{
	position: absolute;
	top: 25%;	
	width: 100%;
}

.loadingOverlay-label{
	text-align: center;
	padding: 1em;
	color: rgb(0, 85, 129);
}

.loadingOverlay-spinner {
	height: 50px;
	width: 50px;
	position: relative;
	-webkit-animation: rotation 1.25s infinite linear;
	-moz-animation: rotation 1.25s infinite linear;
	-o-animation: rotation 1.25s infinite linear;
	animation: rotation 1.25s infinite linear;
	border-left: 4px solid rgba(0, 85, 129, .15);
	border-right: 4px solid rgba(0, 85, 129, .15);
	border-bottom: 4px solid rgba(0, 85, 129, .15);
	border-top: 5px solid rgba(0, 85, 129, .8);
	border-radius: 100%;
	margin-left: auto;
	margin-right: auto;
}


@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
	}
}

@-moz-keyframes rotation {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
	}
}

@-o-keyframes rotation {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
	}
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

.menuItemImage {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
