.acoes {
  float: right;
}

.acoes a {}

.acoes a:hover {
  text-decoration: none;
}


/*
 * Tables 
 */
table {
  width: 100%;
}

thead th {
  border-bottom: 1px solid #CCC;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
  vertical-align: middle;
}

tr.even,
tr.odd {
  background-color: transparent;
  border-bottom: 1px solid #CCC;
}

tr.odd {
  background-color: #f1f3f5;
}

tr.even {
  background-color: #FFF;
}


td.active {
  background-color: rgba(0, 0, 0, 0.03);
}

th,
td,
caption {
  padding: 7px 4px;
  vertical-align: top;
}

.views-table td {
  vertical-align: top;
}


/**
 * Avisos
 */
#avisos-painel {}

#avisos-painel .avisos-item {
  margin: 15px 0;
}

/**
 * FLAGS
 */

.view a.flag-action {}

.view a.unflag-action {}

.flag-wrapper {
  overflow: hidden;
  text-align: center;
}

.flag-wrapper a {
  color: #333;
  display: block;
  padding: 3px;
  text-decoration: none !important;
  margin: 0 auto;
}

.flag-wrapper.flag-verificado a {}

.flag-wrapper.flag-verificado a.unflag-action {
  color: green;
}

.flag-throbber {
  display: none;
}

.flag-message {
  background: #FFF;
  position: absolute;
  top: 30px;
  left: 0;
  width: 300px;
  font-size: .8em;
  z-index: 1000;
}