.sortable thead tr,
th {
  cursor: pointer;
}

.tabelalinha,
.tabelalinhapreto,
.tabelalinhaindice {
  border-collapse: collapse;
  margin: 0 0 0 0;
  width: 100%;
}

.tabelalinha thead {
  border-bottom: 1px solid #e5e5e5;
}

.tabelalinha th {
  border-bottom: 1px solid #e5e5e5;
  padding: 8px;
  color: #535353;
  font-size: 12px;
}

.tabelalinha .botoesTabela {
  display: none;
  background-color: #f8f9fa;
  opacity: 0.95;
  border: 0;
}

.icoAcao {
  float: left;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 18px;
  height: 100%;
}
.icotop2 {
  margin-top: 9px;
}
.icotop3 {
  margin-top: 6px;
}

.tabelalinha td,
.tabelalinhaindice td {
  border-bottom: 1px solid #e5e5e5;
  padding: 8px;
  color: #535353;
  font-size: 14px;
  width: auto;
}

.tabelalinhapreto td {
  border-bottom: 1px solid #5e5e5e;
  padding: 8px;
  color: #fff;
  font-size: 14px;
  width: auto;
}

.tabelalinhapreto a {
  color: #535353;
}

.tabelalinha a {
  color: #535353;
}
.tabelalinha .centro {
  text-align: center;
}
.tabelalinha .direita {
  text-align: right;
}

.tabelalinha tbody tr:hover {
  background-color: #f8f9fa;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
}

.tabelalinhapreto tbody tr:hover {
  background-color: #000;
  color: #fff;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
}

.tabelalinha tbody tr:hover .botoesTabela {
  display: inline;
  position: relative;
  float: left;
  margin-left: -280px;
}

.tabelalinha input[type="checkbox"] {
  margin-left: 15px;
  border: 2px solid #000;
  height: 15px;
  width: 15px;
}

.tabelalinha .erro {
  background-color: #f8d7da;
}
.tabelalinha .sucesso {
  background-color: #d4edda;
}

.edicaotabela {
  font-size: 20px;
  color: #e3e3e3;
  cursor: pointer;
}
.tabelalinha tbody tr:hover .edicaotabela {
  color: #00796b;
  transition: visibility 0.5s, opacity 0.5s linear;
}

.tabelalinhapreto tbody tr:hover .edicaotabela {
  color: #fff;
  transition: visibility 0.5s, opacity 0.5s linear;
}

.icoaviso {
  position: relative;
  margin-top: -32px;
  margin-left: 17px;
  border-radius: 10px;
  background-color: #00b9ad;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  z-index: 1;
}

.tabelalinha tbody tr:hover .icoaviso {
  background-color: #9c5e5e;
}

.fotoperfiltabela {
  width: 28px;
  height: 28px;
  border-radius: 20px;
}

.tdesquerda {
  text-align: left;
}
.tdcentro {
  text-align: center;
}
.tddireita {
  text-align: right;
}

.itemsubmenu {
  display: flex;
  align-items: center;
  text-align: left;
  height: 45px;
  color: #fff;
  border: 1px solid #545454;
  cursor: pointer;
  min-width: 158px;
  max-width: 158px;
  margin-top: -1px;
  margin-left: -1px;
}
.itemsubmenu:hover {
  background-color: #fff;
  color: #000;
  border-radius: 5px;
}
.textoMenu {
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  font-family: Roboto;
}
.iconeMenuv2 {
  min-width: 35px;
  font-size: 28px;
  margin-left: 8px;
}
