/*

Converter html to pdf:
https://document.online-convert.com/ru/convert/html-to-pdf

*/



@font-face {
	font-family: "Linux Libertine";
	src: url("fonts/LinLibertine_RZ.woff") format('woff');
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	font-size: 100%;
	}






html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {
	display: block;
}
audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],template {
	display: none;
}
a {
	background-color: transparent;
}

a.external {
    background-image: url(img/ext-link-icon.svg);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 13px;
}

span.spo {
	color: #0645ad;
}


/*summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;}
*/

details summary { list-style-type: none; } /* Firefox */
details summary::-webkit-details-marker { display: none; } /* Chrome */
details summary::marker { display: none; }

summary::-moz-list-bullet{list-style-type:none;}

summary {
	font-size: 1.6em;
	margin: 0.5em 0 0.5em 0;
	font-family: 'Linux Libertine','Georgia','Times',serif;
	border-bottom: 1px solid #a2a9b1;
	line-height: 1.4em;
	padding-bottom: 0em;
	padding: .3em .3em .3em 1.4em;
	cursor: pointer;
	position: relative;
}


summary:before {  
  top: .4em;
  left: .3em;
  color: transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
  width: 1em;
  height: 1em;  
  content: "";
  position: absolute;
  transition: transform .5s;
}

details[open] > summary:before {
  transform: rotateZ(90deg);
}
summary ~ * {
/*   padding: 0 2em 10px 2em;*/
   padding: 0 0 0 0;   
}
details[open] summary ~ *{ 
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}
summary:focus {
  outline:0;
/*  border-bottom: none; */
}



/* begin begin Back to Top button  */

.to-up {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  border-radius: 2px;
  display: none;
    
}

.to-up:hover {
  background: #e9ebec;
}



span.spo:hover {
	text-decoration: underline;
	
}

   
a:active,a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}



img.frame {
	border: 0;
	margin: 1em;
	max-width: 100%;
}


img.noframe {
	border: 0;
	margin: 0 0 0 0;
	max-width: 100%;
}




svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,select {
	text-transform: none;
}
button,html input[type="button"], input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 0;
}
html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
audio,canvas,iframe,img,svg,video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
.hidden {
	display: none !important;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
@media only screen and (min-width: 35em) {
}
@media print,(-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 1.25dppx),(min-resolution: 120dpi) {
}
@media print {
	*,*:before,*:after,*:first-letter,*:first-line {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]:after,a[href^="javascript:"]:after {
		content: "";
	}
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}
	h2,h3 {
		page-break-after: avoid;
	}
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	background: none;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding-top: 0.5em;
	padding-bottom: 0.17em;
}
.article h1 {
	font-family: 'Linux Libertine','Georgia','Times',serif;
	border-bottom: 1px solid #a2a9b1;
}
.article h2 {
	font-size: 1.6em;
	margin: 0.5em 0 0.5em 0;
	font-family: 'Linux Libertine','Georgia','Times',serif;
	border-bottom: 1px solid #a2a9b1;
	line-height: 1.4em;
	padding-bottom: 0em;
}
.article h3 {
	font-weight: bold;
	font-size: 1.2em;
}
.article p.roleNote {
/*	padding: 1em 0 0 1.6em;*/
	font-style: italic;
}
p.siteSub {
	font-size: 92%;
}
body {
	background: url(img/body-top.png) repeat-x top left #f6f6f6;
}


ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0.3em 0 0 0;
}


h1 {
	line-height: 1.3;
	margin-bottom: 0.25em;
	padding: 0;
	letter-spacing: 0;
	font-size: 2.3em;
}
a, a:visited {
	color: #0645ad;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.wrapAll {
	width: 100%.
}
div.articleRight {
	border: 1px solid #c8ccd1;
	padding: 3px;
	float: right;
	background-color: #f8f9fa;
/*	font-size: 94%;*/
	overflow: hidden;
	line-height: 1.4em;
/*	margin: 0 0 5px 15px;*/
	margin: 1em 0 2em 1em;	
/*	text-align: left;*/
}
div.articleRightInner {
	border: 1px solid #c8ccd1;
	padding: 3px;
	background-color: #f8f9fa;
/*	font-size: 94%;*/
/*	text-align: center;*/
	overflow: hidden;
}
div.articleLeft {
	border: 1px solid #c8ccd1;
	padding: 3px;
	float: left;
	background-color: #f8f9fa;
	font-size: 94%;
	overflow: hidden;
	line-height: 1.4em;
	margin: 0 0 5px 15px;
	text-align: left;
}
div.articleLeftInner {
	border: 1px solid #c8ccd1;
	padding: 3px;
	background-color: #f8f9fa;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}





.mainsection {
	margin: 0 3em 0 3em;
}


		@media screen and (orientation: landscape) {
			.to-up {
			  right: 5em;
			}
		}

		@media screen and (max-width: 1680px) {

			.mainsection {
				margin: 0 3em 0 3em;
			}

		}

		@media screen and (max-width: 1280px) and (orientation: portrait) {

			.mainsection {
				margin: 0 0 0 0;
			}


			img.noframe {
/*				width: 10%;*/
			}
			
			div.articleRight {
				width: 130px;			
			}

			img.frame {
				max-width: 94%;
			}

			summary {
				font-size: 1.3em;
			}


		}

		@media screen and (max-width: 360px) and (orientation: portrait) {

			.mainsection {
				margin: 0 0 0 0;
			}

			img.noframe {
/*				max-width: 70%;*/
			}

			div.articleRight {
				width: 130px;			
			}

			img.frame {
				max-width: 94%;
			}

			summary {
				font-size: 1.3em;
			}
		}






.headerLinks {
	text-align: right;
	padding: 0.8em 1.4em;
	font-size: 0.72em;
	color: #777;
	letter-spacing: 0.017em;
}
.headerLinks a{
	display: inline-block;
	margin: 0 0 0 0.5em;
}
.tabs {
}
.tabs ul li a {
	display: block;
	background: url(img/blue-gradient.png) bottom left repeat-x transparent;
	font-size: 0.85em;
	padding: 1em 0.5em 0;
	line-height: 2em;
	position: relative;
	top: 1px;
	left: 1px;
	border-bottom: 1px solid #A7D7F9;
}
.tabs ul li a.active {
	background: #FFF;
	border-bottom-color: transparent;
}
.tabs ul {
	display: inline-block;
	background: url(img/tab-separator.png) repeat-x top left transparent;
	letter-spacing: 0;
	margin: 0;
	padding: 0 1px 0 0;
}
.tabs ul li {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: inline-block;
	float: left;
	margin: 0 1px 0 0px;
}
.tabs ul {
}
.tabsLeft {
	line-height: 0;
	float: left;
}
.tabsRight {
	float: right;
	line-height: 0;
}
ol {
	padding-inline-start: 1.75em;
}
.article {
/*	padding: 1.25em 1.5em 1.5em 1.5em;*/
	padding: 1.25em 1.5em 1.5em 1.25em;	
	border-left: 1px solid #a7d7f9;
	background: #FFF;
	line-height: 1.6;
	font-size: 0.875em;
	border-top: 0px solid #a7d7f9;
	border-right: 1px solid #a7d7f9;
	border-bottom: 0px solid #a7d7f9;
}
.article p {
	line-height: inherit;
/*	margin: 0.5em 0;*/
}
span.user {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(img/user-ico.png);
	padding-left: 15px !important;
}
.contentsPanel {
	border: 1px solid #a2a9b1;
	background-color: #f8f9fa;
	padding: 5px;
	font-size: 95%;
	position: relative;
	line-height: 1.7em;
/*	width: 280px;*/
	width: 200px;	

}
.contentsHeader {
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
}
.hidePanel, .showPanel {
	float: right;
	margin: 0 5px;
	position: absolute;
	right: 20px;
	cursor: pointer;
	color: #0645ad;
	top: 4px;
}
.contentsPanel ul li span {
	display: inline-block;
	margin-right: 8px;
}
.contentsPanel ul li {
}
.contentsPanel ul {
	padding: 0 0 5px 5px;
}
.contentsPanel ul li ul{
}
.contentsPanel ul li ul li {
	padding: 0 0 0 25px;
}
.showPanel {
	display: none;
}
.minimizedPanel .showPanel {
	display: block;
}
.minimizedPanel .hidePanel {
	display: none
}
.contentsPanel.minimizedPanel {
	width: 130px;
}
.minimizedPanel .contentsHeader {
	text-align: left;
}
.lavenderBox {
	background: #fdfdfd;
	border: 1px solid #a2a9b1;
	clear: both;
	font-size: 88%;
	text-align: center;
	padding: 3px;
	line-height: 1.7em;
	margin: 1em auto 0;
}
.lavenderBox .header {
	background: #ccccff;
	padding: 0.25em 1em;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	color: #0645ad;
	font-size: 115%;
	margin-bottom: 3px;
}
.lavenderBox .subtitle {
	background: #ddddff;
}
.linklist a:after {
	content: " · ";
	font-weight: bold;
}
.linklist a:last-child:after {
	content: "";
}
.linklist a {
	white-space: nowrap;
}
.categories {
	border: 1px solid #a2a9b1;
	background-color: #f8f9fa;
	padding: 5px;
	margin-top: 1em;
	font-size: 1.1em;
	clear: both;
}
.categories a:after {
	content: " | ";
	font-weight: bold;
}
.categories a:last-child:after {
	content: "";
}
.pagefooter {
	padding: 1.5em 1.3em 2em;
	font-size: 75%;
	line-height: 2em;
}
.pagefooter a {
	display: inline-block;
	margin-right: 1em;
}


@media screen and (max-width: 1280px) {
	.contentsPanel {
/*		width: 130px;*/
	}
}


@media screen and (max-width: 850px) {
	.contentsPanel {
/*		width: 50%;*/
	}
}
@media screen and (max-width: 700px) {
	.tabsRight {
		display: none;
	}
	.contentsPanel {
/*		width: 50%;*/
	}
}
@media screen and (max-width: 550px) {
	.mainsection {
		margin: 0 0 0 0;
	}
	.contentsPanel {
/*		width: auto;*/
	}
	.article {
		border-left: 0px solid #a7d7f9;
		border-right: 0px solid #a7d7f9;
	}
}
@media screen and (max-width: 400px) {
	.mainsection {
		margin: 0 0 0 0;
	}
	.article {
		border-left: 0px solid #a7d7f9;
		border-right: 0px solid #a7d7f9;
	}
}








/*
details summary::-webkit-details-marker {
  display: none
}
details > summary {
  list-style: none;
}
*/


/*
details {
  display: block;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, .2);
}
details summary ::-webkit-details-marker {
  padding: .3em;
  background: #f1f1f1;
}
details summary a {
  font-size: 1.5em; 
  vertical-align: middle;
  text-decoration: none;
}

*/


/* Basic */
/*
	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}
*/


/* Type */

/*

	body {
		font-size: 13pt; 
	}

		@media screen and (max-width: 1680px) {

			body {
				font-size: 11pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body {
				font-size: 10pt; 

							}

			h1 {
				font-size: 1.5em;
							}

			.contentsPanel {
				width: 50%;
							}


		}

		@media screen and (max-width: 360px) {

			body {
				font-size: 9pt;

							}
			h1 {
				font-size: 1.5em; 
							}

			.contentsPanel {
				width: 200px;
							}

		}

*/




