#flashs {
  position: fixed;
  top: 0;
  width: 520px;
  overflow: auto;
  left: 50%;
  margin-left: -250px;
  z-index: 20;
}

.flash {
  margin: 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  border: 2px solid;
  z-index: 20;
}

.flash table tr:first-child {
  display: none;
}


.flash.warning {
  border: none;
  background: #FCF8E2;
}

.flash.notice {
  border: none;
  background-color: #F2DEDE;
}

.flash.notice th {
  color: #AB433F;

}

.flash.triagem,
.flash.message {
  border: none;
  background: #DFF0D7;
}

.flash table {
  width: 100%;
}

.flash th {
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
}

.flash td {
  color: #333;
  padding: 10px;
  font-weight: normal;
}

.flash.notice td {
  color: #990000;

}

.show table td.success,
.add table td.success,
.lista_interna table td.success,
.lista_entrada table td.success,
span.success {
  color: #80aa00;
  /* background:#FFF url("/images/icons/bg_aviso.gif") no-repeat left center;
 */

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  width: 90%;
  border: 1px solid #80aa00;
  padding: 3px 17px;
}

div.entrada table.erro_campos td {
  border: none;
}

table.erro_campos {
  border: none;
  background: #F2DEDE;
}

.lista table tr.success {
  border: 1px solid #80aa00;
  background: #80aa00;
  color: white;
}

.lista table tr.failure {
  background: #F2DEDE;
  color: #900;
}