
/* ====================== reset ==================================== */

body{
	background-color: white;
}
h1, h2, h3, h4, h5, h6{
	clear: none;
}
h1{
	margin: 25px 0;
	font-size: 30px;
	color: #2256B1;
}
h2{
	font-size: 26px;
}

.section-help .container{
	padding-top: 0;
	overflow: auto;
	display: flex;
	padding-bottom: 0;
}
main{
	flex: 1;
	margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
	.section-help .container{
		display: block;
		overflow: initial;
		padding-bottom: 20px;
	}
	main{
		flex: none;
	}
}

/* ====================== path ==================================== */

@media print {
	.path{
		display: none;
	}
}
.path{
	margin: 20px 0 30px 0;
	transform: translateX(-43px);
}
.path a:hover{
	color: #3279F6;
}
@media screen and (max-width: 700px) {
	.path{
		transform: none;
	}
}

/* ====================== content ==================================== */

article{
	word-break: break-word;
}
article h1 img{
	vertical-align: middle;
	max-height: 24px;
}
article .print{
	display: inline-block;
	background: url(../../images/pages/help/print.svg) no-repeat center center;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: 0 5px;
	padding: 0;
}
article .red{
	color:#ff0000;
	font-weight:bold;
}
article .blue{
	color:#0000ff;
	font-weight:bold;
}
article p{
	margin: 20px 0;
}

article ol,
article ul{
	margin-top: 11px;
	margin-bottom: 11px;
	padding-left:30px;
	overflow: auto;
}
article li{
	margin: 10px 0px;
	margin: 0.5em 0px;
	left: unset !important;
}
article ul,
article ol{
	padding-left: 40px;
}

/*  ------------images ------------------- */

/* left */
article .alignleft{
	float: left;
	margin: 0.3em 1em 0.5em 0;
}

/* right */
article .alignright{
	float: right;
	margin: 0.3em 0 0.5em 1em;
}

/* center */
article .aligncenter:not(picture),
article img.aligncenter {
	clear: both;
	display: block;
	margin: 20px auto;
	padding: 3px 0; /* simulate text elements padding */
}
article img.aligncenter{
	clear:none !important;
}
article .lightbox picture.aligncenter{
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	margin: 0;
	padding: 0;
}
article .lightbox picture.aligncenter img{
	display: inline-block;
	margin: 0;
	padding: 0;
}
li .lightbox picture.aligncenter {
	margin-top: 10px;
	margin-bottom: 10px;
}

article .lightbox picture{
	position: relative;
}
article .lightbox picture:not(.aligncenter){
	display: inline-block;
}
article .lightbox picture:not(.aligncenter) img{
	margin: 0 auto;
}
article .lightbox picture::after {
	position: absolute;
	content: '';
	right:0;
	bottom:0;
	width: 50px;
	height:50px;
	background: url('../../images/pages/general/icons/zoom.svg') no-repeat center center;
	background-size: 100% 100%;
}

article img.inline{
	display: inline;
	vertical-align: middle;
}
article .placeholder{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-bottom: -6px;
	overflow:hidden;
	background: url('../../images/pages/help/placeholder.svg') no-repeat center center;
	color:transparent !important;
}
article .placeholder:after{
	display: none;
}

.sh-pro-icon{
	padding: 3px 10px;
}

/* ====================== menu ==================================== */

@media print {
	nav{
		display: none;
	}
}
.help-navigation{
	position: relative;
	flex: none;
	width: 300px;
	margin: 0 70px 0 0;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	background-color: #F5F8FD;
	border: 1px solid #dfe7f6;
	font-size: 15px;
}
.help-navigation a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 700px) {
	.help-navigation{
		width: 100%;
		height: auto;
		float: none;
	}
}
.jstree{
	display: block !important;
}
.jstree .jstree-icon.jstree-themeicon{
	display: none !important;
}
.jstree ul li a{
	max-width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.jstree .jstree-clicked{
	background: transparent !important;
	box-shadow: none !important;
	color: #3279F6 !important;
	font-weight: bold;
}
.jstree .jstree-clicked:after{
	position: absolute;
	content: '';
	right: 0;
	width: 4px;
	height: 30px;
	margin-top: -2px;
	background-color: #3279F6;
}
.jstree li {
	margin-top: 8px;
	margin-bottom: 8px;
}
.jstree ul li li {
	margin-top: 8px;
	margin-bottom: 8px;
}
.jstree > .jstree-no-dots .jstree-open > .jstree-ocl{
	background: url(../../images/pages/help/up.svg) no-repeat center center !important;
	background-position: 0 0 !important;
}
.jstree > .jstree-no-dots .jstree-closed > .jstree-ocl{
	background: url(../../images/pages/help/down.svg) no-repeat center center !important;
	background-position: 0 0 !important;
}
.jstree .jstree-anchor.jstree-hovered{
	background-color: transparent !important;
}
.jstree-anchor img{
	max-height: 20px;
	vertical-align: middle;
}

/* ======================================================================= */

body.page_help.fullpage{
	font-size: 18px;
	font-family: Avenir, Arial, Tahoma, Verdana;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	line-height: 1.5;
	box-sizing: border-box;
	max-width: 820px;
	margin: 20px auto;
	padding: 10px 30px 0 30px;
}
body.page_help.fullpage a{
	color: #0066cc;
	text-decoration: underline;
}
