@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	background-color: #00A188;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	position: absolute;
	background-position: bottom;
	background-repeat: repeat-x;
	overflow: hidden;
}

#staff-logo-div {
	position: absolute;
	background-image: url("/staff/javax.faces.resource/staff-logo-main_ant.png.xhtml?ln=images");
    width: 401px;
    height: 326px;
}

#conceito-logo-div {
	position: absolute;
	background-image: url("/staff/javax.faces.resource/submarca-branca-152x150.png.xhtml?ln=images");
    width: 152px;
    height: 150px;
}

#infocusto-logo-div {
    position: absolute;
    background-image: url("/staff/javax.faces.resource/infoCustos-icone.png.xhtml?ln=images");
    width: 172px;
    height: 131px;
}

#relogio-div {
	position: absolute;
	width: 280px;
	color: #93c8fe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

#atualizacao-sistema-div {
	position: absolute;
	color: #93c8fe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

#login-div {
	position: absolute;
	min-width: 200px;
	max-width: 550px;
	overflow: visible;
	max-height: 220px;
	padding-left: 40px;
	font-size: 12px;
	color: #FFF;
	border-left-color: #CCC;
	border-left-style: solid;
	border-left-width: 1px;
}

.login-captcha {
	float: right;
	display: inline-block;
	padding-left: 10px;
}

.login-form {
	float: left;
}

#j_username, #j_password {
	width: 152px;
	margin-left: 5px;
	font-size: 11px;
}

#j_sistema {
	width: 145px;
	margin-left: 5px;
	font-size: 11px;
	padding: 2px 0px;
}

.esqueci-minha-senha {
	text-align: right;
	font-weight: bold;
	width: 233px;
	padding-top: 5px;
	color: #f7f7f7;
	font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
}

.esqueci-minha-senha a {
	color: #c9e4ff;
	text-decoration: none;
}

.esqueci-minha-senha a:hover {
	color: #93c8fe;
}

.entrar {
	text-align: right;
	width: 233px;
}

.entrar input {
	padding: 3px 10px;
	font-weight: bold;
	color: #00A188;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
}

.turbo-block {
	margin: 0;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.75);
}
