@charset "UTF-8";

/* ============================================================================
	LIGHTBOXES FROM BOOTSTRAP
============================================================================ */
/*- - - Buttons for modal window - -*/
.overlaybox button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: none;
	border: none;
}
.overlaybox .btn {
	font-family: inherit;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none;
}
.overlaybox .btn:focus, .overlaybox .btn:active:focus, .overlaybox .btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.overlaybox .btn:hover, .overlaybox .btn:focus {
	color: #333;
	text-decoration: none
}
.overlaybox .btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.overlaybox .btn-default:hover, .overlaybox .btn-default:focus, .overlaybox .btn-default:active, .overlaybox .btn-default.active, .open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

body.contrast .overlaybox .btn-default{
	background-color: var(--secondary-color);	
	color: var(--primary-color);
}

.overlaybox .btn-default:active, .overlaybox .btn-default.active, .open>.dropdown-toggle.btn-default {
	background-image: none
}

.overlaybox a.xclose {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	text-decoration: none;
}
.overlaybox a.xclose:hover, .overlaybox a.xclose:focus {
	filter: alpha(opacity=50);
	opacity: .5
}


/*- - - Modal window from bootstrap - -*/
.modal-open {
	overflow: hidden
}
.overlaybox{
	right: 0;
	left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 1000000;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	font-size: 110%;
	line-height: 150%;
}
.modal-body ul, .modal-body ol{
	padding-left: 40px;
}
.modal-body li{
	margin-bottom: 5px;
}
.overlaybox.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate3d(0, -25%, 0);
	-o-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0)
}
.modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: .625rem;
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5)
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("/core/images/headdark.png") repeat scroll 0 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}
.modal-backdrop.in {
	filter: alpha(opacity=80);
	opacity: .8
}
.modal-header, div.x-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	background: #f6f6f6;
}

.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.42857143
}
.modal-body {
	position: relative;
	padding: 15px
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
	background: #f6f6f6;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
/*- - - Tables inside modal windows - -*/
.overlaybox table {
	border-collapse: collapse!important
}
.overlaybox table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}
.overlaybox table>thead>tr>th, .overlaybox table>tbody>tr>th, .overlaybox table>tfoot>tr>th, .overlaybox table>thead>tr>td, .overlaybox table>tbody>tr>td, .overlaybox table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}
.overlaybox table tr:first-child{
	border-top: none !important;
}
.overlaybox table>thead>tr>th {
	vertical-align: bottom;
		color: #a4a4a4;
		font-weight: normal !important;
}
.overlaybox table>caption+thead>tr:first-child>th, .overlaybox table>colgroup+thead>tr:first-child>th, .overlaybox table>thead:first-child>tr:first-child>th, .overlaybox table>caption+thead>tr:first-child>td, .overlaybox table>colgroup+thead>tr:first-child>td, .overlaybox table>thead:first-child>tr:first-child>td {
	border-top: 0
}
.overlaybox table>tbody+tbody {
	border-top: 2px solid #ddd
}
.overlaybox table .overlaybox table {
	background-color: #fff
}

/* ============================================================================
	OTHER OVERLAY ELEMENTS
============================================================================ */
#blackout{
	background: url("/homePage/headdark.png") repeat scroll 0 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	display:none;
}
.mockheadp{
    background: none repeat scroll 0 0 #f6f6f6;
    padding: 6px 12px;
	margin-bottom: 12px;
}
.overlaybox textarea{
	width: 96%;
	min-height: 140px;
	margin: 0 auto !important;
	padding: 6px;
	margin-bottom: 20px;
	border: 2px solid #cdcdcd;
}
.overlaybox input:not(#activateSubmit){
	padding: 4px;	
	margin: 2px;
	margin-bottom: 6px;
	border: 1px solid #cdcdcd;
}
.overlaybox input[type="button"]{
	padding: 3px;	
}
.overlaybox textarea, .overlaybox input:not(#activateSubmit){
	font-family: Lato, Arial, Helvetica;
	background: transparent;	
}

/* ============================================================================
	SPECIFIC OVERLAYS
============================================================================ */
/*	====== Footnotes and references =================================== */
#referenceDisplay .overlayscroll, #footNoteDisplay .overlayscroll{
	text-align: center;
	line-height: 150%;
	font-size: 200%;
	font-style: italic;
}
/*	====== Bookmarks =================================== */
#bookmarkList .overlayscroll div, #highlightList .overlayscroll div, #notesList .overlayscroll div, #epub .overlayscroll{
	padding: 4px 0 20px 8%;
}
#bookmarkList ul{
	list-style-image: url(/core/images/bullet.png);
	margin-bottom: 20px;
}
/*	====== Notes =================================== */
/*iframe#noteCanvas{
	width: 710px;	
	min-height: 550px;
}*/
.notelocation{
	max-width: 150px;	
	font-size: 90%;
}
.notelocation a{
	text-decoration: none;	
}
#notesList table th{
	text-align: left;
}
/*	====== Highlights =================================== */
.overlaybox .hl-color{
		display: block;
		width: 30px;
		border: none !important;
	}
#highlightList table th{
	font-size: 80%;
}
#highlightList td a, #bookmarkList li a{
	text-decoration: none;
}
/*	====== Activate book =================================== */
#activate{
	display:none;	
}
form#activateBook{
	text-align: center;	
	padding: 1rem .5rem 0 .5rem;
}
form#activateBook label{
	font-size: inherit;
	line-height: 1.6;
	text-rendering: optimizelegibility;
	text-align: left;
	margin: 0 1rem .5rem 1rem;
}
#activate input#activationCode{
	border: 2px solid #cdcdcd;
	padding: 1px .5rem;
	max-width: 90%;
	margin: 0 auto !important;
	font-size: 160%;
	text-transform: uppercase;
}
/*	====== Media in this chapter =================================== */
#mediaLibVideos p.caption{
	font-size: 80%;
	font-style: italic;
	color: #a4a4a4;	
}
#mediaLibImages, #mediaLibVideos{
	padding: 0 40px 40px 40px;
}
#mediaLib #mediaLibImages a.goto{
	display: inline-block;
	background: #fff;
	width: 130px;
	height: 130px;
	overflow: hidden;
	margin: 6px 8px;
	box-shadow: 0px 0px 1px #000;
}
#mediaLib #mediaLibVideos a.goto{
	display: inline-block;
	margin: 4px 6px;
}
#mediaLib #mediaLibImages a.goto img{
	min-width: 100%;
	margin-top: -30px;
	margin-left: -30px;
}
/*	====== Search =================================== */
strong.searchtitle{
	display: block;
	text-transform: uppercase;
	margin-bottom: 12px;	
}
#searchResults.overlaybox ul li ul li{
	list-style: decimal !important;
	margin-left: 60px;
	padding: 5px 5px 20px 5px;
}
p.multibooktitle, summary.multibooktitle{
	text-transform: uppercase;
	font-size: 150%;
	border-bottom: 1px solid #595959;	
	border-top: 1px solid #595959;	
	background: #000;
	padding: 6px 20px;
/*	text-align: center;*/
	margin-top: 20px;
	color:#FFFFFF;
}

/*details > summary.multibooktitle::marker {
	font-size: .75rem;
	color:#FFFFFF;
}

details > summary {
	display: block;
}*/

.overlaybox div.h2contain{
	height: 6%;
	border-bottom: 4px solid #555555;
}

#overlay-title{
	display: block;
	font-weight: bold;
}
#overlay-title{
	margin-bottom: 4px;
}
.advancedOptions{
	display:none;
}
.commentForm{
	display:none;
}
label{
	font-size:.8em;
	font-weight:normal;
}
.datepicker{
	width:50px;
	height:1em;
}
#DAtype{
	margin:10px 20px;
}

#notesList ul li{
	padding: 2px 22px 12px 2px;
}
.overlaybox h2 label{
	text-transform: none;
}
a.deleteMessage, a.deleteComment, a.deleteHighlight{
	color: #a70000;
	float:right;
	text-decoration:none;
}

a.deleteHighlight{
	margin:0 10px;
}

a.deleteMessage:hover, a.deleteComment:hover, a.deleteHighlight:hover{
	color:#FF0004;
}

.noteDeleteParent{
	text-align:center;	
}

.noteDeleteParent a.deleteMessage{
	float:none;	
}

.modal-body table th:first-child{
	text-align:left;
}

.modal-body table th.textLeft {
	text-align: left;
}

.modal-body table td.textCenter {
	text-align: center;
}

#highlightList .overlayscroll a, #toc .overlayscroll a, #bookmarkList .overlayscroll a, #notesList .overlayscroll a, #assignmentList .overlayscroll a, #searchResults .overlayscroll a{
	text-decoration: none;
}
#epub .noteArea{
	padding: 20px 0;
}
#epub .noteArea p{
	padding: 0 20px; 
}
.deletex{
	margin-bottom: -2px;
	padding: 3px;
}

.deletexHighlight{
	margin-bottom: 2px;
	padding: 3px;
}

#epub .shownotes, #epub .showassign{
	position: fixed;
	width: 70%;
	top: 0;
	height:80%;
}

.responses{
	padding-left:10px;
	border:1px solid #FFF;
}

#epub .noteArea h3{
	margin: 0 20px 12px 20px;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #bebebe;
}

#epub .noteSubject a{
	text-decoration:none;
	font-size:.8em;
}
.noteContent .submittedBy{
	font-size:.8em;
	color:#999;
	display:block;
}
#epub .noteArea ul, #epub .noteArea ol{
	padding: 0;
	margin: 0;
	list-style: square;
}
#epub .noteArea ul strong{
	color: #464646;
}
#epub .noteArea li{
	list-style: square;
	padding: 0 0 0 40px;
	margin-bottom: 14px;
}

#referenceDisplay .overlayscroll, #referenceDisplay h4{
	padding:10px;	
}

.overlaybox h4{
	color:#FFF;
}

#epub .showassign{
	background-color:#FFF;
	overflow:auto;
	top:100px;
	margin:0 auto;
}

#epub .showassign .headp{
	font-size:24px;
	padding:20px;
	border-bottom:1px solid #C4C4C4;
}


#wysihtml5-toolbar a, #wysihtml5-toolbar a:visited, #wysihtml5-toolbar_assign a, #wysihtml5-toolbar_assign a:visited, #wysihtml5-toolbar_answer a, #wysihtml5-toolbar_answer a:visited{
	text-decoration:none;
}

.wys_tools a{
	text-decoration:none;
}

.wysiwyg-color-red {
  color: red;
}
.wysiwyg-color-green {
  color: green;
}
.wysiwyg-color-blue {
  color: blue;
}


.answers .answer, .noteContentParent .noteData{
	padding-left:10px;
	border-left:10px solid #B5B5B5;
	margin-bottom:1em;
}



.answer .submittedby{
	font-size:.8em;
	color:#666;
	margin-bottom:5px;
}

.instructorComment{
	text-decoration:underline;
	/*margin-bottom:1em;
	border:1px dotted black;*/
}

#assignmentList h3.assignmentChapter{
	border:1px solid #000;
	border-bottom:0;
	margin-bottom:0;
	padding: 5px;
}

#assignmentList h3.assignmentChapter .duedate{ 
	float:right; 
}

#assignmentList div.responses{
	border:1px solid #000;
	border-top:0;
	margin-top:0;
	margin-bottom:10px;
}

#ferpa{
	display:none;
}

.noteRow .subjectText .dateCreated{
	font-size:.8em;
	color:#9F9F9F;
}

#LargeImageDisplay figure{
	width:100%; 
	text-align:center; 
	margin:	0;
	padding:0;
}

#LargeImageDisplay .modal-content {
	background-color:#000000;	
}

#LargeImageDisplay .modal-dialog {
	width:100%;	
}

#LargeImageDisplay .modal-body {
	padding:0;
	margin:0;
}

#LargeImageDisplay a.xclose {
    color: #FFF;
    float: right;
    font-size: 2em;
    font-weight: bold;
    line-height:2em;
    opacity: 1;
    text-decoration: none;
    text-shadow:none;
	margin-top:-.8em;
}

#LargeImageDisplay figure img{
	margin:	0;
	padding:0;
}

#optInContainer{
	background-color: #FFF;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height:100%;
	overflow-y: auto;
	z-index: 999999;	
}


#optInContent{
	background-color: #FFF;
	padding: 50px;
	margin-left:-25px;
}

#optInContent h2{
	margin: 10px auto;
	text-align: center;
}

#optInButtons{
	border:5px dashed #000;
}

#optInButtons label, #optInButtons button{
	display: block;
	font-size: 1.5em;
	margin-left: 20px;
	margin-bottom: 20px;
}


#AssistiveSettings{
	min-height: 400px;
}

.pdfExport:any-link{
	background-color: #383838;
	color: #FFF;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 1em;
	width: 8em;
	height: auto;
	clear: both;
	display: block;
	text-decoration: none;
	font-size: .8em;
}


/*newer Phones*/
@media screen and (max-width: 770px) {
	#optInContent{
		background-color: #FFF;
		padding: 0 25px;
		margin-left:0px;
		height: 200%;
		margin-top: 20px;
	}
}


/*super thin screen like old iphones and current pixels*/
@media screen and (max-width: 400px) {	
	#optInContent{
		background-color: #FFF;
		padding: 0 25px;
		margin-left:0;
		height: 200%;
		margin-top: 20px;
	}
}
