html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS";
	overflow: hidden;
}

object {
	display: none;
}

.chapad {
	background-color: #FFF;
	font-size: 13px;
}

.transp {
	opacity: 0.85;
	filter: alpha(opacity=0.85);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}

#topo {
	height: 60px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-style: none none solid none; border-width: 1px; border-color: #AEAEAE;
}

#topo a {
	background-image: url("../../imagens/sised.png");
	display: block;
	width: 310px;
	height: 54px;
	position: absolute;
	top: 3px;
	left: 10px;
}

#topo span {
	color: #262626;
	text-align: right;
	display: block;
	position: absolute;
	right: 10px;
	top: 8px;
	width: 360px;
	height: 54px;
}

#form_container {
	overflow: hidden;
	background-color: #F5F5F5;
	background-color: rgba(240, 240, 240, 0.85);
	height: 50px; /*Final: 238px*/
	width: 606px;
	position: absolute;
	top:260px;
	top: calc((100% - 70px - 116px)/2 + 116px - 109px); /* calc((100% - hRodapé - hTopo)/2 + hTopo - hFormContainer/2); */
	margin-left: -303px; /* hFormContainer/2 */
	left: 50%;
	-webkit-transition: height 0.2s cubic-bezier(0, 0, 0.24, 0.89);
	-moz-transition: height 0.2s cubic-bezier(0, 0, 0.24, 0.89);
	-o-transition: height 0.2s cubic-bezier(0, 0, 0.24, 0.89);
	transition: height 0.2s cubic-bezier(0, 0, 0.24, 0.89);
}

#form_container .inst_container {
	padding: 5px;
	height: 40px;
	background-color: #3D8DDD;
}

#form_container .inst_container label {
	font-size: 16px;
	color: #FFF;
	display: inline-block;
	height: 30px;
	position: relative;
	top: -3px;
	text-align: right;
	width: 91px;
}

#form_container .inst_container input {
	height: 24px;
	padding: 8px;
	width: 484px;
	font-size: 24px;
	border: none;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}

#loga {
	padding-top: 10px;
}

#inst {
	overflow: hidden;
	cursor: text;
	position: absolute;
	top: 18px;
	right: 32px;
	width: 410px;
	text-align: right;
	font-size: 14px;
	color: #666;
	height: 16px;
	line-height: 16px;
}

#carregando {
	position: absolute;
	top: 18px;
	right: 12px;
	display: none;
}

.azsisedED {
	background: #B2E1FF;
	background: -moz-linear-gradient(right,  #B2E1FF 0%, #006699 100%);
	background: -webkit-gradient(linear, right top, left top, color-stop(0%,#B2E1FF), color-stop(100%,#006699));
	background: -webkit-linear-gradient(right,  #B2E1FF 0%,#006699 100%);
	background: -o-linear-gradient(right,  #B2E1FF 0%,#006699 100%);
	background: -ms-linear-gradient(right,  #B2E1FF 0%,#006699 100%);
	background: linear-gradient(to left,  #B2E1FF 0%,#006699 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006699', endColorstr='#B2E1FF',GradientType=1 );
}

#linha {
	height: 7px;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#sobreTela {
	position: absolute;
	float: left;
	left: 400px;
//	margin: 0 auto;
	width: 276px;
	text-align: center;
}

#sobreTela a {
	display: inline-block;
	text-decoration: none;
	margin: 18px 0px 0px 0px;
	text-align: center;
}

#sobreTela a img { }

#sobreTela a .texto {
	display: inline-block;
	color: #262626;
	font-size: 14px;
}

#bg_container .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	background-size: cover;
}

#SEO {
	display: none;
}