/* *********************************************************
	Import slide CSS
*/
@import url("slideSS.css");

/* *********************************************************
	Slideshow root page styles
*/
#tplToc{
	bottom: 20px;
	z-index:100
}
.tplTocOn{
	width: 300px;
}
.tplTocOff{
	width: 0;
}
#tplTocCo{
	display: flex;
	flex-flow: column nowrap;
	margin: 1em 0;
}
#tplTocScroll{
	flex: 1 1 auto;
	margin-bottom: 0;
	margin-top: 0;
	order: 2;
	overflow-y: auto;
	position: relative;
}
div.tocSrlUp{
	flex: 0 0 20px;
	order: 1;
	text-align:center;
}
div.tocSrlDwn{
	flex: 0 0 20px;
	order: 3;
	text-align:center;
}
div.tocSrlUp a,
div.tocSrlDwn a{
	display:inline-block;
	padding:0;
	box-sizing: border-box;
	width: 280px;
	height: 20px;
	padding-left: 280px;
	overflow: hidden;
	background: url(../img/tpl/menu-scroller.svg) no-repeat top;
	background-size: 100%;
}

div.tocSrlDwn a.tocSrlDwnBtn{
	background-position: 0px -36px;
}

#tplToc div.btnOff a.tocSrlDwnBtn, #tplToc div.btnOff a.tocSrlUpBtn{
	opacity:0.3;
	cursor:default;
}


a.btnTocTglOn,
a.btnTocTglOff{
	position: absolute;
	top: 15px;
	width:12px;
	height:27px;
	right:-12px;
	background: url("../img/tpl/menu-collapse.svg") no-repeat;
}
a.btnTocTglOn{
	background-position: 0 -30px;
}
a.btnTocTglOn:hover{
	background-position: 0 0;
}
a.btnTocTglOff{
	background-position: 0 -90px;
}
a.btnTocTglOff:hover{
	background-position: 0 -60px;
}
a.btnTocTglOn span,
a.btnTocTglOff span{
	display: none;
}
#tplSldFra{
	bottom: 20px;
}
.tplSldFraTocOn{
	left: 300px;
}
.tplSldFraTocOff{
	left: 0;
}

a.btnModeHtml{
	background-image: url(../img/tools/btnMdeHtml.png);
	opacity:0.2;
	filter:Alpha(opacity=20);
}
a.btnModeHtml:hover{
	opacity:1;
	filter:Alpha(opacity=100);
}
a.btnEfcts,
a.btnNoEfcts{
	position: absolute;
	height : 40px;
	top:0px;
	width:30px;
	right:40px;
	background-repeat: no-repeat;
	background-position: center center;
}
a.btnEfcts{
	background-image: url(../img/tools/btnEfcts.png);
	opacity:0.2;
	filter:Alpha(opacity=20);
}
a.btnEfcts:hover{
	opacity:1;
	filter:Alpha(opacity=100);
}
a.btnNoEfcts{
	background-image: url(../img/tools/btnNoEfcts.png);
	opacity:0.2;
	filter:Alpha(opacity=20);
}
a.btnNoEfcts:hover{
	opacity:1;
	filter:Alpha(opacity=100);
}

a.btnEfcts span,
a.btnNoEfcts span,
a.btnModeHtml span{
	display:none
}

div.ssSlide{
	position: absolute;
	width: 100%;
	background-color: white;
	bottom:25px;
	top:0;
}

h1.slideTi{
	position: absolute;
	width: 100%;
	height: 10%;
	margin:0px;
	text-align: center;
}
iframe.slideFra{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	bottom:0px;
	border: 0px;
	overflow: hidden;
}

#tplZoomFra{
	position: absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:110
}
div.tplZoomOvr{
	position: absolute;
	width:100%;
	height:100%;
	background-color: #fff;
	opacity:0.5;
}
#tplZoomCo{
	position: absolute;
	left: 5%;
	right: 5%;
	top: 5%;
	bottom: 5%;
}
div.sldZmFrg,
div.sldZmSld{
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	overflow: hidden;
	text-align: center;
	background-color: white;
}
div.sldZmSld iframe{
	overflow: auto;

}
a.btnZmCls{
	position: absolute;
	width:30px;
	height:30px;
	top: -30px;
	right: -30px;
	background: url("../img/co/buttons.svg") no-repeat scroll 0px -120px / 100% auto rgba(0, 0, 0, 0);
}
a.btnZmCls span{
	display: none;
}

#tplFootBanner{
	left: 0;
}

.sldWaitMsg{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-150px;
	margin-top:-20px;
	width: 300px;
	height: 40px;
	background-color: white;
	border: 6px solid #5B6F94;
	text-align: center;

}
.sldWaitMsg span{
	display:block;
	padding-top:10px;
	font-size:1.2em;
	font-weight:bold;
	font-style: italic;
	color: #5B6F94;
	background:url(../img/co/throbber.gif) 5px 13px no-repeat
}


#accessibility{
	font-size: 60%;
	list-style-type: none;
	padding:0;
	margin:0;
	z-index:200;
	position:absolute;
	top:3px;
}
#accessibility li{
	display:inline-block;
	margin:0 1em;
}
#accessibility a{
	opacity:0;
	color: rgb(78, 188, 225);
	text-decoration: none;
}
#accessibility a span{
	color: rgb(78, 188, 225);
}
#accessibility:hover a{
	opacity:0.5;
}
#accessibility a:focus{
	opacity:1;
}
.tooltip{
	background-color: #e0ecec;
	border:2px solid #434e52;
	font-size: 90%;
}
.tooltip_co{
	padding: 2px 4px;
}
.tooltip_ti{
	background-color: #434e52;
	min-height:20px;
	color:#ffffff;
	text-align:center;
}
.tooltip_x{
	display:inline-block;
	padding:0;
	margin: 0 ;
	position:absolute;
	right:2px;
	top:2px;
	color: #e0ecec;
}
.tooltip_x:hover{
	text-decoration: none;
}
.tooltip_co p{
	margin:0.5em 0;
}
.tooltip_co ul{
	padding-left: 1.5em;
	margin:0;
}

/* *********************************************************
	Menu styles
*/
#toc{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0 10px;
	text-align:left;
	cursor: default;
	margin-left:3px
}
#toc a {
	text-decoration: none;
	color: black;
}
#toc a span{
	color: black;
}
#toc a.toc_lnk span{
	padding: 2px 5px 2px 5px;
	display:inline-block;
	cursor:pointer;
	cursor:hand;
}
#toc a img{
	border: 0px;
	vertical-align: middle;
}
#toc ul{
	list-style-image:none;
	list-style-type:none;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
}
#toc li{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	background-image: linear-gradient(to right, #434e52 0%,rgba(0,0,0,0) 100%);
	background-size: 100% 1px;
	background-position: bottom;
	background-repeat: no-repeat;
}
#toc ul li{
	background:none;
}

#toc .toc_i{
	color: black;
	padding-left: 15px;
	position: relative;
}
#toc a.toc_tgle_o,
#toc a.toc_tgle_c{
	position:absolute;
	display: inline-block;
	box-sizing: border-box;
	width:20px;
	height:20px;
	left:0;
	top:2px;
	padding-left: 20px;
	overflow: hidden;
	background: url(../img/tpl/menu-toggle.svg) no-repeat top;
	background-size: 18px;
	background-position: 0px 0px;
}
#toc a.toc_tgle_o{
	background-position: 0px -40px;
}
#toc a.toc_lnk {
	padding: 2px 2px 2px 7px;
	display: inline-block;
}
#toc div.toc_sel_yes a.toc_lnk span{
	display: inline-block;
	background-color:#434e52;
	color:white;
	border-radius:5px;
}

/* *********************************************************
	Prog bar styles
*/
.progFra{
	position:absolute;
	bottom: 25px;
	right: 110px;
	left: 140px;
	text-align:center;
	background-color:#999999;
	height:15px
}

.progTocOn{
	left:350px
}

.progCount{
	background-image:linear-gradient(to right, #434e52 90%, #999999);
	background-image:-webkit-linear-gradient(to right, #434e52 90%, #999999);
	background-image:-moz-linear-gradient(to right, #434e52 90%, #999999);
	background-image:-o-linear-gradient(to right, #434e52 90%, #999999);
	background-image:-ms-linear-gradient(to right, #434e52 90%, #999999);
	background-color:#434e52;
	text-align: right;
	overflow: visible;
	left:0px;
	color:#fff;
	position:absolute;
	height:15px;
	padding-right:10px;
	font-size:12px
}

.prog_0 .progCount{
	width:0%
}

.prog_5 .progCount{
	right:95%
}

.prog_10 .progCount{
	right:90%
}

.prog_15 .progCount{
	right:85%
}

.prog_20 .progCount{
	right:80%
}

.prog_25 .progCount{
	right:75%
}

.prog_30 .progCount{
	right:70%
}

.prog_35 .progCount{
	right:65%
}

.prog_40 .progCount{
	right:60%
}

.prog_45 .progCount{
	right:55%
}

.prog_50 .progCount{
	right:50%
}

.prog_55 .progCount{
	right:45%
}

.prog_60 .progCount{
	right:40%
}

.prog_65 .progCount{
	right:35%
}

.prog_70 .progCount{
	right:30%
}

.prog_75 .progCount{
	right:25%
}

.prog_80 .progCount{
	right:20%
}

.prog_85 .progCount{
	right:15%
}

.prog_90 .progCount{
	right:10%
}

.prog_95 .progCount{
	right:5%
}

.prog_100 .progCount{
	right:0px
}


/* *********************************************************
	Content styles
*/
#tplHomeSlide {
	bottom:0;
	background: rgba(0, 0, 0, 0) url("../img/tpl/back-home.svg") no-repeat fixed left center / 100% 100%;
}
#tplHomeSlide .sldHome {
	margin-left: 40%;
}
#tplHomeSlide .sldHome_ti{
	text-align: center;
	margin-top:4em;
	color:#ffffff;
	margin-bottom: 0;
	background-color: rgba(67,78,82,0.7);
}
#tplHomeSlide .sldHome_co{
	color:#ffffff;
}
#tplHomeSlide .sldHome_co .ssBk{
	background-color:transparent;
}