/** Generic styles ************************************************************/
html{
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}

p{
	margin: 0.5em 0;
	line-height:1.4;
}
h1{font-size:1.9em;  margin: 0 0 0.7em;}
h2{font-size:1.5em;  margin: 0 0 0.6em;}
h3{font-size:1.3em;  margin: 0 0 0.5em;}
h4{font-size:1.15em;  margin: 0 0 0.4em;}
h5{font-size:1.1em; margin: 0 0 0.3em;}
h6{font-size:1.05em;  margin: 0 0 0.2em;}

sup,sub{
	font-size: smaller;
}

/* === TRANSITIONS ========================================================== */
@keyframes glowSection {
	0% {box-shadow: inset 0 0 30px #FFFF60;}
	100% {box-shadow: none;}
}

/** Content *************************************************************/
#content{
	padding:1em;
}
.abstract{
	padding-left:10px;
	margin-right:10px;
}

/**Menus : nested ********************************************************************/
div.nestedTopics {
	background-color: var(--accentColorAlpha);
	padding: 5px;
}
.nestedTopics_ti {
	color: #494949;
	font-weight: bold;
	padding: 0;
}
ul.nestedTopics {
	padding: 0;
	list-style: none;
}
ul.nestedTopics a {
	color: var(--contentFG);
	text-decoration: none;
	display: block;
}
ul.nestedTopics a:hover {
	text-decoration: underline;
}

/** Home title frame **********************************************************/
.tplHomeTiFra{
	margin:50px
}
.tplHomeTiFra td.tplHomeTi,
.tplHomeTiFra td.tplHomeLongTi{
	padding-left:20px;
}
.tplHomeTiFra td.tplHomeTi h1{
	font-size:2.5em;
	margin: 0;
}
.tplHomeTiFra td.tplHomeLongTi{
	font-size:1.5em;
}

/** Glossary ******************************************************************/
.glossary {
	margin-bottom:20px;
}
.keyOutline{
	background-color:var(--accentColor);
	text-align: center;
	margin-bottom: 1em;
}
.keyOutline a{
	color: white;
	margin:3px 30px;
	text-decoration: none;
	display:inline-block;
}
.keyCateg{
	text-align:center;
	color:var(--accentColor);
}
.glossary dl{
	margin-bottom:30px;
}
.glossary dt{
	font-weight: bold;
	font-size:1.2em;
}
.glossary dd{
	margin-bottom:20px;
}
.glossary span.syn{
	display:block;
	color:var(--contentFG);
	font-size:0.95em;
	margin-left:0;
}
.glossary span.syn:before {
	content: '= ';
}
.glossary a.idxCallers_closed,
.glossary a.idxCallers_open{
	color:#757575;
	text-decoration: none;
}
.glossary a.idxCallers_closed:hover .idxCallers_ti,
.glossary a.idxCallers_open:hover .idxCallers_ti{
	text-decoration: underline;
}
.glossary a.idxCallers_closed::before, .glossary a.idxCallers_open::before {
	font-family: "fontello";
	width: 12px;
	display: inline-block;
	vertical-align: top;
	height: 12px;
	background-color: silver;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	font-size: 0.5em;
	line-height: 12px;
	margin-right: 0.5em;
}
.glossary a.idxCallers_closed::before{
	content:"\002B";
}
.glossary a.idxCallers_open::before{
	content:"\2212";
}
.glossary .idxCallers_co {
	padding-left: 0.5em;
	margin-left: 0.4em;
	border-left: 1px solid #C0C0C0;
}
.glossary .idxCallers_co ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.glossary .idxCallers_co a{
	color: #525252;
	text-decoration: none;
}
.glossary .idxCallers_co a:hover{
	text-decoration:underline;
}
.glossary .def{
	margin-right:10px;
}

/** Index Proc ******************************************************/
dd.idxFra{
	margin-bottom: 2em;
}
.idxProcs dt {
	font-weight: bold;
	margin-bottom: 0.3em;
}
.idxProcs .idxEntryCaller a{
	color:#676767;
	text-decoration:none;
}
.idxProcs .idxEntryCaller a:hover{
	color:#676767;
	text-decoration:underline;
}
.idxProcs .idxEntryCo{
	margin-bottom:0.5em;
}
.idxEntryCallers_open,
.idxEntryCallers_closed{
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:16px;
	min-height: 14px;
}
.idxEntryCallers_open{
	background-image: url(img/closeOptDetails.png);
}
.idxEntryCallers_closed{
	background-image: url(img/openOptDetails.png);
}
.idxEntryCallers_co {
	padding-left:16px;
}
.idxProcs .idxEntryCaller a.idxEntryCallerLnk  {
	color: var(--accentColor);
}
span.stackSep{
	display:none;
}
a.stackLnk::after {
	content: " / ";
}

/** Content : Basket **********************************************************/
.basket {
	margin-left: 10px;
	margin-right: 10px;
	border-top: 1px dashed #808080;
}
.basket_itti{
	font-size: 1.2em;
}

/** Content : Definitions *****************************************************/
i.syn:before{
	content: "≃ ";
	color: #808080;
}

/** Content : local menu ******************************************************/
.secOutFra {
	background-color: var(--accentColorAlpha);
	font-size: 0.8em;
	padding: 0.5em;
	box-sizing: border-box;
	display: inline-block;
}
.secOutTi a{
	color:var(--contentFG);
	text-decoration: none;
	font-weight: bold;
}
.secOutUi ul{
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}
.secOutUi ol{
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
.secOutUi a{
	color:#5D5D5D;
	text-decoration: none;
	display:block;
}
.secOutUi a:hover{
	text-decoration: underline;
}

/** Content : See also & sub section outline **********************************/
.linkSection,
.subSecUi{
	margin:1em 0;
	padding:0.5em;
}
.subSecUi{
	background-color:#8b649340;;
}
.linkSection {
	background-color: #ececec;
}
.linkSection_ti, .subSecUi_ti {
	color: #494949;
	font-weight: bold;
	padding: 0;
}
ul.links,
ul.sw_outSubSec_navList{
	list-style: none;
	margin: 0 10px 0 0;
	padding: 4px 0 0 0;
}
ul.links a,
ul.sw_outSubSec_navList a{
	color:#2D2D2D;
	text-decoration: none;
	display:block;
	padding-top:2px;
}
ul.links a:hover,
ul.sw_outSubSec_navList a:hover{
	text-decoration: underline;
}

/** Content : block layout ****************************************************/
.headBlock_co {
	position: relative;
}
.headCo_ti.titleOnly_ti{
	text-align: center;
	font-size: 250%;
}
.headCo_ti.intro_ti{
	text-align: center;
	font-size: 200%;
}
.start_ti{
	padding: 0 10px;
}
.part {
	margin: 2em 0 1em 0;
	border-left: 2px dotted var(--accentColorAlpha);
	padding-left: 1em;
}
.part .part .part .part {
	border-left: none;
	padding-left: 0;
}
section.concept, section.stepList,
div.tree.block, div.screen.block {
	border-bottom: 2px dotted var(--accentColorAlpha);
	margin: 1em 0;
	padding: 1em 0;
}

.basket{
	clear:both;
}

/** Content : condensed blocks ************************************************/
section.condensedChild{
	border-left: 0;
	border-bottom:0;
	margin-left: 0.5rem;
	background-color: var(--accentLight);
	padding-block: 0;
	padding-inline: 0;
	position: relative;
}
section.condensedChild > .condensable_ti{
	background-color: var(--accentColorAlpha);
	position:relative;
	font-size: 1.2rem;
	padding: 0.5em 0.2em 0.5em 1em;
	display: flex;
	margin: 0;
}
section.condensedChild > .condensable_ti > span{
	flex: 1 1 auto;
}
section.condensedChild > .condensable_ti > .blockAnchor{
	color:var(--accentColor);
}

a.condensed_btn_open, a.condensed_btn_closed{
	text-decoration: none;
	color: var(--contentFG);
	display: block;
}
a.condensed_btn_open::before, a.condensed_btn_closed::before {
	background-color: var(--accentColor);
	font-family: "fontello";
	position: absolute;
	left: -13px;
	top: .5em;
	width: 26px;
	height: 26px;
	color: #fff;
	text-align: center;
	line-height: 26px;
	font-size: 0.9rem;
}
a.condensed_btn_closed::before {
	content: "\E802\FE0E";
}
a.condensed_btn_open::before {
	content: "\2BC6\FE0E";
}
section.condensedChild > .condensable_co{
	padding-block: 0 1px;
	padding-inline: 0.5em;
}

/** Content : FAQ ****************************************************/
section.condensedChild.faqItem {
	margin-bottom: 1em;
	background-color: transparent;
	border-left: 2px solid var(--accentColor);
}

.faqItem a.condensed_btn_open::before,
.faqItem a.condensed_btn_closed::before{
	content: "\E806\FE0E";
}

/** Content : block styles ****************************************************/
.infoblock{
	margin: 1em 0;
}
.block{
	margin: 1em 0 1em 15px;
	position: relative;
	padding: 1em 1.5em;
	min-height: 16px;
}

*:target{
	animation: 10s ease 0s normal none 2 running glowSection;
}

i.blockType{
	display:none;
	float: right;
}
.block_no_ti > .block_ti > .block_ti_co i.blockType{
	display:inline;
	float: none;
}
.block_no_ti.cbkClosed > .block_ti > .block_ti_co > i.blockType{
	display:inherit;
}
.block_no_ti.screen > .block_ti > span.block_ti_co,
.block_no_ti.stepList > .block_ti > span.block_ti_co,
.block_no_ti.cbkClosed > .block_ti > span.block_ti_co{
	position: inherit;
}

.block_ti, .infoblock_ti{
	color:var(--block-color);
	font-size:1em;
}

.block::before {
	font-family: "fontello";
	position: absolute;
	left: -13px;
	top: .6rem;
	width: 26px;
	height: 26px;
	color: #fff;
	background-color:var(--block-color);
	text-align: center;
	line-height: 26px;
}

/* --- Warning --- */
.warning.block {
	background-color: var(--blockWarningLight);
	--block-color: var(--blockWarning);
}
.warning.block::before {
	content: "\26A0\FE0E";
}

/* --- Advice --- */
.advice.block{
	--block-color: var(--blockAdvice);
}
.advice.block::before {
	content: "\1F5E9\FE0E";
}

/* --- Tip --- */
.tip.block {
	--block-color: var(--blockTip);
}
.tip.block::before {
	content: "\1F4A1\FE0E";
}

/* --- Example --- */
.example.block {
	--block-color: var(--blockExample);
}
.example.block::before {
	content: "\1F441\FE0E";
}

/* --- Note --- */
.note.block {
	--block-color: var(--blockNote);
	background-color: var(--blockNoteLight);
}
.note.block::before {
	content: "\1F58B\FE0E";
}

/* --- Legal --- */
.legal.block {
	--block-color: var(--blockLegal);
}
.legal.block::before {
	content: "\2739\FE0E";
}

/* --- Complement --- */
.complement.block {
	background-color: var(--blockComplementLight);
}
.complement.block::before {
	content: none;
}
.block_ti.complement_ti {
	margin-bottom: 0;
	font-size:1em;
}
.complement span.block_ti_co {
	display: flex;
	align-items: center;
}
a.block_btn_closed,
a.block_btn_open{
	color:var(--blockComplement);
	text-decoration:none;
	justify-content: space-between;
	flex: 2 1 auto;
}
a.block_btn_closed::before,
a.block_btn_open::before{
	background-color: var(--blockComplement);
	font-family:"fontello";
	position: absolute;
	left: -13px;
	top: .6em;
	width: 26px;
	height: 26px;
	color: #fff;
	text-align: center;
	line-height: 26px;
}
a.block_btn_closed::before{
	content: "\002B\FE0E";
}
a.block_btn_open::before{
	content: "\2212\FE0E";
}

/* --- Concept --- */
.def_bk {
	border: 2px solid #ccc;
	padding: 0.5em;
}
.concept_ti {
	margin-bottom:0.6em;
	font-size: 1.2em;
}

.concept_ti dfn{
	font-style: inherit;
}
.concept_co span.syn{
	display:block;
	color:var(--contentFG);
	font-size:0.95em;
	margin-left:20px;
}
.concept_co span.syn:before {
	content: '= ';
}


.caption{
	text-align: center;
	padding-bottom: 1em;
	margin-bottom: 0;
}
.caption_ti{
	font-size:1em;
}
.descBlock_closed,
.descBlock_open{
	color:#676767;
	text-decoration:none;
	background-image:url("img/block/open.png");
	background-repeat: no-repeat;
	background-position: 4px 2px;
	padding-left: 20px;
}
.descBlock_open{
	background-image:url("img/block/close.png");
}
.caption_ti .desc{
	font-style: normal;
	max-width:630px;
	margin: 0 auto;
	text-align: left;
}

/* --- Anchor --- */
.blockAnchor{
	visibility:hidden;
	text-decoration: none;
	color:silver;
	font-size: .95em;
	margin-left:0.2em;
}
.blockAnchor::before{
	font-family:"fontello";
	content:"\2693";
}
.blockAnchor span{
	display:none;
}
*:hover>.blockAnchor,
.blockAnchor:focus {
	visibility:visible;
}

/** Content : procedures ******************************************************/
.stepList_co{
	position:relative;
}
.stepList_ti {
	margin-bottom:0.6em;
	font-size: 1.2em;
}
.stepList > .block_co{
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
.prereq_ti, .comment_ti, .result_ti, .proc_ti{
	font-weight:bold;
}
.proc_ti{
	margin-bottom: 1em;
}
div.stepListFra.no-prereq.no-overview .proc_ti{
	display: none;
}
a.slpBtnStp, a.slpBtnLst {
	height: 30px;
	width: 30px;
	background-color: var(--accentColorAlpha);
	text-align: center;
	color: var(--accentColor);
	line-height: 30px;
	position: absolute;
	text-decoration:none;
	left:0;
}
a.slpBtnLst {
	margin-top:30px;
}
.slpTools a.disabled_false{
	opacity:0.5;
}
.slpTools a.disabled_false:hover{
	opacity:0.7;
}
.slpTools a.disabled_true{
	border-right:2px solid var(--accentColor);
	cursor: default;
}
a.slpBtnStp::before {
	content: "\e811";
	font-family: "fontello";
	font-size:1.5em;
}
a.slpBtnLst::before {
	content: "\e807";
	font-family: "fontello";
	font-size: 1.3em;
}
a.slpBtnStp span, a.slpBtnLst span{
	position:absolute;
	left:-9999px;
}
.slpSep, .slpCountLbl{
	display:none;
}
ol.steps{
	list-style: none;
	counter-reset:li;
	padding-left: 0;
}
li.step{
	margin-bottom: 1.3em;
	position: relative;
}
.stepScreen li.step{
	padding:0.5em;
	border: 2px solid #ccc;
}
li.step:not(.result)::before {
	font-size: 1.1em;
	font-weight: bold;
	content: counter(li, decimal) ". ";
	counter-increment: li;
	top: 0;
	width:22px;
	line-height: 18px;
	padding: 2px;
	position: absolute;
	text-align: right;
}
.stepScreen li.step::before{
	top:0.5em;
}
.step > .detail, .step > .ssteps, .step > .extras {
	padding-left: 1.5em;
}
ol.ssteps{
	list-style: none;
}
li.sstep{
	padding-left: 20px;
}
li.sstep.result::before{
	content:"\E825";
	font-family:"fontello";
	left: 0;
	position:absolute;
}
li.result::before{
	content:"";
}
.stepTitle {
	font-size: 1.1em;
	padding-left:28px;
}
li.stepList .infoblock{
	padding-left: 0;
}
.step > .extras {
    margin-top: 0.6em;
}
a.extras_closed,
a.extras_open{
	position: relative;
	padding-left: 20px;
	color:#676767;
	text-decoration: none;
}
a.extras_closed:hover,
a.extras_open:hover{
	text-decoration: underline;
}
a.extras_closed::before, a.extras_open::before {
    font-family: "fontello";
    position: absolute;
    left: 2px;
    top: 2px;
    border: 1px solid #C0C0C0;
    border-radius: 0.3em;
    font-size: .6em;
    width: 12px;
    height: 12px;
    line-height: 14px;
    text-align: center;
}
a.extras_closed::before {
    content: "\002b";
}
a.extras_open::before {
    content: "\2212";
}
.extras_co {
	padding-top: 1px;
	padding-left: 10px;
	margin-left: 9px;
	border-left: 1px solid #C0C0C0;
	border-radius: 0 0 0 5px;
}

nav.stepListAlt {
	background-color: #ececec;
	padding: 0.5em;
}
nav.stepListAlt ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.stepListAlt ul a{
	color:#3D3D3D;
	text-decoration: none;
	position:relative;
}
nav.stepListAlt ul a:hover{
	text-decoration: underline;
}


.overview{
	position:relative;
	border-left: 2px solid var(--accentColorAlpha);
	margin-left: 30px;
	padding: 0 1em;
}

.overview::before {
	content: "\e823";
	font-family: "fontello";
	background-color: var(--accentColorAlpha);
	text-align: center;
	color: var(--accentColor);
	line-height: 30px;
	position: absolute;
	left:-32px;
	top:0;
	height: 30px;
	width: 30px;
	border-right:2px solid var(--accentColor);
}

/** Content : procedure player ************************************************/
.slpOver{
	display:none;
}
.stepListPlayer, .slpOpAct .slpTools, .stepList .desc.simple{
	border-left: 2px solid var(--accentColorAlpha);
	margin-left: 30px;
	padding-left: 1em;
}
.stepList .desc.simple::before{
	height: 30px;
	width: 30px;
	background-color: var(--accentColorAlpha);
	text-align: center;
	color: var(--accentColor);
	line-height: 30px;
	position: absolute;
	text-decoration: none;
	left: 0;	content: "\e807";
	font-family: "fontello";
	font-size: 1.3em;
	border-right: 2px solid var(--accentColor);
}
.slpOpAct .stepListPlayer {
	margin-top: -.6em;
	padding-top: 1em;
}
span.slpNavBtns{
	background-color: var(--accentColor);
	display:flex;
	align-items:center;
	justify-content: center;
	padding: 0.5em;
}
span.slpNavBtns.disabled_true{
	display:none;
}
.slpOpAct ol,
.slpOpAct li.step,
.slpOpAct li.sstep{
	background-image:none;
}

a.slpBtnPrv,
a.slpBtnNxt{
	color:white;
	text-decoration: none;
	font-size: 1.5em;
}
a.slpBtnPrv{
	order:1;
	padding-left:15px;
}
a.slpBtnPrv::before{
	font-family:"fontello";
	content:"\e816";
}
a.slpBtnNxt{
	order:3;
	padding-right:15px;
}
a.slpBtnNxt::before{
	font-family:"fontello";
	content:"\e810";
}
a.slpBtnPrv span,
a.slpBtnNxt span{
	position:absolute;
	left:-9999px;
}
span.slpCountTxt{
	order:2;
	margin:0 1em;
	color:white;
	font-size: 1.5em;
}
/** Content : procedure screen ************************************************/
.stepScreenBox{
	display:flex;
	justify-content: center;
}
.stepScreenTitles,
.screenImage{
	border: 1px solid silver;
	box-shadow: 0 0 5px 0 silver;
	margin:3px;
}
.stepScreenTitles{
	position:relative;
	flex: 1 1 auto;
	max-width:400px;
}
.screenImage{
	flex: 0 0 auto;
}
.stepScreenTitles,
.stepScreenBox { /* Must be set on all parent flex items of an overflowing item */
	min-height:0;
	overflow:hidden;
}

ol.screenSteps{
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: steps;
	overflow-y: auto;
	position:absolute;
	left:0;
	right:0;
	top:32px;
	bottom:0;
}
li.screenStep{
	margin: 0;
	padding:8px 0 8px 26px;
}
li.screenStep:before {
	font-weight: bold;
	border-radius: 15px;
	content: counter(steps, decimal) ". ";
	counter-increment: steps;
	height: 15px;
	left: 0;
	line-height: 15px;
	padding: 2px;
	position: absolute;
	text-align: center;
	width: 15px;
}
a.screenStepLnk{
	color: #000;
	text-decoration: none;
}
.stepScreenTitles a.screenStepLnk {
	display: block;
}
.screenImage{
	counter-reset:steps;
}
span.stepArea{
	outline: 2px dotted #808080;
}

.screenImage a.screenStepLnk:before {
	background-color: var(--contentFG);
	border-radius: 15px;
	color: #ffffff;
	content: counter(steps, decimal) " ";
	counter-increment: steps;
	font-family: impact;
	font-size: 0.8em;
	height: 15px;
	left: -10px;
	top:-10px;
	line-height: 15px;
	padding: 2px;
	position: absolute;
	text-align: center;
	width: 15px;
	z-index:9;
	box-shadow: 0 0 5px 0 black;
}

.stepScreenTools{
	height: 32px;
	background: var(--accentColor);
	display:flex;
	align-items:center;
	justify-content:space-around;
	position:absolute;
	left:0;
	right:0;
}

a.sspBtnPrv,
a.sspBtnNxt{
	height:20px;
	width:20px;
	color:white;
	text-decoration: none;
	line-height: 20px;
	text-align:center;
}
a.sspBtnPrv::before{
	font-family: "fontello";
	content: "\e816";
}
a.sspBtnNxt::after {
	font-family: "fontello";
	content: "\e810";
}
a.sspBtnPrv.disabled_true,
a.sspBtnNxt.disabled_true{
	opacity: 0.4;
}
a.sspBtnPrv{
	left:5px;
}
a.sspBtnNxt{
	right:5px;
}
a.sspBtnPrv span,
a.sspBtnNxt span{
	position:absolute;
	left:-9999px;
}


.stepScreenCounter{
	color:white;
	width: 50px;
	position: absolute;
	height:20px;
	top:8px;
	line-height: 18px;
	left: 50%;
	margin-left: -25px;
	text-align: center;
}
.stepScreen.active_true ol.steps > li.step.active_false,
.stepScreen.showSteps_false ol.steps > li.step{
	visibility: hidden;
	position: fixed;
	left:-10000px;
	top:-10000px;
}
.schDisplay_on .stepScreen.active_true ol.steps > li.step.active_false,
.schDisplay_on .stepScreen.showSteps_false ol.steps > li.step{
	visibility: initial;
	position: relative;
	left:initial;
	top:initial;
}

.stepScreen.active_true .stepScreenMask{
	background: black;
	opacity: 0.5;
}
.screenImage .screenStepLnk.active_false .stepArea{
	background: none !important;
}
.stepScreenTitles .screenStep.active_false{
	background: grey;
}
.stepScreenTitles .screenStep.active_false a{
	opacity: 0.3;
}


/** Content : screen **********************************************************/
.screen.block::before{
	background:none;
}
.screen{
	position: relative;
}
.screen_ti{
	margin-right:65px;
	margin-bottom:0.6em;
	font-size: 1.2em;
}
.screenImgFra{
	display: flex;
	justify-content: center;
}
.screenImg{
	counter-reset:zones;
}
a.screenZoneLnk {
	text-decoration: none;
}
span.zoneArea{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	outline: 2px dotted #808080;
}
.screen a.screenZoneLnk:before {
	background-color: #4d4d4d;
	border-radius: 15px;
	color: #ffffff;
	content: counter(zones, decimal) " ";
	counter-increment: zones;
	font-family: impact;
	font-size: 0.8em;
	height: 15px;
	left: -10px;
	top:-10px;
	line-height: 15px;
	padding: 2px;
	position: absolute;
	text-align: center;
	width: 15px;
	z-index:9;
	box-shadow: 0 0 5px 0 black;
}
.scrFraAct span.zoneArea{
	outline: 2px dotted #555753;
}
a.screenZoneLnk:hover span.zoneArea{
	background-color: white;
	opacity: 0.4;
}
.screenTitles{
	text-align: left;
	background-color:var(--accentColorAlpha);
	padding: 0.2em 0;
	box-sizing: border-box;
}
ol.screenZones{
	counter-reset:zones;
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
}
li.screenZone{
	position: relative;
}
.scrFraInt > ol.screenZones > li.screenZone.scrZneHide,
.scrFraAct > ol.screenZones > li.screenZone.scrZneHide{
	visibility: hidden;
	position: absolute;
	left: -20000px;
	top: -20000px;
}
.scrFraAct li.screenZone{
	border: 2px solid #ccc;
	position: relative;
	padding: 0.5em;
}
li.screenZone:before {
	font-size: 1.1em;
	font-weight: bold;
	content: counter(zones, decimal) ". ";
	counter-increment: zones;
	top: 2px;
	width:22px;
	line-height: 18px;
	padding: 2px;
	position: absolute;
	text-align: right;
}

.scrFraAct li.screenZone:before{
	top: calc(6px + 0.5em);
}

.screenZone_ti{
	font-size: 1.2em;
	margin: 5px 0 10px 0;
	padding-left:2em;
}
.scImgZmTi .screenZone_ti{
	font-size: 1em;
	padding-left:0;
	margin: 5px 0 0 0;
}

.screenZone_tall .screenZone_desc {
	padding: 0 0 0 10px;
}
.screenZone_end{
	margin:5px 0 5px 5px;
}
.scrFraAct .screenZone_end{
	display:none;
}
.screenZone_end a{
	color:silver;
	font-size: 0.8em;
	font-style: italic;
	text-decoration: none;
}
.scrFraAct .screenTitles {
	background-color: #999999;
	border-radius: 3px;
}
.scrFraAct .scrTiAct {
	background-color: var(--contentBG);
}
.scrFraAct .scrTiAct a{
	background-color: var(--accentColorAlpha);
}
.scrFraAct .scrTiAct:before {
	background-color: var(--accentColorAlpha);
}
.screenTitles a{
	color:black;
	text-decoration: none;
	display:block;
	position:relative;
	padding: 6px 6px 6px 0;
	flex: 1 1 auto;
}
.screenTitles ol{
	counter-reset:zones;
	list-style: none;
	margin: 0;
	padding: 0;
}
.screenTitles li{
	margin: 0;
	font-size:0.9em;
	min-height:16px;
	display: flex;
}
.screenTitles li:before {
	font-weight: bold;
	content: counter(zones, decimal) ". ";
	counter-increment: zones;
	left: 0;
	line-height: 15px;
	padding: 6px;
	text-align: center;
}
.scrFraAct .screenMask{
	background-color: black;
	opacity: 0.4;
}
.scrFra {
	position: relative;
	margin: 1em 0 1em 32px;
	border-left: 2px solid var(--accentColorAlpha);
	padding: 0 1em;
}
.scrTools{
	position: absolute;
	left: -32px;
	top: 0;
	display: flex;
	flex-direction: column-reverse;
}
.scrTools a {
	height: 30px;
	width: 30px;
	background-color: var(--accentColorAlpha);
	text-align: center;
	color: var(--accentColor);
	line-height: 30px;
	text-decoration: none;
}
.scrTools a.scrBtnAct::before {
	content: "\e811";
	font-family: "fontello";
	font-size: 1.5em;
}
.scrTools a.scrBtnLst::before {
	content: "\e807";
	font-family: "fontello";
	font-size: 1.3em;
}
.scrTools a[aria-selected="false"] {
	cursor:pointer;
	opacity:0.5;
}
.scrTools a[aria-selected="true"] {
	border-right:2px solid var(--accentColor);
	cursor:default;
}
.scrTools a[aria-selected="false"]:hover {
	opacity:0.7;
}
.scrTools a[aria-selected="true"]:hover {
	cursor:default;
}

.scrTools a span{
	position:absolute;
	left:-9999px;
	top:-9999px;
}

/** About *********************************************************************/
.infoBk th{
	padding: 5px 10px 5px 0;
	text-align: left;
}

/** Content : scImageMgr ********************************************************/
a.imgZoom{
	display: inline-block;
	line-height: 0;
}
.screenSeq > .caption_co{
	display:inline-block;
	margin:0 auto;
	background-color: #DDD;
	padding: 5px;
	max-width: 100%;
	box-sizing: border-box;
}
.screenSeqFra .caption{
	margin:0;
}
.screenSeqFra{
	margin:0 auto;
	background-color: #FFF;
	max-width: 100%;
	overflow: hidden;
}
.scImgZmOver{
	background-color: #DDD;
	opacity: 0.4;
	position:fixed;
	width:100%;
	height:100%;
}
.scImgZmCvs{
	padding:20px;
	width:inherit;
	height:inherit;
	top:0;
	left:0;
	bottom:0;
	right:0;
}

.scImgAnmCtrl{
	padding-top: 5px;
	width: 115px;
	height: 16px;
	position:relative;
	margin:0 auto;
	display: flex;
	align-items: center;
}
.scImgAnmCtrLbl{
	display:none;
}
a.scImgAnmBtnPse,
a.scImgAnmBtnPly,
a.scImgAnmBtnNxt,
a.scImgAnmBtnPrv {
	font-family:"fontello";
	text-decoration:none;
	color:var(--contentFG);
	margin: 0 0.5em;
}
a.scImgAnmBtnPse span,
a.scImgAnmBtnPly span,
a.scImgAnmBtnNxt span,
a.scImgAnmBtnPrv span{
	position:absolute;
	left:-9999px;
}

a.scImgAnmBtnPse::before {
	content:"\F00E";
}
a.scImgAnmBtnNxt::before {
	content:"\F010";
}
a.scImgAnmBtnPrv::before {
	content:"\F011";
}
a.scImgAnmBtnPly::before {
	content:"\F00F";
}
a.scImgAnmBtnPse:hover,
a.scImgAnmBtnNxt:hover,
a.scImgAnmBtnPrv:hover,
a.scImgAnmBtnPly:hover {
	opacity: 0.8;
}
.scImgSep{
	display:none;
}
/** STOP - scImageMgr ********************************************************/

/* === CodeMirror =========================================================== */
.CodeMirror-static{
	margin-left:40px;
}
.CodeMirror-static pre {
	/* Reset some styles that the rest of the page might have set */
	border-radius: 0;
	border-width: 0;
	background: transparent;
	font-size: inherit;
	margin: 0;
	white-space: pre;
	word-wrap: normal;
	line-height: inherit;
	color: inherit;
	z-index: 2;
	position: relative;
	overflow: visible;
	border-right: 30px solid transparent;
	width: fit-content;
	font-family: monospace;
	tab-size: 2;
}
.CodeMirror-line{
	position: relative;
	min-height: 16px;
}
.CodeMirror-linenumber{
	position: absolute;
	top:0;
	left:-38px;
	width:30px;
	padding: 0 3px 0 5px;
	min-width: 20px;
	min-height: 16px;
	text-align: right;
	color: #656565;
	background-color: #f7f7f7;
}

.cm-keyword {color: #708;}
.cm-atom {color: #219;}
.cm-number {color: #164;}
.cm-def {color: #00f;}
.cm-variable {color: black;}
.cm-variable-2 {color: #05a;}
.cm-variable-3 {color: #085;}
.cm-property {color: black;}
.cm-operator {color: black;}
.cm-comment {color: #a50;}
.cm-string {color: #a11;}
.cm-string-2 {color: #f50;}
.cm-meta {color: #555;}
.cm-error {color: #f00;}
.cm-qualifier {color: #555;}
.cm-builtin {color: #30a;}
.cm-bracket {color: #997;}
.cm-tag {color: #170;}
.cm-attribute {color: #00c;}
.cm-header {color: blue;}
.cm-quote {color: #090;}
.cm-hr {color: #999;}
.cm-link {color: #00c;}

.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-invalidchar {color: #f00;}
/* === STOP - CodeMirror ==================================================== */

/* === START - scCode ==================================================== */
.scCodeActive{
	border:1px solid silver;
	background-color:white;
	font-size: 90%;
}
.scCodeCtrl{
	background-color:#f3f3f3;
	border-bottom:1px solid #cfcfcf;
	padding:0;
	height:19px;
	text-align:right;
	z-index:2;
	position:relative;
}

.scCodeActive .CodeMirror-static{
	transition: margin-left 200ms ease-in;
}
.scCodeLineNums-invisible .CodeMirror-linenumber{
	display:none;
}
.scCodeLineNums-invisible .CodeMirror-static{
	margin-left:2px;
}

.scCodeRaw{
	tab-size: 2;
}

.scCodeRaw-invisible .scCodeRaw,
.scCodeRaw-visible .scCodeCode{
	display:block;
}
.scCodeActive .scCodeRaw,
.scCodeActive .scCodeCode{
	transition: opacity 1s ease-out;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.scCodeRaw-invisible .scCodeCode,
.scCodeRaw-visible .scCodeRaw{
	opacity: 1;
	height: auto;
	overflow:auto;
}
.scCodeCtrl a{
	display:inline-block;
	box-sizing: border-box;
	width:20px;
	height:19px;
	padding-left: 20px;
	overflow: hidden;
	background-image:url("img/block/code.svg");
	background-repeat: no-repeat;
	background-position: -0px -0px;
	margin:0 1px;
}
.scCodeCtrl a:hover{
	opacity:0.8;
}
.scCodeCtrl a.scCodeBtnLineNums{
	background-position: -0px -20px;
}
.scCodeLineNums-invisible .scCodeCtrl a.scCodeBtnLineNums{
	background-position: -20px -20px;
}
.scCodeRaw-visible .scCodeCtrl a.scCodeBtnLineNums{
	visibility: hidden;
}
.scCodeCtrl a.scCodeBtnRaw{
	background-position: -0px -40px;
}
.scCodePlain .scCodeCtrl a.scCodeBtnRaw{
	background-position: -0px -20px;
}
.scCodeRaw-visible .scCodeCtrl a.scCodeBtnRaw{
	background-color: silver;
}
.scCodeRaw-visible.scCodePlain .scCodeCtrl a.scCodeBtnRaw{
	background-position: -20px -20px;
	background-color: inherit;
}
.scCodeCtrl a.scCodeBtnWrap{
	background-position: -0px -80px;
}
.scCodeWrap-on .scCodeCtrl a.scCodeBtnWrap{
	background-color: silver;
}
.scCodeRaw-visible .scCodeCtrl a.scCodeBtnWrap{
	visibility: hidden;
}


.scCodeCopyMsg.scCodeHidden {
	display:block;
	height:0;
	visibility:hidden;
	transition: visibility 200ms step-end;
}
.scCodeCopyMsg.scCodeVisible {
	display:block;
	height:18px;
	visibility:visible;
	transition: visibility 200ms step-start;
}

.scCodeCopyMsg {
	position:absolute;
	z-index:1;
	opacity:0.8;
	top:19px;
	left:0;
	width:100%;
	background-color:#f7ed99;
	border-bottom:1px solid #e4ca8c;
	color:#7e652a;
	text-align: center;
	overflow:hidden;
	transition: height 200ms linear;
}
/* === STOP - scCode ==================================================== */

/* === ConceptTree ========================================================== */
.treeRoot>.nodeRoot>.nodeLblFra{
	border-left:0;
}
.treeRoot>.nodeRoot>.nodeLblFra>.nodeLbl{
	border-width: 2px;
}
.treeRoot>.nodeChildren_hide>.nodeLblFra>.nodeLbl{
	border-bottom-width: 5px;
}
.treeRoot>.nodeRoot>.nodeLblFra>.nodeLbl .nodeTi{
	font-size: 1.1em;
}
.nodeChild{
	padding-left:10px;
}
.nodeChild_pre{
	border-left:2px solid silver;
}
.nodeLbl,.nodeRef{
	padding:5px 8px;
	display:inline-block;
	margin-top:10px;
	background-color:var(--accentLight);
	max-width:500px;
	position: relative;
	border: 2px solid silver;
}
.nodeChildren_hide>div>.nodeLbl{
	box-shadow: 5px 5px 0 #ccc;

}
.nodeLblCo{
	padding-left:0;
	background-position: center left;
	background-repeat: no-repeat;
}
.nodeRef{
	border-color: silver;
	box-shadow: inset 0 0 5px #AAA;
}
a.nodeRefLnk{
	color: #525252;
	text-decoration: underline;
}
.nodeDesc{
	font-size: 0.8em;
	color: #676767;
}
.nodeChildren{
	padding-left:5px;
}
.nodeChildren_hide>.nodeChildren{
	opacity:0;
	height:0 !important;
	transition-property : opacity,display;
	transition-duration : 0.1s;
}
.nodeChildren_show>.nodeChildren{
	opacity:1;
	height:auto;
	transition-property : opacity,display;
	transition-duration : 1.5s;
}
.nodeLead{
	display:inline-block;
	height:23px;
	border-left:2px solid silver;
	border-bottom:2px solid silver;
	vertical-align: top;
}
.nodeLeadSpacer{
	display:inline-block;
	width:12px;
	height:18px;
}
.nodeRoot{
	display:inline-block;
}
.nodeLblFra,.nodeRefFra{
	display:inline-block;
}
.nodeChildren_1 .nodeLbl{
	min-width: 60px;
}
.nodeChildren_2 .nodeLbl{
	min-width: 120px;
}
.nodeChildren_3 .nodeLbl{
	min-width: 180px;
}
.nodeChildren_4 .nodeLbl{
	min-width: 240px;
}
.nodeChildren_5 .nodeLbl{
	min-width: 300px;
}
.nodeChildren_6 .nodeLbl{
	min-width: 360px;
}
.nodeChildren_7 .nodeLbl{
	min-width: 420px;
}
.nodeChildren_8 .nodeLbl{
	min-width: 480px;
}
.nodeChildren_9 .nodeLbl{
	min-width: 540px;
}
.nodeChild_co:target>div>div>.nodeLbl{
	box-shadow: 0 0 5px #444;
}
.nodeIco {
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: middle;
}

.imgBase {
	max-width: 22px;
	height: auto;
}

.nodeTi{
	line-height:16px;
	font-weight: bold;
	word-wrap: break-word;
}
span.nodeTi,
a.nodeTi{
	color:#464646;
	text-decoration: none;
}
.nodeChildren span.nodeTi,
.nodeChildren a.nodeTi{
	color:#525252;
}
.nodeChildren .nodeChildren span.nodeTi,
.nodeChildren .nodeChildren a.nodeTi{
	color:#5E5E5E;
}
.nodeChildren .nodeChildren .nodeChildren span.nodeTi,
.nodeChildren .nodeChildren .nodeChildren a.nodeTi{
	color:#6B6B6B;
}
.nodeChildren .nodeChildren .nodeChildren .nodeChildren span.nodeTi,
.nodeChildren .nodeChildren .nodeChildren .nodeChildren a.nodeTi{
	color:#787878;
}
.nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren span.nodeTi,
.nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren a.nodeTi{
	color:#858585;
}
.nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren span.nodeTi,
.nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren a.nodeTi{
	color:#919191;
}
.nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren span.nodeTi,
.nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren a.nodeTi{
	color:#9E9E9E;
}
.nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren span.nodeTi,
.nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren a.nodeTi{
	color:#ABABAB;
}
.nodeChildren_hide>.nodeChildren > .nodeChild{
	display:none;
}
a.nodeMoreDesc_a {
	position: absolute;
	right: -8px;
	top: calc(50% - 8px);
	width: 16px;
	height: 16px;
	background-color: silver;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	font-size: 0.8em;
	line-height: 16px;
}
a.nodeMoreDesc_a::before {
	content:"\002B";
	font-family:"fontello";
}

a.nodeMoreDesc_a span{
	position:absolute;
	left:-9999px;
}

/* Node types */
.nodeType_imp{
	background-color: #edd9e3;
}
.treeSearch_mach > .nodeLblFra > .nodeLbl{
	border: 2px solid var(--accentColor);
}
.treeSearch_mach > .nodeLblFra > .nodeLbl .nodeTi{
	color: var(--accentColor);
}
.treeSearch_cur > .nodeLblFra > .nodeLbl{
	animation:glow 0.5s ease-in-out 0s 1 alternate;
	background-color:#F8E1EA;
}
@keyframes glow {
	0% {transform: scale(1);}
	50% {transform: scale(1.03);}
	100% {transform: scale(1);}
}

/* === TOOLBAR - ConceptTree ========================================================== */
.treeRoot.treeHasToolbar{

}

.treeRoot.treeHasToolbar.treeSearch_off .treeScroll{
	overflow:hidden;
}
.treeRoot.treeHasToolbar .treeScroll{
	border: 2px solid var(--accentColorAlpha);
	padding:0.5em;
}
.treeRoot.treeHasToolbar.treeSearch_on .treeScroll{
	max-height:600px;
	overflow:auto;
}
.treeToolbar{
	display:flex;
	flex-direction:row-reverse;
	align-items: center;
	justify-content: flex-end;
	z-index:2;
	position:relative;
	margin-bottom: -2px;
}
.treeStatusbar{
	font-style: italic;
	text-align:right;
	padding:3px;
	z-index:2;
	font-size:0.8em;
	position:relative;
	display:none;
	color: #676767;
}
.treeRoot.treeSearch_on .treeStatusbar{
	display:block;
}

.treeToolbar form.treeSearchForm{
	flex: 2 1 auto;
	padding-left: 1em;
	display: flex;
	align-items: center;
}
.treeToolbar span.treeSearchLabel, .treeToolbar span.treeSearchResultLabel{
	display:inline-block;
	color:#676767;
	padding: 0 1em;
}
.treeToolbar input.treeSearchInput{
	border: 2px solid silver;
	margin-right: 1em;
	padding: 0 3px;
	height: 20px;
}
.treeSearch_off .treeToolbar form.treeSearchForm{
	display:none;
}

.treeToolbar a{
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	text-align:center;
	line-height:30px;
	background-color:var(--accentColorAlpha);
	color: var(--accentColor);
	text-decoration:none;
	opacity: 0.5;
}
.treeToolbar a span{
	position:absolute;
	left:-9999px;
}
.treeToolbar a.treeBtnOpenAll::before{
	font-family:"fontello";
	content:"\002B";
}
.treeToolbar a.treeBtnCloseAll::before{
	font-family:"fontello";
	content:"\2212";
}
.treeToolbar a.treeBtnPrv::before{
	font-family:"fontello";
	content:"\F011";
}
.treeToolbar a.treeBtnNxt::before{
	font-family:"fontello";
	content:"\F010";
}
.treeToolbar a.treeBtnSearch::before{
	font-family:"fontello";
	content:"\F50D";
}
.treeSearch_off .treeToolbar a.treeBtnSearch{

}
.treeSearch_on .treeToolbar a.treeBtnSearch{
	border-bottom:2px solid var(--accentColor);
	opacity:1;
}
.treeToolbar a:hover{
	opacity:0.7;
}
.treeToolbar span.treeSep{
	display:none;
}
.treeSearch_noact  a.treeBtnNxt,
.treeSearch_noact  a.treeBtnPrv{
	display:none;
}
/* === STOP - ConceptTree ========================================================== */
/* ============= Search ============= */
mark.schHit{
	background-color: #FFE2FF;
	border-radius: 3px;
	padding:0 1px;
	font-weight: normal;
	font-style: normal;
}
mark.schHit_current{
	background-color: #E5D1E6;
	border-radius: 3px;
	box-shadow: inset 0 0 2px 2px #BE90C1;
	padding:0 1px;
	font-weight: normal;
	font-style: normal;
}

/* === START - RESPONSIVE =================================================== */
@media (max-width: 700px){
	.stepScreenBox {
		flex-direction: column;
	}

	.stepScreenTitles, .stepScreenBox{
		max-width: 100%;
		min-height: 400px;
	}

	.screenImgFra table td {
		display: block;
	}

	.screenTitles {
		height: auto !important;
	}
}

@media (max-width: 700px){
	.secOutFra {
		float: none;
		width: auto;
	}
	.secOutFra + .content{
		padding-right: 0;
	}
}