
.dataTables_filter {
  display: none;
}

table.dataTable {
  width: 100% !important
}

table.dataTable thead tr {
  height: 12px;
}

table.dataTable thead th {
  font-size: 10pt;
}

@media ( min-height: 1001px ){	/* über 1001px */
  table.dataTable tbody tr.odd, table.dataTable tbody tr.even {
    font-size: 11pt;
  }
  table.dataTable tbody td { padding: 4px 2px }
}
 
@media ( (min-height: 901px) and (max-height: 1000px) ){	/* zwischen 900 und 1000px */
  table.dataTable tbody tr.odd, table.dataTable tbody tr.even {
    font-size: 10pt;
  }
  table.dataTable tbody td { padding: 3px 2px }
}

@media ( max-height: 900px ){	/* bis 900px */
  table.dataTable tbody tr.odd, table.dataTable tbody tr.even {
    font-size: 9pt;
  }
  table.dataTable tbody td { padding: 2px 2px }
}

table.dataTable tbody td {
  cursor: pointer
}

table#top_right_data_table, table#top_left_data_table,
table#bot_right_data_table, table#bot_left_data_table{
/*! table-layout: fixed */
}

table.display.dataTable td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

table.display.dataTable td.dt-doc-version { text-align: center }

table#bot_left_data_table td.dt-blk-document { max-width: 180px }

table#top_right_data_table td.dt-doc-name { max-width: 180px }

table#bot_right_data_table td.dt-sel-name { max-width: 180px }

table#blk_data_table td.dt-blk-id.id { text-align: center }
table#blk_data_table td.dt-blk-document { max-width: 200px }
table#blk_data_table td.dt-blk-signature { max-width: 80px }

a#bot_right_data_table_previous { padding-left: 3px }

#bot_right_data_table_paginate span .ellipsis { padding: 0 }

table#doc_data_table td.dt-doc-name { max-width: 180px }
table#doc_data_table td.dt-doc-crewhen { max-width: 140px }

.dataTables_wrapper {
  border: 1px solid rgb(68, 68, 68)
}

.dataTables_info{ padding-left: 8px}

.dt-eml-subject { max-width: 200px }

.dt-prs-short.short { max-width: 80px }
.dt-prs-name.name { max-width: 120px }
.dt-prs-starsse.starsse { max-width: 100px }
.dt-prs-rolleset.rolleset { max-width: 80px }
.dt-prs-email.email { max-width: 100px }
.dt-off-name.name { max-width: 200px }
.dt-off-category.category { max-width: 120px }

.dt-buc-what.what { max-width: 17vw }
.dt-buc-std.std { text-align: right }
