/* TOC FLYOUT ================== */
.document-nav-controls {
	position:fixed;
	right: 0px;
	top: 0px;
	bottom: 0 !important;
	z-index:29;
	background-color: rgba(240, 240, 220, 1);
   z-index: 1200;
   border-radius: 5px 0 0 5px;
   -moz-border-radius: 5px 0 0 5px;
   -webkit-border-radius: 5px 0 0 5px;
   border-top: 1px solid rgb(150, 150, 150);
   border-left: 1px solid rgb(150, 150, 150);
   border-bottom: 1px solid rgb(40, 40, 40);
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out; 
	}
.document-nav-controls {
	width: 300px;
   background-color: rgba(240, 240, 220, 0.9);
   -moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
   -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
   box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
   border-top: 1px solid rgb(190, 190, 190);
   border-left: 1px solid rgb(190, 190, 190);
   border-bottom: 1px solid rgb(90, 90, 90);
   z-index: 1350;
   padding: 0px 0px 10px 0;
	}
.document-nav-controls .nav-tools {
	height:30px;
	background-color: rgb(160, 160, 140);
	margin:0;
	padding: 0px 0 0 1px;
	overflow:hidden;
	}
.document-nav-controls .nav-tools > div {
	width: 35px;
	height: 30px;
	float:left;
	margin:1px 0 0 2px;
	padding:4px 0 0 0;
	text-indent: 0;
	display:inline-block;
	text-align:center;
	border: 1px solid transparent;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	}

.hide {display:none;}
.show {display:inherit;}

.toc-container, .landmark-container, .notes-container, .page-container {
	overflow: auto;
	position:absolute;
	top:30px;
	right:0;
	left:0;
	bottom:0;
	}
/* TOC FIXED ================== */
div.toc-fixed {
	width: 300px;
	height: inherit !important;
	}
.toc-fixed > div {display:inherit;}
.document-nav-controls .nav-tools div.active {
	border:1px solid rgb(130, 130, 130);
	border-bottom: none;
	background-color: rgba(255, 255, 255, 0.5);
	}
.document-nav-controls .nav-tools div:hover {
	background-color: rgba(255, 255, 255, 0.5);
	border:1px solid gray;
	border-bottom: none;
	}
.document-nav-controls .nav-tools > div img {width: 24px;}
.document-nav-controls h1,
.document-nav-controls h2,
.document-nav-controls h3,
.document-nav-controls h4,
.document-nav-controls h5,
.document-nav-controls h6 {
	font-family: sans-serif;
	padding: 6px;
	background-color: rgb(180, 180, 160);
	border-top:1px solid rgb(130, 130, 130);
	font-size: 18px;
	margin: 0;
	font-weight: normal;
	}
.document-nav-controls ol {
	margin: 0;
	padding: 6px;
	}
.document-nav-controls ol li {
	list-style-type:none;
	border-bottom: 1px solid rgb(170, 170, 170);
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
	font-family: sans-serif;
	font-size: 14px;
	cursor:pointer;
	}
div.toc-azd ol li a {
	display:block;
	width:100%;
	}
.missing-entry{
	color: red;
	font-style: italic;
	cursor: default;
}
div.no_toc {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size:12px;
	font-style: italic;
}