/* Table :: Record Rows
   ============================= */

.active-scaffold tr.record td {
background-color: #f5dbb6;
border-bottom: solid 1px #5a4625;
border-left: solid 1px #5a4625;
}


.active-scaffold tr.even-record td {
background-color: #d6e2ff;
}

.active-scaffold tr.record td.sorted {
background-color: #e5cba6;
border-bottom: solid 1px #5a4625;
}

.active-scaffold tr.even-record td.sorted {
background-color: #d6e2ef;
}

.active-scaffold select:focus,
.active-scaffold input.text-input:focus,
.active-scaffold .text-input:focus {
background-color: #dde7f4;
}

/* Table :: Actions (Edit, Delete)
   ============================= */

.active-scaffold tr.record td.actions {
border-right: solid 1px #5a4625;
}

/* Table :: Inline Adapter
   ============================= */

.active-scaffold .view {
background-color: #f5dbb6;
border: solid 1px #5a4625;
}




