@import url("common.css");

/* ===== SPECIFIC HTML ===== */

/* TEMPLATE */
div#tplSld{
	position: absolute;
	top:5px;
	left:47px;
	right:47px;
	bottom:65px;
	overflow-y: auto;
	overflow-x:hidden;
	font-size: 1.2em;
	background-color: white;
	border-color: #ddd #ddd #0b2b7b;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px 1px 4px;
    box-shadow: 0 1px 3px 0 #b5b5b5;
	padding:1em;
}

div#tplNav{
	bottom:0;
	left:47px;
	right:47px;
	height: 55px;
	position: absolute;
}

/* NAV */
#btnRoot{
	color: #0b2b7b;
    font-size: 40px;
    padding: 0 10px;
    text-decoration: none;
	position:absolute;
	top:0;
	left:0;
}
#btnRoot::before{
	font-family:"fontello";
    content:'\e811';
}

#btnRoot:hover{
	opacity:0.7;
}
#btnRoot span{
	display: none;
}

span.outNav_i{
	display: none;
}

span.sw_stack {
    color: gray;
    display: block;
    font-size: 0.8em;
    left: 60px;
    line-height: 30px;
    position: absolute;
    top: 10px;
}
div.imgOthers{
	display: none;
}

/* CONTENT */
.embedObj {
	max-width: 1000px;
	max-height: 800px;
}
