.backofficeTable {
  text-align: center;
  border-collapse: separate;
  border-spacing: 0 10px;
  table-layout: auto;
  overflow-x: scroll;
  border: 0;
}

table.table.table-bordered.table-hover.table-striped thead.table-columns tr th {
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  background-color: #90acb0;
  border-left: none;
  border-top: 0;
  border-bottom: 0;
  border-right: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

table#formFieldsTable, table.table.table-bordered.table-hover.table-striped {
  text-align: center;
  border-collapse: separate;
  border-spacing: 0 10px;
  table-layout: auto;
  overflow-x: scroll;
  border: 0;
}

/*form#saveHelpDeskForm, form#saveComplaintForm, form#saveInfoForm, form#savePreScheduleForm{
    select.span6.offset3{
        appearance: auto;
    }
}*/
td.tdResult {
  white-space: nowrap;
}