/*
 * Table styles
 */
table.fedataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }
  table.fedataTable thead th,
  table.fedataTable tfoot th {
    font-weight: bold; }
  table.fedataTable thead th,
  table.fedataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111111; }
    table.fedataTable thead th:active,
    table.fedataTable thead td:active {
      outline: none; }
  table.fedataTable tfoot th,
  table.fedataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111111; }
  table.fedataTable thead .sorting_asc,
  table.fedataTable thead .sorting_desc,
  table.fedataTable thead .sorting {
    cursor: pointer;
    *cursor: hand; }
 /*
  table.fedataTable thead .sorting {
    background: url("./images/sort_both.png") no-repeat center right; }
  table.fedataTable thead .sorting_asc {
    background: url("./images/sort_asc.png") no-repeat center right; }
  table.fedataTable thead .sorting_desc {
    background: url("./images/sort_desc.png") no-repeat center right; }
  table.fedataTable thead .sorting_asc_disabled {
    background: url("./images/sort_asc_disabled.png") no-repeat center right; }
  table.fedataTable thead .sorting_desc_disabled {
    background: url("./images/sort_desc_disabled.png") no-repeat center right; }
 */
  table.fedataTable tbody tr {
    background-color: #ace7ae; }
    table.fedataTable tbody tr.selected {
      background-color: #b0bed9; }
  table.fedataTable tbody th,
  table.fedataTable tbody td {
    padding: 8px 10px; }
  table.fedataTable th.center,
  table.fedataTable td.center,
  table.fedataTable td.fedataTables_empty {
    text-align: center; }
  table.fedataTable th.right,
  table.fedataTable td.right {
    text-align: right; }
  table.fedataTable.row-border tbody th, table.fedataTable.row-border tbody td, table.fedataTable.display tbody th, table.fedataTable.display tbody td {
    border-top: 1px solid #dddddd; }
  table.fedataTable.row-border tbody tr:first-child th,
  table.fedataTable.row-border tbody tr:first-child td, table.fedataTable.display tbody tr:first-child th,
  table.fedataTable.display tbody tr:first-child td {
    border-top: none; }
  table.fedataTable.cell-border tbody th, table.fedataTable.cell-border tbody td {
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd; }
  table.fedataTable.cell-border tbody tr th:first-child,
  table.fedataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #dddddd; }
  table.fedataTable.cell-border tbody tr:first-child th,
  table.fedataTable.cell-border tbody tr:first-child td {
    border-top: none; }
  table.fedataTable.stripe tbody tr.odd, table.fedataTable.display tbody tr.odd {
    background-color: #a7e1a9; }
    table.fedataTable.stripe tbody tr.odd.selected, table.fedataTable.display tbody tr.odd.selected {
      background-color: #abb9d3; }
  table.fedataTable.hover tbody tr:hover,
  table.fedataTable.hover tbody tr.odd:hover,
  table.fedataTable.hover tbody tr.even:hover, table.fedataTable.display tbody tr:hover,
  table.fedataTable.display tbody tr.odd:hover,
  table.fedataTable.display tbody tr.even:hover {
    background-color: #a5dea7; }
    table.fedataTable.hover tbody tr:hover.selected,
    table.fedataTable.hover tbody tr.odd:hover.selected,
    table.fedataTable.hover tbody tr.even:hover.selected, table.fedataTable.display tbody tr:hover.selected,
    table.fedataTable.display tbody tr.odd:hover.selected,
    table.fedataTable.display tbody tr.even:hover.selected {
      background-color: #a9b7d1; }
  table.fedataTable.order-column tbody tr > .sorting_1,
  table.fedataTable.order-column tbody tr > .sorting_2,
  table.fedataTable.order-column tbody tr > .sorting_3, table.fedataTable.display tbody tr > .sorting_1,
  table.fedataTable.display tbody tr > .sorting_2,
  table.fedataTable.display tbody tr > .sorting_3 {
    background-color: #a8e2aa; }
  table.fedataTable.order-column tbody tr.selected > .sorting_1,
  table.fedataTable.order-column tbody tr.selected > .sorting_2,
  table.fedataTable.order-column tbody tr.selected > .sorting_3, table.fedataTable.display tbody tr.selected > .sorting_1,
  table.fedataTable.display tbody tr.selected > .sorting_2,
  table.fedataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad4; }
  table.fedataTable.display tbody tr.odd > .sorting_1, table.fedataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #a2daa4; }
  table.fedataTable.display tbody tr.odd > .sorting_2, table.fedataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #a3dca5; }
  table.fedataTable.display tbody tr.odd > .sorting_3, table.fedataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: #a5dda7; }
  table.fedataTable.display tbody tr.odd.selected > .sorting_1, table.fedataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b3cd; }
  table.fedataTable.display tbody tr.odd.selected > .sorting_2, table.fedataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a7b5ce; }
  table.fedataTable.display tbody tr.odd.selected > .sorting_3, table.fedataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b6d0; }
  table.fedataTable.display tbody tr.even > .sorting_1, table.fedataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #a8e2aa; }
  table.fedataTable.display tbody tr.even > .sorting_2, table.fedataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #a9e4ab; }
  table.fedataTable.display tbody tr.even > .sorting_3, table.fedataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #abe6ad; }
  table.fedataTable.display tbody tr.even.selected > .sorting_1, table.fedataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad4; }
  table.fedataTable.display tbody tr.even.selected > .sorting_2, table.fedataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #adbbd6; }
  table.fedataTable.display tbody tr.even.selected > .sorting_3, table.fedataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8; }
  table.fedataTable.display tbody tr:hover > .sorting_1,
  table.fedataTable.display tbody tr.odd:hover > .sorting_1,
  table.fedataTable.display tbody tr.even:hover > .sorting_1, table.fedataTable.order-column.hover tbody tr:hover > .sorting_1,
  table.fedataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
  table.fedataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
    background-color: #9dd49f; }
  table.fedataTable.display tbody tr:hover > .sorting_2,
  table.fedataTable.display tbody tr.odd:hover > .sorting_2,
  table.fedataTable.display tbody tr.even:hover > .sorting_2, table.fedataTable.order-column.hover tbody tr:hover > .sorting_2,
  table.fedataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
  table.fedataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
    background-color: #9fd5a0; }
  table.fedataTable.display tbody tr:hover > .sorting_3,
  table.fedataTable.display tbody tr.odd:hover > .sorting_3,
  table.fedataTable.display tbody tr.even:hover > .sorting_3, table.fedataTable.order-column.hover tbody tr:hover > .sorting_3,
  table.fedataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
  table.fedataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
    background-color: #a1d8a3; }
  table.fedataTable.display tbody tr:hover.selected > .sorting_1,
  table.fedataTable.display tbody tr.odd:hover.selected > .sorting_1,
  table.fedataTable.display tbody tr.even:hover.selected > .sorting_1, table.fedataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
  table.fedataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
  table.fedataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
    background-color: #a1aec7; }
  table.fedataTable.display tbody tr:hover.selected > .sorting_2,
  table.fedataTable.display tbody tr.odd:hover.selected > .sorting_2,
  table.fedataTable.display tbody tr.even:hover.selected > .sorting_2, table.fedataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
  table.fedataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
  table.fedataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
    background-color: #a2afc8; }
  table.fedataTable.display tbody tr:hover.selected > .sorting_3,
  table.fedataTable.display tbody tr.odd:hover.selected > .sorting_3,
  table.fedataTable.display tbody tr.even:hover.selected > .sorting_3, table.fedataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
  table.fedataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
  table.fedataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
    background-color: #a4b2cb; }
  table.fedataTable.no-footer {
    border-bottom: 1px solid #111111; }
 
table.fedataTable,
table.fedataTable th,
table.fedataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
 
/*
 * Control feature layout
 */
.fedataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }
  .fedataTables_wrapper .fedataTables_length {
    float: left; }
  .fedataTables_wrapper .fedataTables_filter {
    float: right;
    text-align: right; }
    .fedataTables_wrapper .fedataTables_filter input {
      margin-left: 0.5em; }
  .fedataTables_wrapper .fedataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em; }
  .fedataTables_wrapper .fedataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em; }
    .fedataTables_wrapper .fedataTables_paginate .paginate_button {
      box-sizing: border-box;
      display: inline-block;
      min-width: 1.5em;
      padding: 0.5em 1em;
      margin-left: 2px;
      text-align: center;
      text-decoration: none !important;
      cursor: pointer;
      *cursor: hand;
      color: #333333 !important;
      border: 1px solid transparent; }
      .fedataTables_wrapper .fedataTables_paginate .paginate_button.current, .fedataTables_wrapper .fedataTables_paginate .paginate_button.current:hover {
        color: #333333 !important;
        border: 1px solid #cacaca;
        background-color: white;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
        /* IE10+ */
        background: -o-linear-gradient(top, white 0%, gainsboro 100%);
        /* Opera 11.10+ */
        background: linear-gradient(to bottom, white 0%, gainsboro 100%);
        /* W3C */ }
      .fedataTables_wrapper .fedataTables_paginate .paginate_button.disabled, .fedataTables_wrapper .fedataTables_paginate .paginate_button.disabled:hover, .fedataTables_wrapper .fedataTables_paginate .paginate_button.disabled:active {
        cursor: default;
        color: #666 !important;
        border: 1px solid transparent;
        background: transparent;
        box-shadow: none; }
      .fedataTables_wrapper .fedataTables_paginate .paginate_button:hover {
        color: white !important;
        border: 1px solid #111111;
        background-color: #585858;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
        /* IE10+ */
        background: -o-linear-gradient(top, #585858 0%, #111111 100%);
        /* Opera 11.10+ */
        background: linear-gradient(to bottom, #585858 0%, #111111 100%);
        /* W3C */ }
      .fedataTables_wrapper .fedataTables_paginate .paginate_button:active {
        outline: none;
        background-color: #2b2b2b;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
        /* IE10+ */
        background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
        /* Opera 11.10+ */
        background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
        /* W3C */
        box-shadow: inset 0 0 3px #111; }
  .fedataTables_wrapper .fedataTables_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(172, 231, 174, 0)), color-stop(25%, rgba(172, 231, 174, 0.9)), color-stop(75%, rgba(172, 231, 174, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(172, 231, 174, 0) 0%, rgba(172, 231, 174, 0.9) 25%, rgba(172, 231, 174, 0.9) 75%, rgba(172, 231, 174, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(left, rgba(172, 231, 174, 0) 0%, rgba(172, 231, 174, 0.9) 25%, rgba(172, 231, 174, 0.9) 75%, rgba(172, 231, 174, 0) 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(left, rgba(172, 231, 174, 0) 0%, rgba(172, 231, 174, 0.9) 25%, rgba(172, 231, 174, 0.9) 75%, rgba(172, 231, 174, 0) 100%);
    /* IE10+ */
    background: -o-linear-gradient(left, rgba(172, 231, 174, 0) 0%, rgba(172, 231, 174, 0.9) 25%, rgba(172, 231, 174, 0.9) 75%, rgba(172, 231, 174, 0) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to right, rgba(172, 231, 174, 0) 0%, rgba(172, 231, 174, 0.9) 25%, rgba(172, 231, 174, 0.9) 75%, rgba(172, 231, 174, 0) 100%);
    /* W3C */ }
  .fedataTables_wrapper .fedataTables_length,
  .fedataTables_wrapper .fedataTables_filter,
  .fedataTables_wrapper .fedataTables_info,
  .fedataTables_wrapper .fedataTables_processing,
  .fedataTables_wrapper .fedataTables_paginate {
    color: #333333; }
  .fedataTables_wrapper .fedataTables_scroll {
    clear: both; }
    .fedataTables_wrapper .fedataTables_scroll div.fedataTables_scrollBody {
      *margin-top: -1px;
      -webkit-overflow-scrolling: touch; }
      .fedataTables_wrapper .fedataTables_scroll div.fedataTables_scrollBody th > div.fedataTables_sizing,
      .fedataTables_wrapper .fedataTables_scroll div.fedataTables_scrollBody td > div.fedataTables_sizing {
        height: 0;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important; }
  .fedataTables_wrapper.no-footer .fedataTables_scrollBody {
    border-bottom: 1px solid #111111; }
  .fedataTables_wrapper.no-footer div.fedataTables_scrollHead table,
  .fedataTables_wrapper.no-footer div.fedataTables_scrollBody table {
    border-bottom: none; }
  .fedataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
 
@media screen and (max-width: 767px) {
  .fedataTables_wrapper .fedataTables_info,
  .fedataTables_wrapper .fedataTables_paginate {
    float: none;
    text-align: center; }
  .fedataTables_wrapper .fedataTables_paginate {
    margin-top: 0.5em; } }
@media screen and (max-width: 640px) {
  .fedataTables_wrapper .fedataTables_length,
  .fedataTables_wrapper .fedataTables_filter {
    float: none;
    text-align: center; }
  .fedataTables_wrapper .fedataTables_filter {
    margin-top: 0.5em; } }