/*
  Sadj-specific CSS tweaks
*/

/* Sadj operation */

scriptdiv, linkdiv {
  display: none !important;
}

div.hide {
  display: none !important;
}

/* tables */

/* editable table cells */
tr > td.sadj-edit[contenteditable='true']:hover { background-color: #C9DBFF }
tr > td.sadj-edit[contenteditable='true']:focus, tr > td > select:focus { border: 1px solid #66AFE9; background-color: #FAFAFA }

tr > td.sadj-edit[data-changed='true'], tr > td[data-changed='true'] > select,
.table-striped > tbody > tr > td.sadj-edit[data-changed='true'] { background-color: #FFFFDD }

tr > td.sadj-edit[data-saved='true'],
.table-striped > tbody > tr > td.sadj-edit[data-saved='true'],
tr > td[data-saved='true'] > select { background-color: #CDE0C4 }

tr.sadj-failed { background-color: #FF8080 }

tr>td>select { background-color: #FAFAFA }

/* table layout */

table.table-fixed {
   table-layout:fixed;
}
td.clipped {
  text-overflow: clip; white-space: nowrap; overflow: hidden;
}
