﻿/*
© Copyright 2021 Theum AG. all rights reserved worldwide.
Use of this software is subject to the terms of the Theum License Agreement.

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/


div[class$='$Theum'] { display: none; }

#showmd-container {
    height: 20px;
}

#showmd {
    text-align: 
    right; float: right; 
    width: 100%;
}

.poweredby {
    width: 160px;
    margin-top: 10px;
}

#wait-message {
    font-size: 110%;
    color: #82d24e;
    font-weight: 500;
}

#wait-message p {
    margin: 10px 0px;
}

.popup {
	position: absolute;
	z-index: 200;
	width: auto;
	height: auto;
	background-color: #444444;
	color: white;
	/* opacity: 0.8; */
	text-align: center;
	vertical-align: middle;
	border: none;
	padding: 10px 20px;;
	display: none;
	border-radius: 40px;
}

.KB .share-tb-btn, .Library .share-tb-btn, .Book-Cover .share-tb-btn, .Document-Root-Topic .share-tb-btn, .Document-Topic .share-tb-btn, .Section-Topic .share-tb-btn, .answer-result-page .share-tb-btn, .topic-result-page .share-tb-btn, .document-result-page .share-tb-btn {
	margin-left: 3px;
}

#w-main.supernavi .cover-label .bcrumb,
#w-main.supernavi .navi-sub,
#w-main.supernavi #nav-prev, #w-main.supernavi #nav-next {
	display: none !important;
}

#w-main.supernavi .navi-icn {
	visibility: hidden !important;
}

.navi-btn > .navi-icn {
	padding-top: 1px;
	width: 7px;
	margin-right: 4px;
}

.img-container {
	position: relative;
	display: inline-block;
}
.img-canvas {
}
.img-toolbar {
	position: absolute;
	top: 0;
	/*width: 100%;*/
	color: #fff;
    background-color: rgb(0,0,0,0.8);
    padding-bottom: 3px;
}
.img-toolbar .share-tb-btn {
	margin-top: 4px !important;
}
.img-toolbar .share-tb-btn.idx1 {
	margin-left: 4px !important;
}
.img-toolbar .share-tb-btn.idx2 {
	margin-left: 40px !important;
}
.img-toolbar .img-title {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
}
.img-toolbar .img-title.after0 {
	padding-left: 8px;
}
.img-toolbar .img-title.after1 {
	padding-left: 40px;
}
.img-toolbar .img-title.after2 {
	padding-left: 80px;
}

img.flag {
 max-height: 12px;
 margin-left: 5px;
 position: relative;
 top: 2px;
}

.theum-bg-para {
 margin-top: 0 !important;
 margin-bottom: 0 !important;
 padding: .75em .75em 0 .75em !important;
}
.theum-bg-para.first {
}
.theum-bg-para.last {
 padding-bottom: .75em !important;
}

#content a.theum-darkbg,
#content a.theum-darkbg span.Hyperlink {
 color: inherit !important;
 text-decoration: underline !important;
}
#content a.theum-lightbg,
#content a.theum-lightbg span.Hyperlink {
 color: inherit !important;
 text-decoration: underline !important;
}

/* ========================= responsive - smartphones portrait ========================= */

#w-main, .dir-list {
	background-color: white;
}

._footnote {
	vertical-align: unset !important;
	font-size: unset !important;
}

.print-preview {
	overflow-y: auto;
	height: auto;
	display: block;
}

	.print-preview br {
		display: none;
	}

	.print-preview .empty {
		display: none;
	}

*:focus {
	outline: 2px solid #989898;
	outline-style: dotted;
}

#w-header {
	position: relative;
}

.search-source-toggle .share-tb-btn {
	display: none;
}

.sortBtns, #topicChanged {
	/*display: none;*/ background-color: #999999;
	border-radius: 10px;
	margin-right: 0;
}

	.sortBtns .share-tb-btn {
		border-radius: 10px;
		background-color: #999999;
	}

#search-query-btn {
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 250;
	width: 17px;
	background-color: #82d24e;
	color: #f3f3f3;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	opacity: 0.6;
}

#search-panel {
	display: none;
	padding-top: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #909090;
	height: 500px;
	width: 340px;
	z-index: 200;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	opacity: 0.9;
}

.search-panel-label {
	margin-top: 15px;
	color: #f3f3f3;
	margin-left: 20px;
	align-items: center;
	width: 250px;
	height: 36px;
}

.search-panel-elem {
	padding: 5px;
	margin: 15px;
	align-items: center;
	width: 250px;
	height: 36px;
	border-radius: 10px;
}

#execute-panel-search-btn {
	color: #f3f3f3;
	background-color: #82d242;
	padding: 5px 10px;
	cursor: pointer;
}

#search-panel-author {
	margin-bottom: 20px;
}

#execute-panel-search {
	width: 40px;
	text-align: center;
	background-color: transparent;
}

div#topicChanged {
	display: none;
	padding: 1.5px 0 0 4px;
}

.multipleSourceChevron {
	float: right;
	font-size: 1.2em;
	padding: 0px 2px 2px 10px;
	position: absolute;
	margin-top: -1.2px
}

.multipleSource_bcrumb {
	width: 45%;
	padding-right: 5px;
	z-index: 200;
	overflow-y: scroll;
	overflow-x: hidden;
	height: auto;
	min-height: 65px;
	max-height: 120px;
	right: 60px;
	background-color: white;
	position: absolute;
	float: right;
	display: none;
	border: 1px solid #999999;
	border-radius: 3px;
	text-align: left;
}

.select_source {
	cursor: pointer;
	float: left;
	height: auto;
	font-size: 0.9em;
	/*border-bottom: 1px solid #eaeaea;*/
	width: 100%;
	background-color: white;
	/*color: #7e7e7e;*/
	overflow: hidden;
	/*overflow-wrap: break-word;*/
	/*white-space: nowrap;*/
	min-height: 25px;
	vertical-align: middle;
	padding-left: 5px;
	margin: 3px;
	/*text-overflow: ellipsis*/;
}

	.select_source:hover {
		background-color: #eeeeee;
	}

.wait {
	cursor: wait;
}

.file_ext {
	font-size: 70%;
}

#fromDateContainer, #fromDateContainer, #whats-new-search {
	float: left;
}

span:focus {
	outline: 1px solid #989898;
	outline-style: dotted;
	padding: 3px;
}

#ui-datepicker-div {
	z-index: 100;
}

.content-wait {
	position: absolute;
	top: calc(50% - 20px);
	box-sizing: border-box;
}

.print-preview table {
	width: auto !important;
}

.print-preview img {
	width: auto !important;
}

.print-preview .footnote-delimiter {
	width: 30%;
	height: 0px;
	border-bottom: 1px solid #000000;
	margin-top: 50px;
	margin-bottom: 35px;
}

.print-preview .footnote-print {
	margin-bottom: 10px;
}

	.print-preview .footnote-print .tab {
		display: none;
	}

.print-preview .footnote-sup {
	display: inline-block;
	width: 20px;
	vertical-align: top;
	font-size: 75%;
	margin-top: -0.25em;
}

.print-preview .footnote-content {
	display: inline-block;
	width: calc(100% - 20px);
	font-size: 0.8em;
	letter-spacing: 0em;
}

.print-preview #subsections, .print-preview .search-source-toggle, .print-preview .load-more-topn, .print-preview #topics-question-header, .print-preview .show-topics {
	display: none;
}

#metadataContainer {
	border-radius: 0;
	margin-top: 8px;
	padding-top: 20px;
	color: #353b3f;
	background: #eff3f6;
	padding: 30px 60px;
	font-size: 0.9em;
}

.mdContainer-hide, .pubdate-hide {
	display: none;
}

#metaList li {
	list-style-type: none;
	margin-bottom: 3px;
	word-break: break-all;
	overflow-wrap: break-word;
	text-indent: -1.5em;
}

.metaLabel {
	padding-left: 20px;
	color: #353b3f;
}

.cover-label .description {
	color: white;
	font-size: 0.90em;
	width: 75%;
}

div#kb-grid {
	width: 100%;
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
}

#lib-grid, #kb-grid {
	display: inline-block;
}

.KB-grid-title {
	border-top: 1px solid lightgray;
	position: absolute;
	left: 60px;
	font-weight: bold;
	width: calc(100% - 100px);
}

.lib-tile {
	width: 272px;
	height: 180px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	color: #7e7e7e;
}


.kb-tile {
	width: 272px;
	height: 180px;
	float: left;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #7e7e7e;
}

.KB main, .KB footer {
	background-color: white;
}

.lib-tile .image, .kb-tile .image {
	-webkit-background-size: cover;
	width: 100% !important;
	height: 96px !important;
	background-color: #f3f3f3;
	border-radius: 8px 8px 0 0;
}

.lib-tile .subsection-container, .kb-tile .subsection-container {
	border-radius: 0 0 8px 8px;
}

.lib-tile .image:hover, .kb-tile .image:hover {
	opacity: .8;
}

.lib-tile .title, .kb-tile .title {
	text-align: left;
	margin: 6px 12px;
	font-weight: normal;
	font-size: 100%;
}


.lib-tile .description, .kb-tile .description {
	text-align: left;
	margin: 6px 12px;
	font-size: 87%;
    color: #7e7e7e;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

	#subsections {
		margin-bottom: 24px;
	}

ul.twoColumns {
	list-style: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	font-size: 0.9rem;
	margin: 10px 0 !important;
}

#topics-question-header {
	margin-top: 50px;
	font-size: 1.6rem;
}

.notices-area {
	width: 100%;
	font-size: 0.7rem;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 20px;
}

.dir-list .notices-area {
	margin-left: 8px;
}

.notices-area a:hover {
	text-decoration: underline !important;
}

@keyframes hlfadeout {
	0% {
		background-color: transparent;
	}

	15% {
		background-color: #cce3ea;
	}

	100% {
		background-color: transparent;
	}
}

@media (min-width: 1380px) {
	#content {
		height: 100%;
	}

		#content::-webkit-scrollbar-track-piece {
			background: #404040;
		}

	#w-header {
		width: 100%;
		max-width: 960px;
	}

	/*.search-container {
	max-width: calc(100% - 230px);
	}*/

	#w-article {
		/*padding: 60px 0 20px 0;*/
		margin: 0 auto;
		max-width: 960px;
	}

	/*article {
		-webkit-box-shadow: 0px 0px 99px -5px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 99px -5px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 99px -5px rgba(0,0,0,0.75);
	}*/
}

@media (min-width: 980px) and (max-width: 1379px) {
	#content {
		height: 100%;
	}

		#content::-webkit-scrollbar-track-piece {
			background: #404040;
		}

	#w-header {
		width: 100%;
		max-width: 960px;
	}

	.search-container, #OfflineMessage {
		max-width: calc(100% - 230px);
		/*margin-top: 7px;*/
	}

	#w-article {
		/*padding: 60px 0 20px 0;*/
		margin: 0 auto;
		max-width: 960px;
	}

	/*article {
		-webkit-box-shadow: 0px 0px 99px -5px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 99px -5px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 99px -5px rgba(0,0,0,0.75);
	}*/

	.navi-shown #content::-webkit-scrollbar-track-piece {
		background: #f8f8f8;
	}

	.navi-shown #w-content-pane {
		width: 100%;
		background-color: white;
	}

	/*.navi-shown #content {
	height: calc(100% - 46px);
	}*/

	.navi-shown #w-header {
		width: calc(100% - 400px);
		/* max-width: none; */
	}

	/*.navi-shown .search-container {
	max-width: calc(100% - 230px);    
	}*/

	.navi-shown #w-article {
		padding: 0;
		max-width: none;
		height: 100%;
	}

	.navi-shown article {
		height: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}

@media (max-width: 979px) {
	#content::-webkit-scrollbar-track-piece {
		background: #f8f8f8;
	}

	#w-content-pane {
		width: 100%;
	}

	#content {
		/*margin-top: 46px;*/
		height: calc(100% - 5px);
	}

	#w-header {
		width: 100%;
	}

	.search-container {
		max-width: calc(100% - 54px);
	}

	.navi-shown #w-header .search-container, #OfflineMessage {
		max-width: calc(100% - 454px);
	}

	article {
		height: 100%;
	}

	.toTopContainer {
		margin-right: 10px !important;
		position: unset !important;
	}
}

@media (max-width: 680px) and (orientation : landscape) {
	.cover-title {
		max-height: 168px;
	}

	.format-pptx h1, .format-pptx #w-header, .format-pptx header, .format-pptx footer {
		display: none;
	}

	.format-pptx #content {
		margin-top: 0;
		height: 100%;
	}

	.format-pptx main {
		padding: 0;
	}

	.format-pptx .image {
		display: block;
		margin: 0 auto;
	}

	.format-pptx .ppt-slide, .format-pptx #w-content-pane {
		position: static;
	}

	.format-pptx .ppt-tb {
		height: auto;
	}

	.format-pptx #ppt-toolbar {
		bottom: 12px;
		opacity: 0.5;
	}

	.format-pptx .ppt-link, .format-pptx .ppt-note {
		margin-bottom: 1em;
		padding: 0px 1em;
	}
}

@media (max-width: 680px) and (orientation : portrait) {
	.cover-img {
		background-position-x: 30%;
	}

	.cover-title {
		max-height: 232px;
	}
}

@media (max-width : 680px) {
	.searchSortBtns {
		left: 20px !important;
	}

	.cover-label {
		padding: 64px 64px 50px 20px !important;
	}

	header > .share-tb {
		display: none;
	}

	.answer-result-page header, .topic-result-page header, .document-result-page header {
		display: block !important;
	}

	.share-tb {
		display: none;
	}

	#search-tb-btn {
		box-sizing: border-box;
		display: block;
	}

	.share-tb-btn {
		margin-left: 0px !important;
	}
	
	main {
		padding: 10px 20px 20px 20px;
	}

	/* main { */
		/* padding: 20px 23px 20px 14px; */
	/* } */

	div.o_marginLeft60pt {
		margin-left: 0px !important;
	}

	.multipleSource_bcrumb {
		width: 80%;
		right: 25px;
	}

	/*#whats-new-datepicker {
		width: 285px !important;
	}*/

	header {
		padding: 35px 20px 0 20px;
	}

	footer {
		padding: 12px 16px 5px 20px !important;
	}

	.navi-shown #w-navi {
		width: calc(100% - 46px);
	}

	.navi-shown #w-header {
		left: calc(100% - 46px);
	}

	.navi-shown #w-content {
		position: absolute;
		top: 0;
		left: calc(100% - 46px);
	}

	.dir-container .dir-title {
		height: 56px;
		margin-bottom: 4px;
		padding-top: 20px;
	}

	.dir-list {
		padding: 5px 0 0 4px;
	}

	.dir-container {
		width: calc(100% - 4px);
		height: 92px;
		display: block;
		margin: 0 4px 4px 0;
	}

		.dir-container .dir-img {
			background-position-y: 40%;
		}

		.dir-container .dir-label {
			right: 0;
			width: calc(100% - 42px);
			height: 100%;
			background: linear-gradient(10deg,rgba(70,70,70,.95) 0,transparent 70%);
		}

		.dir-container .dir-desc {
			display: none;
		}

	.dir-container .dir-title {
		font-size: 1.1em;
	}

	.cover-container .cover-title {
		font-size: 1.5em;
	}

	#logo, #svgLogo {
		display: none;
	}

	h1 {
		font-size: 1.5em;
	}

	.subsection-container, .lib-tile, .kb-tile {
		width: 100%;
		margin-top: 4px;
	}

	.sprAtoms-load {
		margin-top: 4px;
	}

	.cluster-load {
		margin-top: 70px;
	}

	.search-expand-button {
		display: block;
		text-align: center;
	}

	.ppt-thumbnail img {
		width: 100%;
	}

	::-webkit-scrollbar {
		width: 2px;
		height: 2px;
		display: none;
	}

	.multipleSource_bcrumb::-webkit-scrollbar {
		display: block !important;
	}

	.content-wait {
		left: calc(50% - 100px);
	}

	.theum-glow {
		width: 200px;
	}

	.link-mail {
		top: -28px;
		/* left: -15px; */
		color: #ffffff;
	}
	
	.highlight-d .link-mail {
		top: 20px;
		color: #ffffff;
	}

	.para-link-s {
		top: -28px;
		left: 32px;
		color: #f8f8f8;
		background-color: #82d24e;
	}

	span.Hyperlink {
		z-index: 300;
	}

	.search-source-toggle span {
		display: none;
	}

	.nav-np {
		font-size: 4.5em;
	}

	table {
		font-size: 0.9em;
	}

	#metadataContainer {
		padding: 30px 20px;
	}

	.smartphone-msg {
		display: none;
	}

	#nav-prev, #nav-next {
		display: none;
	}

	#lib-grid, #kb-grid {
		width: 100%;
	}

	.lib-tile, .kb-tile {
		width: 100%;
		margin-bottom: 8px;
        margin-top: 0px;
	}
	
	.subsection-container {
		margin-bottom: 8px;
        margin-top: 0px;
	}
}

@media (min-width : 681px) {
	header {
		padding: 60px 60px 0 60px;
	}

	/*.navi-shown header { padding: 60px 60px 0 14px; }*/

	main {
		padding: 10px 60px 20px 60px;
	}

	#search-tb-btn {
		display: none;
	}

	footer {
		/*padding: 20px 60px;*/
		padding-left: 20px;
	}

	.navi-shown #w-navi {
		width: 400px;
		padding: 5px 8px;
	}

	.navi-shown #w-content {
		float: left;
		width: calc(100% - 400px);
	}

	.navi-shown main {
		padding: 10px 60px 20px 60px;
	}

	.dir-list {
		padding: 4px 32px 0 0;
	}

	.dir-container {
		width: 300px;
		height: 224px;
		float: left;
		margin: 0 4px 4px 2px;
	}

		.dir-container .dir-label {
			top: 124px;
			width: 284px;
			height: 208px;
			margin-left: 16px;
			transition: top 0.3s ease;
		}

		.dir-container:hover .dir-label {
			top: 16px;
		}

		.dir-container:focus .dir-label {
			top: 16px;
		}

		.dir-container .dir-title {
			height: 72px;
			margin-bottom: 8px;
		}

	.cover-label {
		width: 100%;
		/*bottom: 40px;*/
		bottom: 20px;
	}

	.cover-title {
		max-height: 130px;
	}

	.dir-container .dir-title {
		font-size: 1.3em;
	}

	.cover-container .cover-title {
		font-size: 1.8em;
		color: #f8f8f8;
	}

	h1 {
		font-size: 2em;
	}

	.subsection-container {
		width: 272px;
		margin: 0 8px 8px 0;
	}

	.sprAtoms-load {
		margin-top: -24px;
	}

	.cluster-load {
		margin-top: 2px;
	}

	.search-expand {
		margin-left: -8px;
		margin-top: -8px;
	}

	.search-expand-label, .search-expand-button {
		display: inline-block;
		margin-left: 8px;
	}

	.mdata > div {
		display: inline-block;
		width: 50%;
	}

	::-webkit-scrollbar {
		width: 12px;
		height: 12px;
	}

	.content-wait {
		left: calc(50% - 160px);
	}

	.theum-glow {
		width: 320px;
	}

	.link-mail {
		top: -5px;
		left: -55px;
		color: #ffffff;
	}

	/*.content > ul li .link-mail {
		top: unset !important;
		left: unset !important;
	}*/

	.para-link-s {
		top: 28px;
		left: -32px;
		color: #2b2b2b;
	}

	.search-source-toggle i {
		display: none;
	}

	.nav-np {
		font-size: 4.5em;
	}

	/*.header-button i, .search-icon i { 
  padding-top: 13px !important; 
 }*/
}

@media (min-width : 681px) and (max-width : 880px) {
	.navi-shown .subsection-container {
		width: 100%;
	}
}

/*@media (-moz-touch-enabled: 1) {
#nav-prev, #nav-next { display: none; }
#navi .navi-btn > .navi-icn { font-size: 1.3em;}
}*/
/* smartphones, touchscreens */
/*@media (hover: none) and (pointer: coarse) {
 #nav-prev, #nav-next { display: none; }
 #navi .navi-btn > .navi-icn { font-size: 1.3em; }
}

/* mouse, touch pad */
/*@media (hover: hover) and (pointer: fine) {
 #nav-prev, #nav-next { display: block !important; }
}*/

@media (min-width: 980px) {
	.expand #content::-webkit-scrollbar-track-piece {
		background: #f8f8f8;
	}

	.expand #w-content-pane {
		width: 100%;
		background-color: white;
	}

	/*.expand #content { margin-top: 46px;
		height: calc(100% - 46px);
	}*/

	.expand #w-header {
		width: 100%;
		max-width: none;
		position: relative;
	}

	.expand .navi-shown #w-header {
		width: calc(100% - 400px);
		max-width: none;
	}

	.expand #w-article {
		padding: 0;
		max-width: none;
		height: 100%;
	}

	.expand article {
		height: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin-top: 0px;
	}

	.expand #nav-next, .expand #nav-prev {
		width: 46px;
	}
}


/* ========================= layout positioning ========================= */

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #353b3f;
	display: inline-block;
	overflow: hidden;
}

#w-header {
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 500;
	user-select: none;
	-webkit-user-select: none;
}

.header-button, .search-icon {
	width: 46px;
	height: 46px;
	float: left;
	text-align: center;
	cursor: pointer;
	display: block;
	font-size: 1.4em;
}

	.header-button i, .search-icon i {
		padding-top: 12.8px;
	}
	
#header-back {
	margin-top: 2px;
    border-style: none;
}

.fa-wrench {
	padding-top: 11.8px !important;
}

.header-button, #logo {
	margin-top: 7px;
}

.search-container {
	position: relative;
	width: auto;
	float: left;
	margin-left: 8px;
	margin-top: 7px;
}

.search-field {
	float: left;
	background-color: #eff3f6;
	border-radius: 8px;
	margin-top: 7px;
	height: 14px;
	width: initial;
	min-width: 200px;
	/*width: calc(100% - 130px);*/
	padding: 6px 12px 12px 12px;
	margin-right: 10px;
}

.search-icon {
	display: inline-block;
	width: 28px;
	text-align: center;
	color: #2b2b2b;
	cursor: pointer;
	font-size: 18px;
}

	.search-icon:hover {
		color: #6f6f6f;
	}

.search-q {
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
	background-color: transparent;
	height: 21px;
	width: 100%; /*margin-top: 25px;*/
	color: #7e7e7e; /* border-bottom: 1px solid #ededed; */
}

	.search-q:focus {
		outline: none;
	}

	.search-q::-webkit-input-placeholder {
		opacity: 0.75;
		color: #f8f8f8;
	}

	.search-q::-webkit-search-cancel-button {
		color: #7e7e7e;
	}

/*.search-q::-webkit-input-placeholder { color: #f8f8f8; }*/

/****  search-scope begin ****/

#search-scope-field {
	display: inline-block;
	width: initial;
	min-width: 100px;
	color: #7e7e7e;
	max-width: 190px;
	white-space: nowrap;
	overflow: hidden;
	font-size: .9em;
	padding-top: 7px;
	letter-spacing: -0.01em;
}

	#search-scope-field .label {
		display: none;
		margin-right: 8px;
	}

	#search-scope-field .scope {
		display: inline-block;
		max-width: 160px;
		white-space: nowrap;
		overflow: hidden;
	}

#search-scope-selection-view {
	display: inline-block;
	height: 100%;
	margin-right: 30px;
	padding: 10px;
}

#search-scope-selection-btn {
	display: inline-block;
	position: absolute;
	right: 10px;
	font-size: 16px;
	color: #808080;
}

#search-scope-field .twistie {
	display: inline-block;
	margin-left: 8px;
	float: right;
}

#search-scope-selection {
	display: none;
	position: absolute;
	min-width: 358px;
	top: 60px;
	margin-left: 54px;
	padding: 0px;
	font-size: .8em;
	background-color: #ffffff;
	border-radius: 0 0 20px 20px;
}

ul.search-scope {
	display: block;
	list-style-type: none !important;
}

ul.search-scope li {
	display: inline-block;
	border-radius: 20px;
	background-color: #7e7e7e;
	color: #f8f8f8;
	text-transform: uppercase;
	padding: 10px;
	cursor: pointer;
	margin: 4px 2px;
}

ul.search-scope li.selected {
	background-color: #82d24e;
}

/****  search-scope end ****/

.search-expand {
	margin-top: -8px;
}

.search-expand-label {
	margin-top: 8px;
	margin-bottom: 8px
}

.search-expand-button {
	border-radius: 20px;
	background-color: #82d24e;
	color: #f8f8f8;
	text-transform: uppercase;
	padding: 10px;
	cursor: pointer;
	margin-top: 8px;
	margin-bottom: 8px;
}

/*.show-topics { right: 0; top: 0; margin-right: 10px;}*/

.cluster-load, .sprAtoms-load, .show-topics {
	text-align: center;
	overflow: hidden;
	width: 248px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

	.cluster-load div, .sprAtoms-load div, .load-more, .show-topics {
		border-radius: 20px;
		height: 32px;
		padding-top: 0px;
		margin-left: auto;
		margin-right: auto;
		line-height: 32px;
		color: #f8f8f8;
		cursor: pointer;
		font-size: 0.9em;
		background-color: #82D24E;
		text-transform: uppercase;
	}

.cluster-load div:hover, .sprAtoms-load div:hover, .load-more:hover, .show-topics:hover {
	opacity: 0.9;
}

	.cluster-load div, .load-more {
		margin-top: 20px;
		width: 150px;
		text-align: center;
	}

	.sprAtoms-load div {
		width: auto;
	}

		
.load-more-topn {
	position: relative;
	cursor: pointer;
	font-size: 1.5em;
	top: 10px;
	overflow: hidden;
	text-align: center;
}

.load-more-topn:hover {
	opacity: 0.7;
}

#logo, #svgLogo {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

a.svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

a.svg {
	position: relative;
	display: inline-block;
	float: right;
}

.wrapper {
	height: calc(100% - 46px);
}

#w-main {
	float: right;
	width: 100%;
	height: 100%;
	position: fixed;
}

#w-navi {
	overflow-y: auto;
	height: 100%;
	box-sizing: border-box;
	float: left;
	display: none;
}

.navi-shown #w-navi {
	display: block;
}

#navi .navi-sub {
	display: none;
	margin-left: 8px;
}

#navi .navi-ph > .navi-sub {
	margin-left: 0;
}

#navi .selected-path > .navi-sub, #navi .selected-item > .navi-sub,#navi .once-selected-item > .navi-sub, #navi .selected-path > .navi-sub > .navi-ph > .navi-sub, #navi .selected-item > .navi-sub > .navi-ph > .navi-sub {
	display: block;
	margin-left: 18px;
}

#navi .navi-btn > label {
	cursor: pointer;
	display: inline-block;
	width: 90%;
	height: 100%;
}

#navi .navi-btn > .navi-icn {
	float: left;
	display: inline-block;
	margin-top: 7px;
	/*margin: 8px 0;*/
	/*padding-top: 1px;*/
	cursor: pointer;
}

#navi .navi-btn > .navi-icn-hdn {
	visibility: hidden !important;
}

#navi .navi-sub-hdn {
	display: none !important;
}

#navi .navi-btn > label > span {
	margin: 5px;
	display: block; /*max-height: 48px;*/
	overflow: hidden;
	word-wrap: break-word;
}

#w-content {
	position: relative;
	height: 100%;
	width: 100%;
}

#w-content-pane {
	position: relative;
	min-height: 100%;
}

#content-pane {
	height: 100%;
}

.dir-header {
	height: 60px;
}

.cover-container .bcrumb {
	margin-bottom: 0.2em;
	font-size: 0.8em;
}

.dir-list {
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box; /*height: calc(100% - 100px);*/
	min-height: 360px;
	height: auto;
	position: relative;
}

.dir-msg {
	padding: unset;
}

	.dir-msg i {
		padding: 0 4px;
	}

.dir-container {
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

	.dir-container .dir-img {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.dir-container .dir-path {
		margin-bottom: 4px;
	}

	.dir-container .dir-label {
		position: absolute;
		padding: 8px;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0;
		width: 100%;
		background-color: transparent; /*background: linear-gradient(20deg,rgba(70,70,70,.95) 0,transparent 70%);*/ /*background: linear-gradient(20deg,rgba(0,0,0,.99) 0,transparent 70%);*/
	}

.cover-container { /*height: 640px;*/
	height: 340px !important;
	width: 100%;
	position: relative;
}

.cover-img, .cover-img > img  {
	position: absolute;
	background-position: left center;
	width: 100%;
	height: 100%;
}

.cover-label {
	position: absolute;
	Width: 100%;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	opacity: 0.9;
	background: linear-gradient(0deg,rgba(0,0,0,.6) 0,transparent 100%);
    padding: 64px 64px 50px 64px;
}

	.cover-label .bcrumb span, .cover-label .bcrumb .fa-angle-right {
		color: white;
		cursor: pointer;
	}

#content {
	overflow: auto;
	width: 100%;
}

article {
	margin-top: 62px;
	background-color: #ffffff; /*overflow: hidden;*/
	word-wrap: break-word;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 40px -30px rgba(0,0,0,0.75) !important;
	-moz-box-shadow: 0px 0px 40px -30px rgba(0,0,0,0.75) !important;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1) !important;
	position: relative;
}

	article a, article i[id*="Footnote"], .mdata-toggle {
		position: relative;
		z-index: 90;
	}

header {
	position: relative;
}

.help-shown article a, .help-shown article i[id*="Footnote"] {
	position: inherit;
	z-index: auto;
}

#ppt-toolbar {
	position: absolute;
	width: 100%;
}

#nav-prev, #nav-next { /*display:none;*/
	min-width: 46px;
	width: calc((100% - 960px) / 2);
	height: 100%;
	position: absolute;
	top: 0;
	cursor: pointer;
	color: transparent;
	z-index: 300;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	top: calc(50% - 60px);
	height: 20%;
}

#nav-next {
	right: 0;
}

.w-nav-np {
	width: 46px;
	height: 100%;
	margin: auto;
}

.nav-np {
	font-family: FontAwesome;
	font-size: 4.5em;
	font-weight: bold;
	position: fixed;
	top: calc(50% - 60px);
	opacity: 0.4;
}

.nav-np:hover {
		opacity: 1;
	}

#nav-prev .nav-np:before {
	content: "\f104";
}

#nav-next .nav-np:before {
	content: "\f105";
}

#nav-prev:hover, #nav-next:hover, .help-shown #nav-prev, .help-shown #nav-next {
	color: #82d24e;
	opacity: 1;
	visibility: visible;
}

@media (min-width: 980px) {
	#nav-prev, #nav-next {
		color: #82d24e;
		visibility: visible;
	}

	#w-content-wait, #w-not-found {
		background-color: white;
		color: #ededed;
		width: 100%;
		height: 100%;
	}
	/*.content-wait { position: absolute;top: calc(50% - 20px);box-sizing: border-box;}*/

	.not-found {
		font-size: 2.3em;
		position: absolute;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 16px;
		text-align: center;
		top: calc(50% - 40px);
	}
}

/* ========================= layout fonts and colors ========================= */

body {
	color: #444444;
	font-family: Ubuntu; /*Arial, Helvetica, Verdana, sans-serif;*/
	font-size: 1em;
	font-weight: normal;
	letter-spacing: -0.01em;
}

#w-header, .dir-header {
	background-color: #f8f8f8;
}

.search-icon {
	color: #ededed;
	font-size: 1.4em;
}

#OfflineMessage { /*color: #ededed;*/
	font-size: 1em;
	margin-top: 15px;
}

#search-para-btn {
	margin-top: 10px;
	font-weight: bold;
	box-sizing: border-box;
}

#search-para-btn i {
	padding-top: 0px;
}

.header-button:hover, .search-icon:hover {
	color: #f8f8f8;
}

#w-navi {
	background-color: #eff3f6;
	color: #353b3f;
	font-size: 0.9em;
}

#navi .navi-btn.navi-btn-p label, #navi .navi-btn.navi-btn-x label {
	border-bottom: 1px solid transparent;
}

#navi .navi-btn-k > label, #navi .navi-btn-r > label, #navi .navi-btn-l > label, #navi .navi-btn-b > label {
	text-transform: uppercase;
	margin-left: 5px;
}

#navi .navi-btn > label:hover, #navi .navi-btn.selected-item > label {
	background-color: #82d24e;
	color: white;
}

#navi .navi-btn-b.selected-path, #navi .navi-btn-b.selected-item {
	background-color: #EFF3F6;
}

#navi .navi-btn-b.selected-path {
	background-color: #EFF3F6;
}

.dir-list {
	background-color: white;
}

.dir-msg {
	color: #f8f8f8;
}

#dir-msg-add-book-b {
	color: white;
	background-color: #d13b7b;
	text-transform: uppercase;
	padding: 8px;
	margin-left: 20px;
	float: left;
	cursor: pointer;
}

.dir-container {
	background-color: #f8f8f8;
}

	.dir-container .dir-img {
		background-size: cover;
	}

	/*.dir-container .dir-label { opacity: 0.9; background: linear-gradient(35deg,rgba(0,0,0,2) 0,transparent 200%); }*/

	/*.dir-container .dir-label { padding-left: 15px; padding-right: 15px; margin-left: 0; width: 100%; background-color: transparent; background: linear-gradient(20deg,rgba(70,70,70,.95) 0,transparent 70%); }*/

	/*.dir-container .dir-label:hover { text-decoration: underline; color: white; }*/

	.dir-container .dir-title, .cover-container .cover-title { /*color: #4884b4;*/
		color: white;
		cursor: pointer;
		word-wrap: break-word;
		overflow: hidden;
		line-height: 120%;
	}

	.dir-container .dir-desc {
		color: white;
		font-size: 0.9em;
		max-height: 98px;
		overflow: hidden;
		margin-top: 20px;
	}

	.dir-container .dir-date {
		font-size: 0.9em;
		color: white;
		margin-top: 10px;
	}

.cover-img {
	border-radius: 0;
	background-size: cover;
}

.bcrumb {
	text-transform: uppercase;
	font-size: 0.7em;
}

	.bcrumb span {
		cursor: pointer;
	}

		.bcrumb span:hover {
			text-decoration: underline;
		}

	.bcrumb i.fa.fa-angle-right {
		padding: 0 0.3em 0 0.3em;
	}

.ppt-tb {
	position: relative;
	height: 37px;
}

#ppt-toolbar {
	font-size: 2em;
	text-align: center;
}

	#ppt-toolbar span {
		color: #dedede;
		padding: 0 4px;
		text-shadow: 0px 0px 2px #333333;
	}

		#ppt-toolbar span:not(.disabled):hover {
			opacity: 1.0;
			color: #82d24e;
			cursor: pointer;
		}

		#ppt-toolbar span.disabled {
			opacity: 0.25;
		}

.ppt-links, .ppt-notes {
	display: none;
}

.ppt-link, .ppt-note {
	margin-top: 1em;
}

.content-close {
	position: fixed;
	right: 0;
	margin-right: 25px;
	font-size: 1.5em;
	cursor: pointer;
	color: #55a0b9;
	opacity: 0.9;
}

	.content-close:hover {
		opacity: 1;
	}
/* IE compat */
main, footer {
	display: block;
}

footer {
	text-transform: uppercase;
	font-size: 0.7em; /*padding-bottom: 20px;*/
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 60px;
}

.toTopContainer {
	bottom: 10px;
	z-index: 300;
	position: sticky;
	opacity: 1;
	float: right;
	margin-right: -50px;
}

.expand .toTopContainer {
	margin-right: 10px;
}

#share-tb-metadata {
	right: 10px;
	bottom: 10px;
	z-index: 100;
	color: white;
	position: absolute;
	background: #82d24e; /*background: -moz-linear-gradient(top, #425670 0%, #30455f 100%); /* FF3.6-15 */ /*background: -webkit-linear-gradient(top, #425670 0%,#30455f 100%); ---- Chrome10-25,Safari5.1-6 */ /*background: linear-gradient(to bottom, #425670 0%,#30455f 100%);   ----- W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#425670', endColorstr='#30455f',GradientType=0 ); /* IE6-9 */
}

.toTop {
	display: none;
	color: white;
	background: #82d24e; /* Old browsers */ /*background: -moz-linear-gradient(top, #425670 0%, #30455f 100%); /* FF3.6-15 */ /*background: -webkit-linear-gradient(top, #425670 0%,#30455f 100%); /* Chrome10-25,Safari5.1-6 */ /*background: linear-gradient(to bottom, #425670 0%,#30455f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#425670', endColorstr='#30455f',GradientType=0 ); /* IE6-9 */
	background-color: #82d24e !important;
}

/* ========================= layout images ========================= */

#logo {
	height: 48px;
	width: 160px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin-right: 16px;
}

#svgLogo {
	height: 48px;
	width: 140px;
}

/* ========================= font imports ========================= */

/* ubuntu-300 - latin */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/ubuntu-v9-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Ubuntu Light'), local('Ubuntu-Light'), url('../fonts/ubuntu-v9-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/ubuntu-v9-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/ubuntu-v9-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/ubuntu-v9-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/ubuntu-v9-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-300italic - latin */
@font-face {
	font-family: 'Ubuntu';
	font-style: italic;
	font-weight: 300;
	src: url('../fonts/ubuntu-v9-latin-300italic.eot'); /* IE9 Compat Modes */
	src: local('Ubuntu Light Italic'), local('Ubuntu-LightItalic'), url('../fonts/ubuntu-v9-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/ubuntu-v9-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/ubuntu-v9-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/ubuntu-v9-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/ubuntu-v9-latin-300italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ========================= webkit specific ========================= */

.overflow-x::-webkit-scrollbar-track-piece {
	background: #f8f8f8;
}

.dir-list::-webkit-scrollbar-track-piece {
	background: #404040;
}

#content::-webkit-scrollbar-thumb, .dir-list::-webkit-scrollbar-thumb, .overflow-x::-webkit-scrollbar-thumb {
	background: #c3c3c3;
}

/* ========================= content enhancements ========================= */

h1, h2, h3, h4, h5, h6, .h7, .h8 {
	color: #4884b4;
}

h1 {
	margin: 0 0 1.1em 0;
	line-height: 105%;
	font-weight: normal;
	font-family: Ubuntu; /*padding-left: 5px;*/
}

#cover0 > h1, #cover1 > h1, #cover0 .Title {
	display: none;
}

main.cover h1 {
	margin: 1em 0 0.5em 0;
}

/*main.search { margin-bottom: 44px; }*/

#w-content a, span.Hyperlink {
	color: #4884b4;
	text-decoration: none;
}

a.theum-darkbg {
 color: white !important;
 text-decoration: underline !important;
}
/*a.theum-lightbg { }*/
/*a.theum-whitebg { }*/

.footer-dark {
	background-color: #e6e6e6;
}

#context-container {
    position: relative;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    z-index: 10000;
}

#context-container #guidecontext {
    background-color: #82d24e;
    color: white;
    padding: 12px 2px 2px 2px;
    text-align: center;
    min-height: 44px;
    height: auto;
    box-sizing: border-box;
    color: white;
    font-size: 1em;
    cursor: pointer;
    border-radius: 0;
    margin: 0;
	text-transform: uppercase;
}

#context-container #guidecontext:hover {
	opacity: 0.9;
}

#guidecontext-close {
    font-family: fontawesome;
    content: "\f00d";
    position: absolute;
    top: 5px;
    right: 6px;
}

 #context-container #subsections {
    width: 100%;
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    padding: 20px 0 40px 0;
    margin: 0;
 }

#context-container .subsection-container {
    border-radius: 0;
    transform: translateX(-50%);
    left: 50%;
    min-height: 44px;
    height: auto;
    padding: 4px;
    color: white;
    font-size: smaller;
    background-color: #1CB5D8;
    margin: 2px 0px;
    width: auto;
    max-width: 350px;
    display: block;
}

 #context-container .cluster-childsize {
  display: none;
 }

#contextwait{
    background-color: transparent !important;
    color: #82d24e !important;
    position: relative;
    left: 50%;
    transform: translate(-50%) !important;
    font-size: 2.4em !important;
	text-align: center;
}

#subsections {
	margin-top: 30px;
	overflow: hidden;
}

.subsections-header {
	display: none;
}

.subsection-container {
	border-radius: 8px;
	vertical-align: top;
	position: relative;
	height: 84px;
	box-sizing: border-box;
	padding: 8px;
	color: #353b3f;
	background-color: #4884b4;
	font-size: 0.96em;
	cursor: pointer;
	display: inline-block;
}

	.subsection-container:hover {
		opacity: 0.9;
	}

	.subsection-container span {
		line-height: 1.4em;
		max-height: 4.2em;
		overflow: hidden;
		display: block;
	}

	.subsection-container .subsection-chapter-pdf {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 32px;
		height: 32px;
		text-align: center;
		padding-top: 7px;
		font-size: 16px;
		box-sizing: border-box;
		opacity: 0.5;
	}

.book-desc {
	margin-top: 5px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    font-size: 0.8em;
     display: block;
}

.subnodes {
    font-weight: initial;
    font-size: initial;
}

.search-res {
	padding: 15px 5px;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
}

	.search-res.label {
		padding-top: 5px;
	}
	
.search-res-src .paragraph {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.search-res-label {
	text-transform: uppercase;
	color: #4884b4;
	font-size: 0.78em;
	text-align: right;
	margin-bottom: 4px; /*text-overflow: ellipsis;*/
	overflow: hidden; /*white-space: nowrap;*/
}

.search-res-tags, .main-tags {
	text-transform: uppercase;
	font-size: 0.78em;
	margin-bottom: 4px;
	text-align: right;
}

	.search-res-tags span, .main-tags span {
		background-color: #82d24e;
		color: #f8f8f8;
		padding: 0 2px 1px 2px;
		margin-left: 2px;
	}

.search-res:hover {
	background-color: #eff3f6;
	border-radius: 0;
}

.search-res:not(:last-child) {
	border-bottom: 1px solid #eeeeee;
}

.search-res .search-res-src > div:not(:first-child) {
	margin-top: 10px;
}

.search-res .search-res-src.att-pdf > div {
	position: relative;
}

.search-res .search-res-src .pdf-page, .search-res .search-res-src .pdf-text {
	display: inline-block;
}

.search-res .search-res-src .pdf-page {
	width: 250px;
}

.search-res .search-res-src .pdf-page .image {
	box-shadow: 0 0 8px #aaa;
}

.search-res .search-res-src.att-xlsx .icon {
	width: 32px;
	vertical-align: middle;
	margin-right: 8px;
}
.search-res .search-res-src.att-xlsx span {
	margin-top: 4px;
	display: block;
}
.search-res .search-res-src.att-xlsx span:nth-of-type(1) {
	display: inline-block;
}
.search-res .search-res-src.att-xlsx span:nth-of-type(2) {
	margin-top: 8px;
}

.search-res .search-res-src .list-text {
	display: list-item;
	margin-left: 20px;
}

	.search-res .search-res-src .list-text.ll-0 {
		margin-left: 20px;
	}

	.search-res .search-res-src .list-text.ll-1 {
		margin-left: 35px;
		list-style-type: circle;
	}

	.search-res .search-res-src .list-text.ll-2 {
		margin-left: 50px;
		list-style-type: square;
	}

	.search-res .search-res-src .list-text.ll-3 {
		margin-left: 65px;
	}

.search-res .search-res-src table li {
	display: inline;
}

.search-res .search-res-src .empty {
	display: none;
}

.search-res .search-res-src h1, .search-res .search-res-src h2, .search-res .search-res-src h3, .search-res .search-res-src h4, .search-res .search-res-src h5, .search-res .search-res-src h6 {
	font-size: 1.2em;
}

.search-res .search-res-title { /*color: #4884b4;*/
	font-size: 1.1em;
	margin-bottom: 0.6em;
}

.search.topic .search-res .search-res-title {
	font-size: 1.3em;
}

.search-res .search-res-path, .search-res .pubDate {
	margin-bottom: 4px;
	text-transform: uppercase;
	font-size: 0.78em;
	color: #999999;
	text-align: right; /*text-overflow: ellipsis; overflow: hidden;white-space: nowrap;*/
}

	.search-res .search-res-path i.fa.fa-angle-right {
		padding: 0 5px 0 5px;
	}

.search-res .search-res-bcr-exp {
	padding-left: 4px;
}

.search-res .search-res-sub div { /*color: #82D24E;*/
	padding-left: 8px;
	padding-bottom: 4px;
}

	.search-res .search-res-sub div.search-res-sub-expand {
		padding-left: 24px;
	}

.search-res table {
	border-collapse: collapse;
}

.search-res td {
	padding: 2px;
}

.search-res-separator {
	height: 16px;
}

.doc-slide {
	padding: 30px 0;
}

.ppt-thumbnails {
	display: none;
	text-align: center;
	padding: 30px 0;
}

.ppt-thumbnail {
	display: inline-block;
	padding: 4px;
	margin: 2px;
	text-align: left;
	color: #f8f8f8;
	background-color: #002d64;
	max-width: 380px;
	cursor: pointer;
}

	.ppt-thumbnails .current, .ppt-thumbnail:hover {
		background-color: #ffbb1c;
	}

.ppt-thumb-label {
	font-size: smaller;
	overflow: hidden;
	line-height: 1.2em;
	max-height: 1.2em;
}

.ppt-slide {
	text-align: center;
	overflow: hidden;
	position: relative;
}

footer > div:first-child:after {
	content: " ";
	clear: both;
	display: block;
}

.mdata-toggle {
	float: right;
	cursor: pointer;
	color: #4d4d4d;
}

.mdata {
	display: none;
	position: relative;
	margin-top: 1em;
}

	.mdata > div {
		box-sizing: border-box;
		padding: 2px 4px;
	}

.table-zoom {
	width: 125%;
}

.image-zoom {
	width: 120%;
}

.overflow-x {
	overflow-x: auto;
	display: block;
}

.image {
	margin: 0;
	max-width: 100%;
	position: relative;
}

.zoom, .rot {
	opacity: 0.6;
	position: absolute;
	cursor: pointer;
	background-color: #82d24e !important;
}

.rotated1 {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-moz-transform: rotate(90deg); /* Firefox */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
	-o-transform: rotate(90deg); /* Opera */
	margin: 0;
}

.rotated2 {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-moz-transform: rotate(180deg); /* Firefox */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
	-o-transform: rotate(180deg); /* Opera */
	margin: 0;
}

.rotated3 {
	transform: rotate(270deg);
	-ms-transform: rotate(270deg); /* IE 9 */
	-moz-transform: rotate(270deg); /* Firefox */
	-webkit-transform: rotate(270deg); /* Safari and Chrome */
	-o-transform: rotate(270deg); /* Opera */
	margin: 0;
}

table {
	margin: 1.2em 0 1.4em 0;
	border-collapse: separate;
}

	table tbody tr:first-child td {
		padding: 6px 2px 2px 2px;
	}

	table .image {
		margin: 0;
	}

.zoom-fit {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: none !important;
}

.fa-search-minus {
	width: auto;
	max-width: none;
	height: auto;
	max-height: none !important;
}

main .highlight-d {
	background-color: #eff3f6;
	border-radius: 0;
	padding: 20px !important;
}

.highlight {
	border-radius: 10px;
	/*padding: 3px;*/
	background-color: #e9f7df;
}

main .footnote-icon {
	cursor: pointer;
	color: #82d24e;
	margin: 0 0 0 4px;
	line-height: 0.1em;
	font-family: FontAwesome;
	font-style: normal;
}

	main .footnote-icon:before {
		content: "\f27a";
	}

	main .footnote-icon:hover:before {
		content: "\f075";
	}

.footnote {
	display: none;
	background-color: none;
	color: #0070C0;
}

	.footnote .paragraph {
		padding: 0px 5px;
	}

	.footnote > div /*, .footnote span.hanging-indent > span*/ {
		display: inline;
	}

.content > div[id^="s"], div[class^="subcontent"] > div[id^="s"], div[class^="subtheme"] > div[id^="s"] {
	position: relative;
}

/*.content > ol li .link-mail, .content > ul li .link-mail {
	margin-left: -10px !important;
}*/

.link-mail {
	display: none;
}

/*.pdf-page > .link-mail {
	top: 0px !important;
	/*left: 0px !important;
}*/

/*.ppt-slide {
	padding-left: 10px;
	padding-right: 10px;
}*/

/*.ppt-slide > .link-mail {
	top: 0px;
	left: 0px;
}*/

/*.highlighted {
	top: 20px !important;
	left: 20px !important;
}*/

.content > div[id^="s"] .para-link-s, div[class^="subcontent"] > div[id^="s"] .para-link-s, div[class^="subtheme"] > div[id^="s"] .para-link-s {
	display: none;
}

.content > div[id^="s"]:hover .para-link-s, div[class^="subcontent"] > div[id^="s"]:hover .para-link-s, div[class^="subtheme"] > div[id^="s"]:hover .para-link-s {
	display: block;
}

.rotScroll {
	overflow-x: scroll;
	overflow-y: hidden;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.link-mail, .para-link-s {
	background-color: #eff3f6;
	color: #353b3f;
	border-radius: 10px;
	position: absolute !important;
	opacity: 1;
	margin: 0 !important;
	line-height: 20px;
	font-size: 12px;
	padding: 5px !important;
	cursor: pointer;
	z-index: 95;
	text-align: center;
	min-width: 28px
}

/*.para-link, .para-mail, .para-link-s {
	text-align: center;
	position: absolute;
	width: 16px;
	height: 23px;
	border-radius: 8px;
}*/
/*.link-mail:hover {
	background-color: #c3c3c3;
}*/

.para-link:hover, .para-mail:hover, .para-copy:hover {
	opacity: 0.8;
}

.para-mail, .para-copy {
	margin-left: 4px;
}

.link-file-label {
	position: absolute;
	left: 76px;
	top: -23px;
	color: #777777;
	font-size: 14px;
	width: 33px;
	text-align: center;
}

.bmk-label {
	background-color: #82d24e;
	color: #f8f8f8;
	font-size: 0.85em;
	padding: 2px 4px;
	border-radius: 4px; /*margin: 0px 4px;*/
}

.searchSortBtns {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 54px;
}

.search-source-toggle {
	overflow: hidden;
	float: left;
}

	.search-source-toggle > div, .sortBtns > div {
		border-radius: 10px;
		margin-right: 3px;
		float: left;
		line-height: 32px;
		height: 32px;
		padding: 0 10px;
		background-color: #999999;
		text-transform: uppercase;
		color: #f8f8f8;
		cursor: pointer;
	}

		.search-source-toggle > div.selected, .selSort {
			background-color: #82d24e !important;
			cursor: default;
		}

.search-source-toggle > div:hover, .sortBtns > div:hover {
	opacity: 0.9;
}

.sortBtns {
	overflow: hidden;
	float: left;
	margin-left: 5px;
}

#topicChanged  {
	overflow: hidden;
	float: left;
	margin-left: 5px;
}

.tcselected {
	background-color: #82d24e !important;
}

.bcrumb_mdContainer {
	float: right;
	text-align: right;
}

.bcrumb_metatag {
	float: right;
	width: 100%;
	font-size: 0.9rem;
	color: #00677f;
}

dt {
	float: left;
}

.search-res .search-res-src ul {
	padding-left: 0 !important;
}

	.search-res .search-res-src ul li {
		display: inline !important;
	}

.search .cluster-childsize {
	display: none;
}

/*Waiting Spinner*/
.loader {
	display: none;
	float: right;
	border: 4px solid #fff;
	border-radius: 50%;
	border-top: 4px solid #82d24e;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

.navi-loader {
	display: none;
	float: right;
	border: 2px solid #fff;
	border-radius: 50%;
	border-top: 2px solid #82d24e;
	width: 15px;
	height: 15px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

.search-res.bookmark > .bmk-label {
	display:none;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.color-a { background-color: #920822; }
.color-b { background-color: #f04d33; }
.color-c { background-color: #ED5F00; }
.color-d { background-color: #ee7933; }
.color-e { background-color: #f0ac01; }
.color-f { background-color: #047a3e; }
.color-g { background-color: #38a390; }
.color-h { background-color: #00AA9C; }
.color-i { background-color: #95a5a6; }
.color-j { background-color: #4a4f6c; }
.color-k { background-color: #0089ab; }
.color-l { background-color: #8f5aad; }
.color-m { background-color: #1e333d; }
.color-n { background-color: #253a47; }
.color-o { background-color: #314d5b; }
.color-p { background-color: #d13b7b; }
.color-q { background-color: #606060; }
.color-r { background-color: #4e58cb; }

#share-tb-src {
 display: none;
}

#w-content a.notices {
   background-color: transparent;
}

#search-trace {
 font-size: x-small;
}
#search-condensed {
 position: relative;
 margin-top: 12px;
 float: right;
 display: none;
}

#topic-show-all {
    display: inline;
    left: 5px;
    font-size: .6em;
    position: relative;
    top: -4px;
    cursor: pointer;
}