/* tables */

.databaseTable_holder {
  overflow: hidden;
  margin: 1rem auto 3rem auto;
  display: table;
  table-layout: fixed;
  width: 100%;
}

div[class*=databaseTable_import_wrap] {
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: scroll;
  border: 1px solid #ccc;
  border-top: none;
}

.databaseTable {
  position: relative;
}

.databaseTable_import_wrap div img {
  padding: 40px;
}

.databaseTable_import_wrap div {
  text-transform: uppercase;
  padding: 1.25em;
}

.databaseTable_heading {
  color: #fff;
  height: 3em;
  position: relative;
}

.databaseTable_heading input {
  position: absolute;
  /*right: 0;*/
  top: 0;
  bottom: 0;
  margin: 0;
  height: 100%;
  padding: 0px 0.5em;
  border: none;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
}

.databaseTable_import {
  background-color: #fff;
  margin: 0px;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.databaseTable_import tr.even {
  background: #f5f5f5;
}

.databaseTable_import th {
  background-color: #efefef;
  border-bottom: solid 0.125em #dfdfdf;
  color: #444;
  padding: 0.5em 0.5em;
  text-transform: uppercase;
  font: 700 1em/1em roboto condensed, arial, sans-serif;
}

.databaseTable_import th:hover {
  background-color: #efefef;
  border-bottom: solid 0.125em #D28700;
}

.databaseTable_import .headerSortUp {
  background-image: url(https://campus.mst.edu/emctest/t4_template/content_types/search_sort_table/images/asc.gif);
}

.databaseTable_import .headerSortDown {
  background-image: url(https://campus.mst.edu/emctest/t4_template/content_types/search_sort_table/images/desc.gif);
}

.databaseTable_import .headerSortDown, .databaseTable_import .headerSortUp {
  border-bottom-color: #D28700;
  background-color: #f9f9f9;
}

.databaseTable_import thead tr .header {
  background-image: url(../../assets/img/icns.svg);
  background-size: 2em;
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  padding-right: 2em;
  border-right: 1px solid #ccc;
}

.databaseTable_import td {
  color: #333;
  padding: 0.25em 0.5em;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.databaseTable_import td {
  position: relative;
}

a[target='_blank']:after {
  content: url(../../assets/img/box-arrow-up-right.svg);
  transform: scale(.95);
  margin-left: 0.25rem;
}

