/* CSS Document */

#div-login {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -377px;
	margin-top: -222px;
	width: 754px;
	height: 444px;
	border: 1px solid #b8b8b8;
}

.box-shadow-bottom {
	box-shadow: 0 4px 3px -2px rgba(0,0,0,.15);
}

.box-shadow-top {
	box-shadow: 0 -5px 5px -5px #333;
}
			
.box-shadow-right {
	box-shadow: 5px 0 5px -5px #333;
}
			
.box-shadow-bottom {
	box-shadow: 0 5px 5px -5px #333;
}
			
.box-shadow-left {
	box-shadow: -5px 0 5px -5px #333;
}
			
.box-shadow-all {
	box-shadow: 0 0 5px #333;
}

#div-login-cabecalho {
	height: 113px;
	background: url("../../img/bg_cabecalho.png") repeat-x;
}

#logo-gestor-facil {
	position: absolute;
	background: url("../../img/logo.png") no-repeat;
	width: 86px;
	height: 86px;
	top: 14px;
    left: 17px;
}

.txt-logo {
	font-family: FTN45;
	float: left;
  	margin-top: 30px;
  	color: #fff;
  	padding-left: 118px;  	
  	font-size: 13px;
}

.txt-plataforma {
	font-size: 15px;
}

.la {
	font-family: FTN85;
}

.lb {
	font-family: FTN45;
}

#div-login-corpo {
	height: 279px;
}

#div-login-rodape {
	height: 53px;
	background: url("../../img/bg_rodape_login.png") repeat-x;
	text-align: right;	
}

#div-login-rodape label {
	color: #84878c;
	font-family: FTN45;
	line-height: 3.5;
	margin-right: 20px;
}

#j_username {
	margin-top: 27px;
	font-family: FTN45;
	font-size: 16px;
	color: #84878c;
	background-image: url("../../img/user.png");
	background-repeat: no-repeat;
	background-position: 260px 9px;
	background-color: #fafafa;
	padding: 10px;
	width: 271px;
	border: 1px solid #dfe3e4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#j_password {
	font-family: FTN45;
	font-size: 16px;
	color: #84878c;
	margin-top: 15px;
	background-image: url("../../img/cadeado.png");
	background-repeat: no-repeat;
	background-position: 260px 12px;
	background-color: #fafafa;
	padding: 10px;
	width: 271px;
	border: 1px solid #dfe3e4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.btn-login {
	width: 293px;
	margin-top: 15px;
	margin-bottom: 22px;
	background: url("../../img/btn_login.png") no-repeat;
	height: 50px;
	background-position-x: center;
}

.btn-login:HOVER {
	cursor: pointer;
	background: url("../../img/btn_login.png") no-repeat 0px -50px;
	background-position-x: center;
}

.btn-login-disabled {
	width: 293px;
	margin-top: 15px;
	margin-bottom: 22px;
	background: url("../../img/btn_login_disabled.png") no-repeat;
	height: 50px;
	background-position-x: center;
	display: none;
}

#div-conteudo-corpo {
	padding: 32px;
	text-align: center;
}

.tit-ultimas-noticias {
	color: #84878c;
	font-family: FTN85;
	margin-bottom: 20px;
}

.div-item-noticia {
	color: #84878c;
	font-family: FTN45;
	text-align: justify;
	height: 149px;
	padding-right: 20px;
}

#div-conteiner-noticias {
	margin-left: 30px;
}

.div-dta-item {
	margin-top: 10px;
}

.div-txt-item {
	padding-bottom: 10px;
  	border-bottom: 1px solid #e7e8ea;	
}

.div-btn-up-down {
	margin-top: 10px;
}

.btn-up {
	cursor: pointer;
	float: right;
	width: 21px;
	height: 21px;
	margin-left: 5px;
	background: url("../../img/seta_cima.png");
}

.btn-down {
	cursor: pointer;
	float: right;
	width: 21px;
	height: 21px;
	background: url("../../img/seta_baixo.png");
}

#div-scroll-noticias {
	height: 148px;
}

.msn-login {
	font-family: FTN45;
	color: red;
	position: absolute;
	left: 231px;
}

.carregando-aviso {
	font-family: FTN45;
	color: #84878c;
	font-size: 15px;
	display: none;
}

.div-item-noticia .rollbar-path-vertical { 
	width: 6px; 
}

.div-item-noticia .rollbar-handle {
	background: #84878c;	
}

.bg-natal-login {
	position: absolute;
	width: 100%;
	height: 100px;
	background: url("../../img/bg-natal.svg") repeat-x;
	top: 0px;
	z-index: 1798;
}
