.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*
 * Table
 */

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
}

table.dataTable thead th {
  padding: 3px 18px 3px 10px;
  font-weight: bold;
  cursor: pointer;
  *cursor: hand;
  border-bottom: 1px solid black;
}

table.dataTable tfoot th {
  padding: 3px 18px 3px 10px;
  font-weight: bold;
  border-top: 1px solid black;
}

table.dataTable td {
  padding: 3px 10px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable tr.odd {
  background-color: #E2E4FF;
}

table.dataTable tr.even {
  background-color: white;
}

table.dataTable tr.odd td.sorting_1 {
  background-color: #D3D6FF;
}

table.dataTable tr.odd td.sorting_2 {
  background-color: #DADCFF;
}

table.dataTable tr.odd td.sorting_3 {
  background-color: #E0E2FF;
}

table.dataTable tr.even td.sorting_1 {
  background-color: #EAEBFF;
}

table.dataTable tr.even td.sorting_2 {
  background-color: #F2F3FF;
}

table.dataTable tr.even td.sorting_3 {
  background-color: #F9F9FF;
}

/*
 * Table wrapper
 */

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
}

/*
 * Page length menu
 */

.dataTables_length {
  float: left;
}

/*
 * Filter
 */

.dataTables_filter {
  float: right;
  text-align: right;
}

/*
 * Table information
 */

.dataTables_info {
  float: left;
  clear: both;
}

/*
 * Pagination
 */

.dataTables_paginate {
  float: right;
  text-align: right;
}

/* Two button pagination - previous / next */

.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
  float: left;
  height: 19px;
  color: #111 !important;
  cursor: pointer;
  *cursor: hand;
}

.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
  text-decoration: none !important;
}

.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
  outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
  color: #666 !important;
}

.paginate_disabled_previous,
.paginate_enabled_previous {
  padding-left: 23px;
}

.paginate_disabled_next,
.paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px;
}

.paginate_enabled_previous {
  background: url('../../Images/BentoImages/back_enabled.png') no-repeat top left;
}

.paginate_enabled_previous:hover {
  background: url('../../Images/BentoImages/back_enabled_hover.png') no-repeat top left;
}

.paginate_disabled_previous {
  background: url('../../Images/BentoImages/back_disabled.png') no-repeat top left;
}

.paginate_enabled_next {
  background: url('../../Images/BentoImages/forward_enabled.png') no-repeat top right;
}

.paginate_enabled_next:hover {
  background: url('../../Images/BentoImages/forward_enabled_hover.png') no-repeat top right;
}

.paginate_disabled_next {
  background: url('../../Images/BentoImages/forward_disabled.png') no-repeat top right;
}

/* Full number pagination */

.paging_full_numbers {
  height: 22px;
  line-height: 22px;
}

.paging_full_numbers a:active {
  outline: none;
}

.paging_full_numbers a:hover {
  text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
  padding: 2px 5px;
  margin: 0 3px;
  color: #333 !important;
  cursor: pointer;
  *cursor: hand;
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.paging_full_numbers a.paginate_button {
  background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
  text-decoration: none !important;
  background-color: #ccc;
}

.paging_full_numbers a.paginate_active {
  background-color: #99B3FF;
}

/*
 * Processing indicator
 */

.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  padding: 14px 0 2px 0;
  margin-top: -15px;
  margin-left: -125px;
  font-size: 14px;
  color: #999;
  text-align: center;
  background-color: white;
  border: 1px solid #ddd;
}

/*
 * Sorting
 */

.sorting {
  background: url('../../Images/BentoImages/sort_both.png') no-repeat center right;
}

.sorting_asc {
  background: url('../../Images/BentoImages/sort_asc.png') no-repeat center right;
}

.sorting_desc {
  background: url('../../Images/BentoImages/sort_desc.png') no-repeat center right;
}

.sorting_asc_disabled {
  background: url('../../Images/BentoImages/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
  background: url('../../Images/BentoImages/sort_desc_disabled.png') no-repeat center right;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

/*
 * Scrolling
 */

.dataTables_scroll {
  clear: both;
}

.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper select,
.dataTables_wrapper textarea,
.dataTables_wrapper input {
  margin-bottom: 0;
}

.dataTables_wrapper .dataTables_length select {
  width: 80px;
}

.dataTables_wrapper table.dataTable {
  width: 100%;
  border-top: 1px solid #dadada;
}

.dataTables_wrapper table.dataTable thead tr th {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 82%;
  text-align: left;
  text-transform: uppercase;
  vertical-align: bottom;
  background-color: #f8f8f8;
  background-color: #e7e7e7;
  border-bottom: 1px solid #c6c6c6;
}

.dataTables_wrapper table.dataTable thead tr th.sorting_asc,
.dataTables_wrapper table.dataTable thead tr th.sorting_desc {
  background-color: #ECECEC;
}

.dataTables_wrapper table.dataTable thead tr th.sorting {
  background-image: none;
}

.dataTables_wrapper table.dataTable tbody tr td.group {
  font-weight: bold;
  background-color: #EEE;
  border-top: 0;
  border-bottom: 1px solid #DDD;
}

.dataTables_wrapper table.dataTable tbody tr.odd,
.dataTables_wrapper table.dataTable tbody tr.even {
  background-color: white;
}

.dataTables_wrapper table.dataTable tbody tr.odd td,
.dataTables_wrapper table.dataTable tbody tr.even td {
  padding-top: 7px;
  padding-bottom: 7px;
  border: none;
  border-bottom: 1px solid #dadada;
}

.dataTables_wrapper table.dataTable tbody tr.odd td.sorting_1,
.dataTables_wrapper table.dataTable tbody tr.even td.sorting_1,
.dataTables_wrapper table.dataTable tbody tr.odd td.sorting_2,
.dataTables_wrapper table.dataTable tbody tr.even td.sorting_2,
.dataTables_wrapper table.dataTable tbody tr.odd td.sorting_3,
.dataTables_wrapper table.dataTable tbody tr.even td.sorting_3 {
  background-color: #f8f8f8;
}

.dataTables_wrapper table.dataTable tbody tr.DTTT_selected.odd,
.dataTables_wrapper table.dataTable tbody tr.DTTT_selected.even {
  background-color: #e2e2e2;
}

.dataTables_wrapper table.dataTable tbody tr.DTTT_selected.odd td.sorting_1,
.dataTables_wrapper table.dataTable tbody tr.DTTT_selected.odd td.sorting_2,
.dataTables_wrapper table.dataTable tbody tr.DTTT_selected.odd td.sorting_3 {
  background-color: #e2e2e2;
}

.dataTables_wrapper table.dataTable tbody tr.DTTT_selected.even td.sorting_1,
.dataTables_wrapper table.dataTable tbody tr.DTTT_selected.even td.sorting_2,
.dataTables_wrapper table.dataTable tbody tr.DTTT_selected.even td.sorting_3 {
  background-color: #e2e2e2;
}

.dataTables_wrapper table.dataTable tfoot th {
  font-size: 82%;
  text-transform: uppercase;
  vertical-align: bottom;
  background-color: #e7e7e7;
  border: none;
  border-bottom: 1px solid #c6c6c6;
}

.dataTables_wrapper table.dataTable .filter_text {
  font-size: 13px;
  line-height: 11px;
}

.dataTables_wrapper table.dataTable .text_filter {
  padding: 3px;
  font-size: 13px;
  line-height: 11px;
  background-color: white;
  border: 1px solid #dadada;
}

.dataTables_wrapper .dataTables_scrollBody {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.dataTables_wrapper div.DTTT_container,
.dataTables_wrapper div.DTTT_container:hover {
  float: none;
  height: 40px;
  margin: 0;
  overflow: hidden;
  background-color: #787878;
  zoom: 1;
}

.dataTables_wrapper div.DTTT_container a,
.dataTables_wrapper div.DTTT_container:hover a {
  height: 28px;
  padding: 12px 12px 0 12px;
  margin-right: 0;
  font-size: 12px;
  color: #F5F5F5 !important;
  background: transparent;
  border: none;
  border-right: 1px solid #606060;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  filter: none;
  box-shadow: none;
}

.dataTables_wrapper div.DTTT_container a:hover,
.dataTables_wrapper div.DTTT_container:hover a:hover {
  color: white !important;
}

.dataTables_wrapper div.DTTT_container a.DTTT_disabled,
.dataTables_wrapper div.DTTT_container:hover a.DTTT_disabled {
  color: #AAA !important;
  cursor: default;
}
