:root {
	--color_button2_bg: #039;
	--color_button2_tx: #fff
}
body {
	margin: 0px;
	overflow: hidden
}
.DC {
	display: none;
	transition: all 0.3s ease;
	padding: 0px;
	margin: 0px;
}

.DO {
	display: block;
	transition: all 0.3s ease;
	overflow: hidden;
	clear: left;
	padding:0px;
	margin:0px;
}
.IL {
	cursor: pointer;
}
@keyframes slideIn {
	0% {		margin-left: 200px	}
	100% {		margin-left: 0px;opacity: 1	}
}
li {
	animation-duration: 0.75s;
	animation-fill-mode: forwards;
}
.li1 {	animation-delay:0.25s;width: 100%;animation-name: slideIn;	opacity:0;}
.li2 {	animation-delay:0.50s;width: 100%;animation-name: slideIn;	opacity:0;}
.li3 {	animation-delay:0.75s;width: 100%;animation-name: slideIn;	opacity:0;}
.li4 {	animation-delay:1.00s;width: 100%;animation-name: slideIn;	opacity:0;}
.li5 {	animation-delay:1.25s;width: 100%;animation-name: slideIn;	opacity:0;}
.li6 {	animation-delay:1.50s;width: 100%;animation-name: slideIn;	opacity:0;}
.li7 {	animation-delay:1.75s;width: 100%;animation-name: slideIn;	opacity:0;}
.li8 {	animation-delay:2.00s;width: 100%;animation-name: slideIn;	opacity:0;}
.li9 {	animation-delay:2.25s;width: 100%;animation-name: slideIn;	opacity:0;}
.li10 {	animation-delay:2.50s;width: 100%;animation-name: slideIn;	opacity:0;}
.li11 {	animation-delay:2.75s;width: 100%;animation-name: slideIn;	opacity:0;}
.li12 {	animation-delay:3.00s;width: 100%;animation-name: slideIn;	opacity:0;}
a.aSkipNav:active,a.aSkipNav:link,a.aSkipNav:visited,a.aSkipNav:hover {margin:0;position:absolute;top:-20px}
a.aSkipNav:focus	{background:white;border:1px solid black;border-radius:3px;color:black;float:left;position:revert;margin:10px 0 0 10px}


.btn_N {
	background-color: var(--color_button2_bg);
	height: 30px;
	background-image: none;
	color: var(--color_button2_tx);
	font-weight: 400;
	font-size: 16px;
	appearance: none;
	padding: 4px 20px;
	border-radius: 4px;
	outline-color: blue;
	outline-width: 2px;
	outline-offset: 3px
}
	.btn_N:focus {
/*		outline:2px solid black*/
	}

	.btn_N:disabled {
		background: #ddd;
		color:#888;
		border-color:#ddd
	}

.divAssessmentMessage {
	margin:10px 0
}
.divTopPageTOC {
	padding: 10px 20px;
	display: none;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	background-color: var(--content-background)
}
.divNavAfter {
	text-align: center;
	background: var(--color-main);
	font-weight: 400;
	color: var(--color-button-text);
	padding: 10px 0px;
	cursor: pointer;
	margin: 5px 10px 350px 10px;
	max-width: var(--content-max-width);
	border-radius: 4px;
	letter-spacing: .10rem;
	text-transform: uppercase
}
	.divNavAfter > a {
		color: var(--color-button-text);
	}
.divNavBefore {
	text-align: center;
	background: var(--color-main);
	font-weight: 400;
	color: var(--color-button-text);
	padding: 10px 0px;
	cursor: pointer;
	margin: 5px 10px 5px 10px;
	max-width: var(--content-max-width);
	border-radius: 4px;
	letter-spacing: .10rem;
	text-transform: uppercase
}
	.divNavBefore > a {
		color: var(--color-button-text);
	}

.divPageTOCM {
	height: calc(100vh - 84px - var(--menu_top-mob-height));
	position: fixed;
	z-index: 5;
	top: calc(37px + var(--menu_top-mob-height));
	right: 20px;
	border-radius: 7px;
	display: none;
	transition: right 0.3s ease;
	font-size: 13px;
	line-height: 15px;
	/*		background-color: var(--content-background);*/
	overflow-y: auto;
	overflow-x: hidden;
	/*		border: 1px solid var(--content-border-color);*/
	padding: 18px 5px 10px 5px;
	width: var(--pagetoc-width)
}
#divNavigation {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding-top: 2px;
	margin: 0px;
	width: calc(100% - var(--left-nav-width) - 4px);
	overflow: hidden;
	height: 45px;
	z-index: 10;
	background: var(--nav-panel-background)
}
.SubMenu {
	border-bottom: 1px solid #ddd;
	background: var(--nav-panel-background);
	color: #000;
	padding: 1px 5px;
	width: 100%
}
.imgDisabled {
	stroke: #e5e5e5;
	color: red
}
#imgTOCClose {
	position: absolute;
	top: 2px;
	right: 2px;
	display: none;
	z-index: 5;
	cursor:pointer;
	border-radius:8px

}
	#imgTOCClose:focus {
		outline: 2px solid blue;
		outline-offset: -1px;
	}

.svgProgress {
	margin: 0px auto;
	width: 100px;
	height: 100px
}

	.svgProgress circle {
		stroke-dashoffset: 0;
		transition: stroke-dashoffset 1s linear;
		stroke: var(--left-nav-accent);
		stroke-width: 8px;
	}

.svgProgress #cirleBook {
	stroke: var(--color-main);
	stroke-dashoffset: 282.74
}

.svgProgressLabel {
	width: calc(100% - 12px);
	text-align: center;
	height: 110px;
	padding: 5px 5px 3px 5px;
	position: relative;
	border-radius: 7px;
	background: var(--left-nav-background);
	min-width: 150px;
	margin:5px auto;
	border: 1px solid var(--content-border-color)
}
.imgLeftNavIcon {
	stroke: var(--left-nav-icon);
	stroke-width: 2;
	fill: none;
	stroke-linecap:round;
	stroke-linejoin:round;
	width:24px;
	height:24px;
	margin-top:2px;
	flex-shrink:0
}

	.svgProgressLabel:after {
		position: absolute;
		display: block;
		height: 80px;
		width: 80px;
		left: 50%;
		top: 50%;
		content: attr(data-pct)"%";
		margin-top: -38px;
		margin-left: -40px;
		line-height: 80px;
		font-size: 1.5em;
		color: var(--left-nav-text);
	}
.svgProgressSmall {
	flex-shrink: 0;
	margin: 3px 3px 0 0;
	width:21px;
	height:21px
}
#divTopMenu {
	padding-top: 2px;
	height: 35px;
	min-width: 360px;
	overflow: hidden;
	display: flex;
	justify-content: right
}
#off0 {
	width:calc(100% - 12px);
	background: var(--left-nav-background);
	border-radius: 10px;
	margin: 5px;
	padding-bottom:3px;
	border: 1px solid var(--content-border-color);
	min-width: 150px;
/*	padding-bottom: 45px;*/
	clear: left;
	/*	overflow-y:auto;*/
	/*	height:calc(100% - 100px)*/
}

.vsplitbar {
	transition: background 0.15s ease-in;
	width: 4px;
	background: var(--color-main) url(/images/vgrabber.gif) no-repeat center;
}

	.vsplitbar.active, .vsplitbar:hover {
		background: #B6CCF3 url(/images/vgrabber.gif) no-repeat center;
	}

.divLeftNav {
	border-top: 1px solid #ccc;
	padding: 3px 0 0 0;
	margin:0px;
}

#divScroll {
	position: relative;
	overflow: auto;
	background-color: var(--page-background);
	border-bottom: 1px solid var(--content-border-color);
	transition: padding 0.3s ease
}
	#divScroll:focus {
		outline: 2px solid blue;
		outline-offset: -2px
	}


.MenuButton {
	display: none
}

.liInfolink {
	padding:2px 0px 2px 5px;
}
	.liInfolink a {
		margin-left:-10px
	}

.TLM1 {
	line-height: 28px;
	font-size: 10pt;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica, Roboto, Arial, sans-serif;
	font-weight: 300;
/*	margin-left: 3px;*/
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-left: 4px solid var(--color-main);
	background: var(--left-nav-accent);
	color: var(--left-nav-text);
	padding-left:3px;
	flex-grow:1;
}

#off0:focus-within {
	outline: 2px solid blue;
	outline-offset: -2px
}
.svgTN {
	cursor: pointer;
	fill: none;
	stroke-width: 2px;
	stroke-linecap: round;
	stroke: #000;
	stroke-linejoin: round;
	border-radius: 3px;
	transition: all 0.3s ease;
	width: 16px;
	height: 16px;
	stroke: black;
	margin-top: 6px;
	flex-grow: 0;
	flex-shrink: 0;
	flex-shrink: 0;
	transform: rotate(0deg)
}

.liF {
	cursor:pointer;
	display: block;
	min-width: 100px;
	margin: 3px;
	border-radius: 6px;
	padding-bottom:0px;
	overflow:hidden
}

.liP {
	cursor: pointer;
	display: block;
	min-width: 100px;
	margin: 3px;
	border-radius: 6px;
	padding-bottom: 0px;
}
	.liP:focus, .liF:focus {
/*		outline-color: blue;*/
		background: #def;
		outline: 2px solid blue
	}
.TLM0 {
	line-height: 28px;
	font-size: 10pt;
	overflow: hidden;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica, Roboto, Arial, sans-serif;
	font-weight: 300;
	padding-left: 7px;
	/*	width: calc(100% - 71px);
	float: left;
	display: block;
	margin-left: 3px;*/
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 28px;
	color: var(--left-nav-text);
	flex-grow: 1
}
#divDrag {
	height: calc(100%);
	/*	background: white;*/
	background: var(--page-background);
	overflow: auto;
	width: 250px;
}
#divDrag::-webkit-scrollbar {
	width: 10px;
	height: 0;
/*	background-color:black;*/
}
	#divDrag::-webkit-scrollbar-thumb {
		background: #999
	}
.divContent {
	transition: margin-top 0.3s ease;
	max-width: var(--content-max-width);
	min-width: 200px;
	margin: 10px;
	border-radius: 7px;
	border: 1px solid var(--content-border-color);
	background-color: var(--content-background);
	color: var(--content-font-color);
	padding-top: 9px
}
.divOptP {
	float: left;
	margin:5px 0 0 10px
}
#divLeftProgress1 {
	opacity: 0.7;
	margin: 15px auto 0 auto;
	background: #aaa;
}
#divLeftProgress2 {
	margin-top: 3px;
	font-size: 12px;
	text-transform:uppercase;
}
#divLeftProgressBar {
	transition: width 0.3s ease;
	width: 0%;
	height: 5px;
	background: #fff
}

.divOptS {
	min-width: 150px;
	background-color: var(--content-background);
	padding: 3px;
	text-align: center;
	position: fixed;
	bottom: 0px;
	width: var(--left-nav-width);
	border-top: 1px solid var(--content-border-color);
	overflow: hidden;
	height: 40px
}
.divBookTitle {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	flex-grow:1;
	margin: 5px 0 0 5px;
	min-width:50px;
}
#divBookDescription {
	transition: all 0.3s ease-in;
	height: 0px;
	display: none;
	max-width: 600px;
	min-width: 375px;
	border: 1px solid var(--content-border-color);
	padding: 0px;
	margin: 0px auto;
	border-radius: 7px;
	width: calc(100% - 12px);
	opacity: 0;
	font-size: 16px;
	line-height: 1.3;
}
.divBookTitle2 {
	width: calc(100% - 12px);
	transition: all 0.3s ease-out;
	background-color: var(--color-main);
	color: var(--color-button-text);
	font: 24px Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-weight: 400;
	padding: 30px 20px;
	min-width: 150px;
	border-radius: 7px;
	border: var(--content-border-color);
	margin: 5px 5px 0px 5px;
}
#divSearch {
	margin: 0px 10px 0 0;
	float: right;
	overflow: hidden;
	padding: 0px;
	height: 32px;
	white-space:nowrap
}

.drpdwnSEARCHM {
	height: 28px !important;
	float: left;
	width: 200px;
	padding: 0px 3px;
	font: 10pt Arial, Helvetica, sans-serif;
	vertical-align: middle;
	background: #f5f5f5;
	border: 2px solid var(--color-main);
	border-radius: 6px 0 0 6px;
	margin-top: 1px;
	margin-left: 3px;
	box-sizing:border-box
}

.drpdwnSEARCHM:focus {
	background: white;
	outline-offset:0px;
	outline-color:blue
}
.searchIMGM {
	margin-top: 1px;
	height: 28px;
	width: 28px;
	border: 1px solid var(--color-main);
	border-radius: 0 6px 6px 0;
	background-color: var(--color-main);
	padding: 3px;
	color: var(--color-button-text);
	text-align: center;
	cursor: pointer;
}
	.searchIMGM svg {
		width: 18px;
		height: 18px;
		stroke: var(--color-button-text);
		stroke-linecap: round;
		stroke-linejoin: round;
		fill: none;
		stroke-width: 2px;
	}
	.searchIMGM:focus {
		outline: 2px solid blue;
		outline-offset: -1px;
	}

.svgBase {
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: var(--color-main);
	width: 24px;
	height: 24px;
	fill: none;
	stroke-width: 2px !important
}
.btnHideLeft {
	float: right;
	width: 28px !important;
	height: 28px !important;
}
#divNav {
	float: right;
	margin-right: 20px
}
.panel {
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 2px;
	display: none;
	transition: background-color 0.3s ease-in-out;
	min-width: 250px;
	z-index: 100;
}
#divGlossaryContent, #divFileContent, #divPageInfoContent {
	border: 1px solid var(--content-border-color);
	background-color: var(--content-background);
	color: var(--content-font-color);
	min-width: 300px;
	border-radius: 7px;
	margin: 8px 5px 5px 5px;
	padding: 10px
}
.panel-canvas {
	width: 0px;
	max-width: 100%;
	transition: width 0.3s ease;
	background-color: var(--page-background);
	height: 100%;
	overflow-x: hidden;
	padding: 5px;
	position: relative
}

.panel-open {
	width: 400px;
}

.btnStartCourse:link {
	border-radius: 10px;
	background: white;
	padding: 6px 10px 0px 10px;
	font-size: 14px;
	transition: all 0.5s ease;
	display: block;
	opacity:0;
	margin: -150px 5px 0px 5px;
	height: 20px;
}
	.btnStartCourse:link:hover {
		background: #999;
		text-decoration: none
	}
@media (min-width: 800px) {
	.mob_vis {
		display: none
	}
}
@media (max-width: 800px) {
	a.aSkipNav, .mob_hid {
		display: none
	}
	#divGlossaries {
		margin-top:30px
	}
	.MenuButton {
		margin-right: 5px;
		display: block;
		float: left;
		width: 28px !important;
		height: 28px !important
	}
	.marginbody, .marginheader {
		padding: 5px 10px;
		margin: 0px
	}
	.marginfooter {
		margin: 0px;
		padding: 0px 5px
	}
	#off0 {
		margin: 5px;
		border-radius: 7px;
		border: 1px solid var(--content-border-color);
	}
	#divSearch {
		float: left;
		clear: left;
		margin: 0 0 5px 5px
	}

	.searchIMGM {
	}

	.divNavAfter {
		border-radius: 0px;
		margin: 5px 1px 350px 1px;
		max-width: calc(100% - 2px)
	}

	.divNavBefore {
		border-radius: 0px;
		margin: 5px 1px;
		max-width: calc(100% - 2px)
	}

	.divBookTitle {
		width: calc(100% - 135px)
	}

	.divContent {
		max-width: 100%;
		margin: 0px;
		border-radius: 0px;
		border: none;
	}

	#divRight {
		width: 100%;
		position: initial;
		left: 0px;
		padding: 0px;
	}

	.divOptP {
		width: calc(100% - 12px);
		position: initial;
		border-radius: 7px;
		border: 1px solid var(--content-border-color);
		margin: 2px 5px;
		min-width: 150px;
		text-align: center;
		background: var(--left-nav-background);
		padding-top: 4px
	}
	#divScroll {
		width: 100%;
		background-color: white;
	}
	.divTopPageTOC {
		padding: 10px 5px;
	}
	#divNavigation {
		width: calc(100% - var(--left-nav-width));
	}
}
.th8 {
	margin-left:5px;
	font-szie: 12px;
	color: red;
	visibility: hidden
}
.btnNav {
	stroke: var(--color-main);
	width: 40px !important;
	height: 40px !important;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	outline-color: blue;
	outline-offset: -1px;
	stroke-width: 3.5px !important;
	cursor: pointer
}
table.CEInfo {
	width: 100%;
	margin: 5px 0;
	font-size: 16px
}

#divBookDescription table.CEInfo {
	font-size: 14px
}

.CEInfo th {
	background-color: var(--color-main);
	padding: 8px;
	color: #fff
}
.CEInfo td {
	text-align: center;
	padding: 8px;
	background-color: #eee
}
#divCEResults {
	display:none;
	color:red;
	margin-top:5px
}
.divCESelect {
	font-size: 16px;
	max-width: 650px;
}
.divCEleadin {
	margin:10px 0 0 0;
}
.bOpt {
	background: transparent;
	border-color: transparent;
	margin: 0px;
	padding: 0px;
	border-radius: 6px;
	width:34px;
	height:34px
}
	.bOpt svg {
		stroke: var(--color-main);
		width: 30px;
		height: 30px;
		stroke-width: 1;
		stroke-linecap: round;
		stroke-linejoin: round;
		fill: none
	}
	.bOpt:focus {
		outline: 2px solid blue;
		outline-offset: -2px
	}

.oOptBtn {
	stroke: var(--color-main);
	width: 30px;
	height: 30px;
	stroke-width: 1;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	cursor: pointer;
}

	.oOptBtn:focus {
		outline: 2px solid blue;
		outline-offset: -1px
	}

.sectionHead:before {
	transition: transform 0.3s ease-in-out;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 18 18' style='stroke:black;stroke-width:1;fill:none'><path d='M5 8l3-3l3 3M5 11.5l3-3l3 3' /></svg>");
	background-repeat: no-repeat;
	content: "";
	width: 18px;
	height: 18px;
	transform: scaleY(1);
	margin-top:-1px
/*	border:1px solid red;*/
/*	position: absolute;*/
	/*left: 0px;*/
}
.secSubClosed:before {
	transform: scaleY(-1) !important;
}


.sectionHead {
	display: flex;
	overflow: hidden;
	height: 30px;
	font-size: 16px;
	color: var(--left-nav-text);
	cursor: pointer;
	padding: 7px 0 0 8px;
/*	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 18 18' style='stroke:black;stroke-width:1;fill:none'><path d='M4 7l3-3l3 3M4 10.5l3-3l3 3' /></svg>");*/
	background-color: var(--section_header-background);
/*	background-repeat: no-repeat;
	background-position: top 5px right 0px;
*/	border: 1px solid var(--content-border-color);
	border-radius: 7px 7px 0 0;
	transition: border-radius 0.15s ease-out 0s;
}
	.sectionHead:focus {
		outline: 2px solid blue;
		outline-offset: -2px
	}

.sectionBody {
	border-radius: 0 0 7px 7px !important;
	padding: 5px;
	border: 1px solid var(--content-border-color);
	border-top: none;
	overflow: hidden;
	border-radius: 0 7px 7px 7px;
	background-color: var(--content-background);
	transition: all 0.3s ease-out;
}

.tdR {
	text-align: right;
	font-weight: bold;
	padding-right: 5px
}

.tdC {
	text-align: center
}

.tdL {
	text-align: left;
	padding-left: 3px
}
.divPageInfoLabel {
	color: var(--color-pageinfo-text)
}

a.aStatusNotRep {
	text-decoration: underline
}
.tdStatusRep {color: #070}

#divShowTerms a {
	font-size: 12px;
	color:black;
}
#divShowTerms {
	background: #fff;
	border-radius:6px;
	opacity: 0.9;
	position: absolute;
	top: 3px;
	right: 10px;
	padding: 2px 5px 5px 5px;
	line-height:10px
}