html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
div,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

/* remember to define focus styles! */

:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */

hr {
  display: none;
}

/* MODAL */

.load {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 78px;
  margin: -39px 0 0 -44px;
  z-index: 99999;
}

.bg_modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99997;
}

.view_modal {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: left;
  z-index: 99997;
}

.modal {
  visibility: hidden;
  cursor: pointer;
}

#activity {
  position: absolute;
  z-index: 99999;
  top: 200px;
  left: 50%;
  font-size: 0.8em;
  margin-left: -90px;
  color: #000;
  background: #fff url(../img/activity-indicator.gif) no-repeat right center;
  border: 2px solid #bbb;
  text-align: right;
  padding: 5px 126px 5px 5px;
}

#activity.disabled {
  display: none;
  visibility: hidden;
}

#accessJumperMenu {
  display: none;
  position: absolute;
  top: -150px;
}

.crop {
  width: 980px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}

.corner-all {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

body {
  text-align: center;
  font: 12px Helvetica, Arial, Tahoma, Verdana, sans-serif;
  background: #fff url(../img/layout/bg_login.png) repeat-x top center;
  color: #4f4f4f;
}

#header {
  height: 167px;
  overflow: hidden;
  cursor: default;
  text-align: center;
}

#header h1 {
  background: url(../img/layout/logo_locks.png) no-repeat;
  width: 180px;
  height: 90px;
  margin: 0 auto;
  margin-top: 23px;
}

#header h1 a {
  display: block;
  text-indent: -1000em;
  overflow: hidden;
  height: 90px;
}

#content {
  text-align: center;
}

#content .box-login {
  display: block;
  margin: 0 auto;
  width: 447px;
  height: 319px;
  background: url(../img/layout/bg_box_login.png) no-repeat;
}

#content .box-login h4 {
  font-size: 30px;
  color: #fff;
  letter-spacing: -2px;
  padding-top: 13px;
}

#content .box-login form {
  float: left;
  display: inline;
  width: 391px;
  margin-left: 30px;
  margin-top: 30px;
  text-align: left;
}

#content .box-login form label {
  display: block;
  color: #2a2c80;
  font-size: 14px;
  font-weight: bold;
}

#content .box-login form input {
  border: 1px solid #9596bb;
  background: url(../img/layout/bg_input.png?0801) repeat-x;
  width: 373px;
  height: 31px;
  padding: 0 5px;
  margin-bottom: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#content .box-login form select {
  width: 383px;
  height: 31px;
  margin-bottom: 12px;
}

#content .box-login form .rowButton input {
  padding: 0;
  border: 0 none;
}

#content .box-login > a {
  float: left;
  display: inline;
  color: #d32d31;
  padding-left: 10px;
  background: url(../img/layout/seta1.png) no-repeat 0 2px;
  margin-left: 30px;
  font-weight: bold;
}

#content .box-login > a:hover {
  color: #939393;
}

#content-arquivos {
  text-align: left;
  margin: 0 60px;
}

#content-arquivos h2 {
  font-size: 21px;
  letter-spacing: -1px;
  margin-bottom: 21px;
  color: #c50900;
}

#content-arquivos p {
  margin-bottom: 18px;
}

#content-arquivos .lista-geral {
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  margin-left: 21px;
}

#content-arquivos .lista-geral li a {
  color: #1b1d7a;
}

#content-arquivos .lista-geral li a:hover {
  color: #c50900;
}

#content-arquivos .bt-voltar {
  display: inline;
  float: right;
  clear: both;
  margin: 26px 0 0;
  width: 88px;
  height: 31px;
  background: url(../img/layout/bt_voltar.png) no-repeat;
  text-indent: -1000em;
  overflow: hidden;
}

#content .box-login .bt-login {
  display: inline;
  width: auto;
  height: 34px;
}

#content .box-login .bt-login-voltar {
  display: inline;
  float: right;
  width: 84px;
  height: 34px;
  background: url(../img/layout/bt-voltar.png) no-repeat;
  text-indent: -1000em;
  overflow: hidden;
}

div.box_bt {
  clear: both;
  display: block;
  width: 100%;
  height: 46px;
  margin: 15px auto;
  text-align: center;
}

.bt-imposto {
  display: inline;
  background: url(../img/layout/bg_bnt.jpg) repeat-x;
  color: #ffffff;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  border: 1px solid #a5272b;
}

#header .bt-voltar,
#header .bt-sair {
  display: inline;
  float: right;
  margin: 26px 16px 0 0;
  width: 56px;
  height: 22px;
  background: url(../img/layout/bt_sair.png) no-repeat;
  text-indent: -1000em;
  overflow: hidden;
}

#header .bt-voltar {
  width: 62px;
  background: url(../img/layout/bt_voltar_menor.png) no-repeat;
  background-size: 62px 22px;
}

#content .tb-hover tr:hover td {
  background-color: #efefef;
}

/* notices and errors */

.message {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  background: #cc0000;
  position: fixed !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  color: #fff;
  cursor: default;
  border-bottom: 3px solid #990000;
  height: 21px;
}

.message .error {
  font-size: 16px;
  color: #cc0000;
}

#corretores-sair {
  width: 100%;
  text-align: right;
}

#corretores-sair a {
  font-family: Verdana, Arial, sans-serif;
  color: #555;
  text-decoration: none;
}

div.banner-container {
  position: fixed !important;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
}

div.banner-container div.banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: 999;
}

div.banner-container #banner-flutuante {
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -300px;
  width: 601px;
  z-index: 1000;
}

div.banner-container #banner-flutuante a.bt-fechar {
  position: absolute;
  top: -26px;
  right: 0;
  display: inline;
  font-size: 16px;
  padding: 4px 6px;
  color: #fff;
  background: #900;
}

div.banner-container #banner-flutuante a.bt-fechar:hover {
  background: #900;
}
