.table th {
  font-weight: bold;
  cursor: pointer; }
  .table th a {
    white-space: nowrap; }
.table td.editor, .table tbody tr:nth-child(odd) td.editor {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
  -webkit-transition-property: width, outline, background-color;
  -moz-transition-property: width, outline, background-color;
  -o-transition-property: width, outline, background-color;
  transition-property: width, outline, background-color;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
.table td.editor input[type=text] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none; }
.table td.error {
  background-color: rgba(255, 210, 77, 0.1);
  outline: 1px solid #ffd24d; }
.table tbody tr:nth-child(odd) td.error {
  background-color: rgba(255, 210, 77, 0.1);
  outline: 1px solid #ffd24d; }
.table td.editor :focus, .table th.editor:focus {
  outline: 0; }
.table .sort-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  border: 0;
  content: ""; }
.table .ascending .sort-caret {
  vertical-align: baseline;
  border-top: 0;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #000;
  border-left: 4px solid transparent; }
.table .descending .sort-caret {
  vertical-align: super;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent; }
.table .select-row-cell, .table .select-one-row-cell, .table .select-all-header-cell, .table .date-cell, .table .string-cell, .table .uri-cell, .table .email-cell, .table .string-cell.editor input[type=text], .table .uri-cell.editor input[type=text], .table .email-cell.editor input[type=text] {
  text-align: left; }
.table .time-cell, .table .datetime-cell, .table .number-cell, .table .integer-cell, .table .date-cell.editor input[type=text], .table .time-cell.editor input[type=text], .table .datetime-cell.editor input[type=text], .table .number-cell.editor input[type=text], .table .integer-cell.editor input[type=text] {
  text-align: right; }
.table .boolean-cell {
  text-align: left; }
  .table .boolean-cell.editor input[type=checkbox] {
    text-align: left; }
.table .select-cell {
  text-align: center; }
  .table .select-cell.editor {
    padding: 0; }
    .table .select-cell.editor select {
      display: block;
      width: 100%;
      height: 28px;
      padding: 4px 5px;
      margin: 0;
      line-height: 28px;
      vertical-align: middle;
      background-color: white;
      border: 0;
      outline: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .table .select-cell.editor :focus {
      border: 0;
      outline: 0; }
    .table .select-cell.editor select::-moz-focus-inner, .table .select-cell.editor optgroup::-moz-focus-inner, .table .select-cell.editor option::-moz-focus-inner, .table .select-cell.editor select::-o-focus-inner, .table .select-cell.editor optgroup::-o-focus-inner, .table .select-cell.editor option::-o-focus-inner {
      border: 0; }