/* Custom CSS to prevent the content 
to go underneath the navbar */
body{
  padding-top: 70px;
}

/* Hide the default search of the Datatable */
/* .dt-search {
  display: none;
} */

td.relic-icon {
  text-align: center !important;
}

.relic-icon img {
  max-width:30px;
  max-height:30px;
}

td.item-icon {
  text-align: center !important;
  vertical-align: middle;
}

.item-icon img {
  max-width:30px;
  max-height:30px;
}

.icon img {
  max-width:30px;
  max-height:30px;
}

.sm-icon {
  max-width: 22px;
  max-height: 22px;
  margin-right: 5px;
}

.xs-icon {
  width: 20px;
  margin-right: 5px;
}

/* td.dropdown-spacer {
  min-width: 30px !important;
} */

.hidden-header {
  visibility: collapse;
}

table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td.sub-table {
  padding: 0;
}

div.dt-container > div.dt-layout-row.dt-layout-table > div.dt-layout-cell {
  padding: 0;
}

td.sub-table table.dataTable > tbody > tr > td {
  padding-top: 5px;
  padding-bottom: 5px;
}

tr.vaulted td {
  background: #3D4144;
}

tr.unvaulted td {
  background: #3D4144;
}

tr.item-vaulted td {
  background: #494d51;
}

tr.item-unvaulted td {
  background: #494d51;
}
