#tabela-gradiente, .tabela-gradiente {
  width: 100%;
  border: 0;
  border-spacing: 0;
  font-size: 12px;
  text-align: left;
  border-collapse: collapse;
}

.tabela-gradiente caption {
  text-align: right;
  line-height: 20px;
}

.tabela-gradiente caption.titulos {
  text-align: left;
}

.tabela-gradiente thead th, .tabela-gradiente tfoot th {
  font-weight: bold;
  color: #39778e;
  background-color: #E9E9E9;
  border-top: 1px solid #d0dafd;
  border-bottom: 1px solid #d0dafd;
}

.tabela-gradiente thead th {
  text-align: center;
}

#tabela-gradiente td, .tabela-gradiente td {
  padding: 4px;
  border-bottom: 1px solid #fff;
  color: #666;
  border-top: 1px solid #fff;
  cursor: pointer;
}

#tabela-gradiente th, .tabela-gradiente th {
  padding: 4px;
  border-bottom: 1px solid #fff;
  color: #666;
  border-top: 1px solid #fff;
  background-color: #EBEBEB;
}

.tabela-gradiente tfoot.Somatorios tr th {
  border-top: 2px solid #71AEC6;
  text-align: center;
  background-color: #EBEBEB;
  cursor: default;
}

.tabela-gradiente tfoot.Somatorios tr td {
  font-weight: bold;
  color: #39778e;
  border-top: 2px solid #71AEC6;
  border: 2px solid #71AEC6;
  background-color: #EBEBEB;
  text-align: center;
  cursor: default;
}

#tabela-gradiente .zebra:not(.backcolor),
#tabela-gradiente tbody tr:nth-child(even):not(.backcolor),
.tabela-gradiente .zebra:not(.backcolor),
.tabela-gradiente tbody tr:nth-child(even):not(.backcolor) {
  background-color: #EBEBEB;
}

#tabela-gradiente .realcar, .tabela-gradiente .realcar {
  background-color: #3CF;
}

#tabela-gradiente .total_saldo_positivo, .tabela-gradiente .total_saldo_positivo {
  font-weight: bold;
  font-size: 15px;
  color: #063;
  height: 20px;
  border: 1px solid #71AEC6;
  text-align: right;
}

#tabela-gradiente .total_saldo, .tabela-gradiente .total_saldo {
  font-weight: bold;
  font-size: 15px;
  color: #39778e;
  height: 20px;
  border: 1px solid #71AEC6;
  text-align: right;
}

#tabela-gradiente .textoazul, .tabela-gradiente .textoazul {
  font-size: 13px;
  color: #39778e;
  font-weight: bold;
}

#tabela-gradiente .total_saldo_negativo, .tabela-gradiente .total_saldo_negativo {
  font-weight: bold;
  font-size: 15px;
  color: #F00;
  height: 20px;
  border: 1px solid #71AEC6;
  text-align: right;
}

#tabela-gradiente tbody tr:hover td, .tabela-gradiente tbody tr:hover td {
  color: #09C;
  background-color: #CEE4EC;
  cursor: pointer;
}

.cursor-mao {
  cursor: pointer;
}

div.carregando div.msgaguarde div {
  position: relative;
  margin: auto;
  width: 20%;
  top: 30px;
}

div.carregando div.msgaguarde {
  text-align: center;
  z-index: 15;
  width: 100%;
  height: 100%;
}

div.carregando {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #EEE;
  opacity: 0.7;
  text-align: center;
  z-index: 20;
}

.msgcarregandoAguarde, .msgcarregando {
  font-weight: normal;
}

.msgcarregandoAguarde {
  font-size: 20px;
}

.msgcarregando {
  font-size: 14px;
}