html {
  width: 100%;

  height: 100%;

  background-repeat: repeat-x;

  color: #055683;
}

body {
  background: rgba(0, 0, 0, 0) !important;

  font-family: ARIAL;
}

a {
  color: #055683;
  font-weight: bold;
}

.clear {
  clear: both;
}

.loadCarregando {
  z-index: 99;

  position: fixed;

  top: 0px;

  left: 0px;

  width: 100%;

  height: 100%;

  background: rgba(255, 255, 255, 0.3);

  text-align: center;

  color: #989898;

  font-size: 37px;

  line-height: 709px;
}

.container {
  width: 570px;

  height: auto;

  margin: 0 auto;
}

.container .topo {
  width: 100%;
}

.container .topo .logomarca {
  width: auto;

  float: left;
}

.container .topo .logomarca img {
}

.container .topo .comentario {
  width: 270px;

  height: auto;

  float: right;

  font-size: 30px;

  text-align: center;

  font-family: ARIAL;

  margin-top: 2px;
}

.container .topo .comentario span {
}

.container .container-body {
}

input[type='text'],
input[type='password'] {
  background: rgba(255, 255, 255, 0);

  border: 1px solid #999999;

  color: #055683;

  padding: 3px;

  font-size: 13px;
}

.table_tr_1 {
  cursor: pointer;
}

.table_tr_1 td {
  background: #cacaca;
  padding: 5px;
}

.table_tr_2 {
  cursor: pointer;
}

.table_tr_2 td {
  background: #e8e8e8;
  padding: 5px;
}

.color_blue {
  padding: 3px;
}

.header_table_candidatos {
}

.header_table_candidatos tr {
}

.header_table_candidatos tr td {
  background: #fff;

  color: #055683;

  font-weight: bold;

  font-size: 12px;

  padding: 6px;
}

.porcentagem {
  width: 180px;

  height: 16px;

  background: #fff;

  float: left;

  margin-right: 5px;

  margin-top: 1px;

  padding: 1px;
}

.porcentagem .progress_porcentagem {
  width: 100%;

  height: 16px;

  background: #f00;
}

.link_imprimir {
  color: #055683;

  text-decoration: none;

  font-size: 13px;

  width: 87px;

  display: block;

  float: right;

  margin-top: 4px;

  margin-right: 4px;
}

.link_imprimir img {
  width: 15px;

  margin-bottom: -3px;
}

.login_content {
  margin: 0 auto;

  width: 176px;
}

.login_header {
  text-align: center;
}

@media print {
  .no-print {
    display: none;
  }
}
