.form-control {
  margin-bottom: 5px;
}
table.click tbody tr {
  cursor: pointer;
}
table.click tbody tr:hover td {
  background-color: #eee;
}
.ui-autocomplete .ui-menu-item-wrapper:hover div {
  color: #ccc !important;
}
.ui-autocomplete .ui-menu-item-wrapper div {
  color: #888 !important;
}
#tbl_pesquisa tbody tr {
  cursor: pointer;
}
#tbl_pesquisa tbody tr:hover td {
  background-color: #eee;
}
.col-btn {
  margin-top: 5px;
  text-align: center;
}
fieldset fieldset legend {
  font-size: 18px;
}
fieldset legend {
  margin-bottom: 10px;
  margin-top: 5px;
  position: relative;
}
fieldset legend span {
  position: absolute !important;
  right: 0;
  padding-right: 5px;
  cursor: pointer;
  font-size: 15px;
  line-height: 30px !important;
}
