/* =============================================================================
   App specific CSS file.
   ========================================================================== */

.show-icon {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}

table thead th {
  background: transparent !important;
  white-space: nowrap;
}

table thead span.sort-icon {
  display: inline-block;
  padding-left: 5px;
  width: 16px;
  height: 16px;
}

table thead .sorting span {
  background: url("http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_both.png")
    no-repeat center right;
}
table thead .sorting_asc span {
  background: url("http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc.png")
    no-repeat center right;
}
table thead .sorting_desc span {
  background: url("http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc.png")
    no-repeat center right;
}

table thead .sorting_asc_disabled span {
  background: url("http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc_disabled.png")
    no-repeat center right;
}
table thead .sorting_desc_disabled span {
  background: url("http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc_disabled.png")
    no-repeat center right;
}

table thead .sorting::before,
table thead .sorting_asc::before,
table thead .sorting_desc::before,
table thead .sorting_asc_disabled::before,
table thead .sorting_desc_disabled::before {
  content: "" !important;
}

table thead .sorting::after,
table thead .sorting_asc::after,
table thead .sorting_desc::after,
table thead .sorting_asc_disabled::after,
table thead .sorting_desc_disabled::after {
  content: "" !important;
}

.scroll {
    overflow-y: auto;
}
