body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: white;
}

a {
	color: #777;
	text-decoration: underline;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

a:visited, a:active, a:focus {
	color: #777;
}

a:hover {
	color: #96dc00;
}

a:visited, a:active, a:hover, a:focus {
	outline: 0;
	text-decoration: underline;
}

.navigation {
	width: 300px;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #fff;
}

.nav-closed .navigation{
	display: none;
}

.logo-container {
	position: absolute;
	width: inherit;
	top: 10px;
	left: 8px;
}

.logo {
	width: 90%;
}

.help-center {
	position: absolute;
	color: #96dc00;
	font-size: 16px;
	top: 70px;
	left: 10px;
}

.search {
	width: 170px;
}

.search input {
	width: 100%;
}

.search-dropdown-menu {
	overflow-y: auto;
	max-height: 400px;
	display:block;
    width: 235px;
}
.search-dropdown-menu>li>a {
	white-space: normal;
}

.language-dropdown {
	padding: 0 5px;
	height: 24px;
}

.language-dropdown-menu>li {
	cursor: pointer;
	padding: 1px 10px;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.language-dropdown-menu>li:hover {
	background-color: #fff;
	color: #60a900;
}

.button-bar {
	position: absolute;
	top: 110px;
	left: 10px;
	right: 9px;
}

.navigation .list {
	border-top: solid 1px #E1E1E1;
	position: absolute;
	top: 150px;
	right: 7px;
	bottom: 0;
	left: 7px;
	padding: 8px 7px 0 7px;
	overflow: auto;
	background-color: #ffffff;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 8px;
}

.tree {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	overflow: hidden;
}

.tree a,
.tree a:hover,
.nav-tabs>li>a,
.search-dropdown-menu>li>a
 {
	color: #555;
	text-decoration: none;
}

.tree .inner {
	padding-left: 19px;
}

.tree .node {
	position: relative;
	padding: 3px 0;
	line-height: 20px;
	display: block;
}

.tree .node i {
	color: #888;
}

.tree .node.selected,
.search-dropdown-menu>li>a.selected {
	background-color: #fff;
	color: #96dc00;
}

.tree .node:hover,
.search-dropdown-menu>li>a:hover {
	background-color: #fff;
	color: #60a900;
}


.navigation-resize-bar {
	left: 300px;
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9999;
	background-color: #A5A5A5;
}

.nav-closed .navigation-resize-bar{
	left: 0px;
}

.show-hide-navigation {
	webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	-webkit-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.3);
	width: 10px;
	height: 46px;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	cursor: pointer;
	background-color: #fff;
}

.show-hide-navigation:after {
	content: "";
	border: solid 6px transparent;
	border-right-width: 6px;
	border-left: none;
	position: absolute;
	top: 50%;
	right: 0;
	left: 50%;
	margin-top: -6px;
	margin-left: -3px;
	width: 0;
	height: 0;
	border-right-color: #96dc00;
}

.nav-closed .show-hide-navigation:after {
	border-left-style: solid;
	border-left-width: 6px;
	border-right: none;
	border-left-color: #96dc00;
}

.back {
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 305px;
}

.print {
	position: fixed;
    top: 5px;
    right: 5px;
}

.content-body {
	background-color: #fff;
	position: absolute;
	top: 35px;
	right: 0;
	bottom: 0;
	left: 305px;
}

.nav-closed .content-body {
	left: 5px;
}

.content-body .content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 10px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	top: 0;
}

.content .item {
	padding-top: 20px;
	/**border-bottom: 1px solid #ddd;*/
	padding-bottom: 20px;
}

.content .item .title {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 15px;
}

.content .item.root-item .title {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 15px;
}

.content img {
	border: 1px solid #f0f0f0;
	padding: 5px;
	max-height: calc(100vh - 100px);
	max-width: 100%;
}

.content table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}

.content td, .content th {
	border: 1px solid #ddd;
	padding: 8px;
}

.content tr:nth-child(even){background-color: #f2f2f2;}

.content th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #fff;
}

.content h1 {
	font-size: 20px;
}

.content h2 {
	font-size: 18px;
}

.content blockquote {
	font-size: inherit;
}

.content .bottom-nav {
	padding: 20px;
}

.highlightedText {
    background: yellow;
}
