td {
  font-family: Arial, Verdana;
  font-size: 12px;
}

#cabecalho_sorter {
  font-family: Arial, Verdana;
  font-size: 12px;
  font-weight: lighter;
}

.form--container {
  position: relative;
  display: inline-block;
}

.icon {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 4px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.icon:hover {
  cursor: pointer;
}

.icon--eyes--closed {
  background-image: url(../icones/olho-cruzado.png);
}

.icon--eyes--open {
  background-image: url(../icones/olho.png);
}
