body {
	margin: 0px;
}

#wrap {
	width: 400px;
	height: 600px;
	background: url(/htdocs/images/logo_pdf.png) no-repeat;
	margin: 0px auto;
	margin-top: 2px;
	overflow: auto;
	font-family: Arial;
}

#wrap_smo {
	width: 1024px;
	margin: 0px auto;
	overflow: auto;
	font-family: Arial;
	background: #FFFFFF;
	border: 1px solid;
	border-color: #000000;
	border-radius: 7px;
	box-shadow: 0px 0px 10px #000;
}

.imglogin {
	display: block;
	margin: 0px auto;
	width: 100%;
	height: 150px;
	background-image: url(/htdocs/images/smo.png);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: 250px;
	background-position: center center;
	transition: background-image 0.2s linear 0.0s, background-color 0.2s linear 0.0s;
}

.imglogin:hover {
	background-image: url(/htdocs/images/smo_hover.png);
	background-color: #f36f21;
	transition: background-image 0.2s linear 0.0s, background-color 0.2s linear 0.0s;
}

#login {
	width: 305px;
	margin: 0px auto;
	margin-top: 200px;
	font-size: 15px;
	overflow: auto;
}

#login_id_lo {
	background: url(/htdocs/images/user.png) no-repeat 4px;
	background-size: 12px 15px;
	text-align: center;
	background-color: #fff;;
}

#senha_id_lo {
	background: url(/htdocs/images/pass.png) no-repeat 4px;
	background-size: 15px 15px;
	text-align: center;
	background-color: #fff;;
}

/*#login input[type="text"],
#login input[type="password"] {
	background: #fff;
}*/

#login fieldset {
	border-radius: 2px;
}

.login_label,
.senha_label {
	width: 100px;
	height: 15px;
	margin-left: 20px;
}

.login_label,
.senha_label,
.login_input,
.senha_input {
	display: block;
}

.button {
	width: 65px;
	height: 27px;
	padding: 5px 10px;
	background-color: #918E91;
	margin-top: 10px;
	float: right;
	border: none;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.1s linear 0.0s;
}

.button:hover {
	background-color: #093853;
	transition: background 0.1s linear 0.0s;
}

.button_send {
	width: 65px;
	height: 27px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #918E91;
	border: none;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.1s linear 0.0s;
}

.button_send:hover {
	background-color: #093853;
	transition: background 0.1s linear 0.0s;
}

.login_input,
.senha_input {
	width: 270px;
	margin: auto;
	margin-top: 3px;
}

#trocasenha {
	margin-right: 0px;
	cursor: pointer;
}

input[type="checkbox"]:hover + label {
	color: #7ABEF5;
}

.alterar_senha {
	cursor: pointer;
	padding-left: 10px;
	margin-left: -5px;
	text-decoration: none;
	font-size: 14px;
	color: #3099EF;
}

.alterar_senha:hover {
	color: #7ABEF5;
}

object[type^="application/gas-events"] { display: none; }  /* Remove space from bank API*/


hr.noview {
	border: 1px solid #fff;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#mensagem {
	font-family: Arial;
	font-size: 14px;
	width: 350px;
	margin: 0px auto;
	min-height: 25px;
	text-align: center;
}

.erro {
	color: #a51b00;
	background-color: #fcf4f2;
	background-image: url(/htdocs/images/erro.png);
	background-position: 5px 3px;
	background-repeat: no-repeat;
	border-style: solid;
	border-color: #f9c9bf;
	/*border-color: #e62600;*/
	border-radius: 2px;
	border-width: 1px 1px 1px 1px;
	padding: 6px;
	padding-left: 35px;
}

.aviso {
	color: #734c00;
	background-color: #fdf8ed;
	background-image: url(/htdocs/images/aviso.png);
	background-position: 5px 3px;
	background-repeat: no-repeat;
	border-style: solid;
	border-color: #f4daa6;
	/*border-color: #e62600;*/
	border-radius: 2px;
	border-width: 1px 1px 1px 1px;
	padding: 6px;
	padding-left: 35px;
}

.sucesso {
	color: #325e1c;
	background-color: #f3faef;
	background-image: url(/htdocs/images/sucesso.png);
	background-position: 5px 3px;
	background-repeat: no-repeat;
	border-style: solid;
	border-color: #c9e1bd;
	/*border-color: #e62600;*/
	border-radius: 2px;
	border-width: 1px 1px 1px 1px;
	padding: 6px;
	padding-left: 35px;
}

.usuario_header {
	float: left;
	position: absolute;
	z-index: 2;
	display: inline-block;
	margin-top: 10px;
	margin-left: 35px;
	font-family: Arial;
	font-size: 14px;
}
.usuario_header a {
	text-decoration: none;
	/*color: #dddddd;*/
	color: #000000;
	font-size: 12px;
}
.usuario_header a:hover {
	color: #7ABEF5;
}
.hr_menu {
	clear: both;
}
#menu {
	
}
.user_edit {
	z-index: 999;
	position: absolute;
	background: url(/htdocs/images/btn_alterar_flat.png) no-repeat;
	width: 25px;
	height: 21px;
	margin-left: 5px;
	margin-top: 8px;
	transition: all 0.2s linear 0.0s;
}

.user_edit:hover {
	background: url(/htdocs/images/btn_alterar_flat_hover.png) no-repeat;
	transition: all 0.2s linear 0.0s;
}

.h1_modulo {
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#area_inputs {
	border: 1px solid #000;
	border-radius: 3px;
	width: 400px;
	margin: 0px auto;
	margin-bottom: 20px;
	box-shadow: 0 2px 1px #9c9c9c;
}

#area_inputs label,
#area_inputs span.span_admin,
#area_inputs input[type='text'],
#area_inputs input[type='password'],
#area_inputs input[type='email'],
#area_inputs input[type='number'] {
	display: block;
	width: 300px;
	margin: 0px auto;
}

#area_inputs span.span_admin {
	margin-top: 10px;
}

#area_inputs input[type='checkbox'] {
	margin-left: 50px;
	cursor: pointer;
}

#area_inputs input.btn_edit {
	margin-top: 20px;
}

#area_inputs label,
#area_inputs span.span_admin {
	margin-top: 10px;
	font-size: 20px;
}

#area_inputs input {
	margin-bottom: 10px;
}

#area_inputs label {
	cursor: pointer;
}

#area_inputs label.label_administrador {
	display: inline;
	font-size: 16px;
}

.novo_header {
  width: 1024px;
  /*width: 100%;*/
  margin: 0px auto;
  clear: both;
}

.faixa_header {
  position: absolute;
  display: block;
  height: 47px;
  width: 100%;
  min-width: 1024px;
  background: #f37021;
  z-index: -1;
}
.title_screen {
  height: 36px;
  display: block;
  /*background-color: #0a4668;*/
  /*background-color: #ffffff;*/
  /*color: #ffffff;*/
  color: #000000;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px;
  overflow: auto;
  border-radius: 5px;
}
.title_screen h1 {
  position: absolute;
  font-family: Arial;
  font-size: 32px;
  color: #fff;
  /*color: #134C6D;*/
  display: block;
  text-align: center;
  padding: 0px;
  margin: 0px;
  width: 1024px;
  /*width: 100%;*/
  z-index: 1;
  /*text-shadow: 0px 3px 20px rgba(150, 150, 150, 1);*/
  /*text-shadow: 0px 0px 20px rgba(60, 60, 60, 1);*/
  text-shadow: 0px 0px 10px rgba(60, 60, 60, 1);
}
.usuario_header {
  float: left;
  position: absolute;
  z-index: 2;
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  font-family: Arial;
  font-size: 14px;
  color: #ffffff;
}
.usuario_header a {
  text-decoration: none;
  /*color: #dddddd;*/
  color: #fff;
  font-size: 12px;
}
.usuario_header a:hover {
  color: #232A30;
}
.logo_header {
  z-index: 2;
  height: 30px;
  margin-right: 10px;
  margin-top: 3px;
  float: right;
}