.table-server-side .show-items,
.table-client-side .show-items {
  float: left;
}
.table-server-side .selected-items-count,
.table-client-side .selected-items-count {
  margin-bottom: 10px;
}
.table-server-side .no-data,
.table-client-side .no-data {
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 0px 0px 4px 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  padding: 6px;
  margin-top: -7px;
  margin-bottom: 7px;
}
.table-server-side .table-body span,
.table-client-side .table-body span {
  float: left;
}
.table-server-side .list-filter,
.table-client-side .list-filter,
.table-server-side .column-filter,
.table-client-side .column-filter {
  text-align: left;
}
.table-server-side .list-filter input[type="text"],
.table-client-side .list-filter input[type="text"],
.table-server-side .column-filter input[type="text"],
.table-client-side .column-filter input[type="text"] {
  width: 100%;
  min-height: 28px;
  box-sizing: border-box;
  margin-bottom: 0;
}
.table-server-side .column-sorter i,
.table-client-side .column-sorter i {
  width: 15px;
  height: 20px;
  display: block;
  float: right;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 0px 10%;
}
.table-server-side .column-sorter .ascending,
.table-client-side .column-sorter .ascending {
  background-image: url('../../../Images/sort_asc.png');
}
.table-server-side .column-sorter .descending,
.table-client-side .column-sorter .descending {
  background-image: url('../../../images/sort_desc.png');
}
.table-server-side .column-sorter .none,
.table-client-side .column-sorter .none {
  background-image: url('../../../images/sort_both.png');
}
.table-server-side .check-filter .check-filter-option a,
.table-client-side .check-filter .check-filter-option a {
  color: black;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  padding-left: 0;
}
.table-server-side .check-filter .check-filter-option i,
.table-client-side .check-filter .check-filter-option i {
  margin-left: 8px;
}
.table-server-side .table-header .table-length,
.table-client-side .table-header .table-length {
  float: left;
}
.table-server-side .table-header .table-length select,
.table-client-side .table-header .table-length select {
  width: 75px;
  float: left;
  margin-right: 10px;
}
.table-server-side .table-header .table-length label,
.table-client-side .table-header .table-length label {
  float: left;
  margin-top: 5px;
}
.table-server-side .table-header .export-buttons,
.table-client-side .table-header .export-buttons {
  float: right;
  margin-right: 10px;
}
.table-server-side .table-header .export-buttons .btn-excel span,
.table-client-side .table-header .export-buttons .btn-excel span {
  display: inline-block;
  line-height: 24px;
  padding-right: 30px;
  background: url(../../../Images/xls.png) no-repeat center right;
}
.table-server-side .table-header .export-buttons .btn-excel :hover,
.table-client-side .table-header .export-buttons .btn-excel :hover {
  background: url(../../../Images/xls_hover.png) no-repeat center right;
}
.table-server-side .table-body input[type="checkbox"],
.table-client-side .table-body input[type="checkbox"] {
  margin-top: -1px;
  margin-left: 5px;
  margin-right: -8px;
}
.table-server-side .table-body th,
.table-client-side .table-body th {
  white-space: nowrap;
}
.table-server-side .table-body th.column-check,
.table-client-side .table-body th.column-check {
  width: 22px;
}
.table-server-side .table-body th.column-with-sort,
.table-client-side .table-body th.column-with-sort {
  position: relative;
  padding-right: 25px;
}
.table-server-side .table-body th.column-with-sort .list-sorter,
.table-client-side .table-body th.column-with-sort .list-sorter,
.table-server-side .table-body th.column-with-sort .column-sorter,
.table-client-side .table-body th.column-with-sort .column-sorter {
  position: absolute;
  right: 2px;
}
.table-server-side .table-body th.column-with-sort .list-sorter i,
.table-client-side .table-body th.column-with-sort .list-sorter i,
.table-server-side .table-body th.column-with-sort .column-sorter i,
.table-client-side .table-body th.column-with-sort .column-sorter i {
  padding: 0;
}
.table-server-side .table-paginate,
.table-client-side .table-paginate {
  /* IE7 inline-block hack */
  *display: inline;
  *zoom: 1;
  display: inline-block;
  float: right;
  margin-left: 0;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.table-server-side .table-paginate .paginate-button,
.table-client-side .table-paginate .paginate-button,
.table-server-side .table-paginate .ellipsis,
.table-client-side .table-paginate .ellipsis {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
  border-left-width: 0;
  color: #0088cc;
  list-style: none;
  cursor: pointer;
}
.table-server-side .table-paginate .paginate-button:hover,
.table-client-side .table-paginate .paginate-button:hover,
.table-server-side .table-paginate .paginate-button.current,
.table-client-side .table-paginate .paginate-button.current {
  background-color: whitesmoke;
}
.table-server-side .table-paginate .paginate-button.current,
.table-client-side .table-paginate .paginate-button.current {
  color: #999999;
  cursor: default;
}
.table-server-side .table-paginate .paginate-button.disabled,
.table-client-side .table-paginate .paginate-button.disabled,
.table-server-side .table-paginate .paginate-button.disabled:hover,
.table-client-side .table-paginate .paginate-button.disabled:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.table-server-side .table-paginate .paginate-button.previous,
.table-client-side .table-paginate .paginate-button.previous {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-server-side .table-paginate .paginate-button.next,
.table-client-side .table-paginate .paginate-button.next {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
