table td span {
  display: none;
}
table:not(.ignorar_table_css) td span .badge {
  display: initial;
}

table th {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

table td {
  padding: 5px 5px !important;
}

table tbody tr:nth-child(odd), table tbody tr:nth-child(odd) td {
  background-color: #f7f7fa;
}

table tbody tr:nth-child(even), table tbody tr:nth-child(even) td {
  background-color: #e3e5f1;
}

.table tbody td,
.table tbody span {
  color: #172b4d !important;
}

.table-dark .thead-light th {
  color: #fff !important;
}

table.table-dark tbody tr, table.table-dark tbody tr td {
  background-color: initial;
  color: #fff !important;
}

/* Menu do professor */
#menu2 {
  display: none;
}

@media (max-width: 767px) {
  table:not(.ignorar_table_css) thead {
    display: none;
  }
  table:not(.ignorar_table_css) tr {
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    margin-bottom: 10px;
  }
  table:not(.ignorar_table_css) td {
    width: 50%;
    position: relative;
    padding-top: 23px;
    border: none;
    border-top: 0;
  }
  table:not(.ignorar_table_css) td span {
    display: initial;
    font-weight: 800;
    text-transform: uppercase;
  }

  table.table-dark tbody td {
    border-top: 0 !important;
  }

  table.table-dark tbody tr:nth-child(odd), table.table-dark tbody tr:nth-child(odd) td {
    background-color: #f7f7fa;
    color: #172b4d !important;
  }
  
  table.table-dark tbody tr:nth-child(even), table.table-dark tbody tr:nth-child(even) td {
    background-color: #e3e5f1;
    color: #172b4d !important;
  }

  #multidate table:not(.ignorar_table_css) thead {
    display: initial;
  }
  #multidate table:not(.ignorar_table_css) tr {
    width: initial;
    margin-left: auto;
    margin-right: auto;
    background-color: initial;
    border-radius: 0;
    max-width: initial;
    display: block;
    margin-bottom: 0px;
  }
  #multidate table:not(.ignorar_table_css) td {
    width: 37px;
    position: relative;
    padding-top: initial;
    border: initial;
  }

  #menu1 {
    display: none;
  }
  #menu2 {
    display: initial;
  }

  #div_filtro,
  #div_lancamento,
  #div_planejamento,
  #div_avaliacao {
    position: absolute;
    top: 90px;
  }

  .fechar {
    display: none;
  }

  footer {
    display: none;
  }

  #div_planejamento {
    background-color: #5f73e3;
  }

  #div-table-semed {
    transition: all 1s ease-in-out !important;
  }
}
