table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  color: #3E5A7F;
  font-size: 14px;
  font-family: 'AvenirNext';
  font-weight: normal;
}
table.dataTable td a {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  max-width: 210px;
  overflow: hidden;
}
table.dataTable .emptytable-holder {
    background-color: rgb(246, 246, 246);
}
table.dataTable thead th:active,
table.dataTable thead td:active,
table.deftableheader th:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
}
table.dataTable tfoot td.altrow:nth-child(2n+1), table.dataTable tfoot td .altrow[nth="odd"] {
    border-bottom: 0px !important;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting_asc span {
  background: transparent url(../gfx/flavorstudio_general/fs_sorting_up.png) no-repeat center right;
  background-size: 12px auto;
  display: inline-block;
  padding-right: 15px;
}
table.dataTable thead .sorting_desc span {
  background: transparent url(../gfx/flavorstudio_general/fs_sorting_down.png) no-repeat center right;
  background-size: 12px auto;
  display: inline-block;
  padding-right: 15px;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 5px 9px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 5px 9px 3px 9px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px 5px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
  background-color: #f6f6f6;
  border-bottom: 1px solid #d2d2d2;
  padding: 22px 10px;
}
table.dataTable td.dataTables_empty a {
    position: relative;
    overflow: visible;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
    float: left;
    font-size: 13px;
    margin-left: 20px;
    margin-top: 16px;
    margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_length div.label_text {
    vertical-align: top;
    line-height: 29px;
    padding-right: 10px;
    display: inline-block;
}
.dataTables_wrapper .dataTables_filter {
    text-align: right;
    float: left;
    margin-left: 11px;
    margin-top: 15px;
    margin-bottom: 13px;
}
.dataTables_wrapper .dataTables_filter input {
    background: #fff;
    border: 1px solid #f1f1f1;
    color: rgb(140,140,140);
    font-size: 14px;
    height: 31px;
    outline: medium none;
    padding: 0 5px 0 8px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
}
.dataTables_info {
    font-size: 13px;
    margin-left: 20px;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    margin-top: 12px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-family: 'AvenirNext', 'open_sansregular';
    font-size: 14px;
    list-style: none outside none;
    padding: 0px !important;
    vertical-align: middle;
    color: #b4babe;
    display: inline-block;
    text-decoration: none;
    margin-left: 10px;
    cursor: pointer;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #f7f7f7;
    overflow: hidden;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #bdc3c7;
    color: #ffffff;
    font-family: 'AvenirNext', 'open_sansbold';
    display: inline-block;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover{
    font-weight: normal;
    background: #f7f7f7 url('../gfx/flavorstudio/table-prev.png') no-repeat center center !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:active {
    background: #9fb2ca url('../gfx/flavorstudio/table-prev-active.png') no-repeat center center !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover {
    font-weight: normal;
    background: #f7f7f7 url('../gfx/flavorstudio/table-next.png') no-repeat center center !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:active {
    background: #9fb2ca url('../gfx/flavorstudio/table-next-active.png') no-repeat center center !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: #9fb2ca;
    color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #b4babe !important;
    display: inline-block;
    font-family: 'open_sansregular' !important;
    cursor: default;
    background-color: #f7f7f7 !important;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.dataTables_length {
    margin-top: 10px;
}

.dataTables_length {
    font-size: 14px !important;
    color: #555555;
}

.dataTables_info {
    margin-left: 20px;
    margin-bottom: 13px;
    font-size: 14px !important;
    margin-top: 15px;
    color: #3C3C3C !important;
}

.dataTables_wrapper .dk_container {
    font-family: 'open_sansregular';
    font-size: 12px;
    line-height: 20px;
    margin-left: 3px;
    background-color: #fff !important;
}