/*
 * table styles
 */
table.datatable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * header and footer styles
   */
  /*
   * body styles
   */
}
table.datatable thead th,
table.datatable tfoot th {
  font-weight: bold;
}
table.datatable thead th,
table.datatable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111111;
}
table.datatable thead th:active,
table.datatable thead td:active {
  outline: none;
}
table.datatable tfoot th,
table.datatable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}
table.datatable thead .sorting_asc,
table.datatable thead .sorting_desc,
table.datatable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}
table.datatable thead .sorting {
  background:  no-repeat center right;
}
table.datatable thead .sorting_asc {
  background:  no-repeat center right;
}
table.datatable thead .sorting_desc {
  background:  no-repeat center right;
}
table.datatable thead .sorting_asc_disabled {
  background:  no-repeat center right;
}
table.datatable thead .sorting_desc_disabled {
  background:  no-repeat center right;
}
table.datatable tbody tr {
  background-color: white;
}
table.datatable tbody tr.selected {
  background-color: #b0bed9;
}
table.datatable tbody th,
table.datatable tbody td {
  padding: 8px 10px;
}
table.datatable th.center,
table.datatable td.center,
table.datatable td.datatables_empty {
  text-align: center;
}
table.datatable th.right,
table.datatable td.right {
  text-align: right;
}
table.datatable.row-border tbody th, table.datatable.row-border tbody td, table.datatable.display tbody th, table.datatable.display tbody td {
  border-top: 1px solid #dddddd;
}
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, table.datatable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.datatable.stripe tbody tr.odd.selected, table.datatable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.datatable.hover tbody tr:hover,
table.datatable.hover tbody tr.odd:hover,
table.datatable.hover tbody tr.even:hover, table.datatable.display tbody tr:hover,
table.datatable.display tbody tr.odd:hover,
table.datatable.display tbody tr.even:hover {
  background-color: whitesmoke;
}
table.datatable.hover tbody tr:hover.selected,
table.datatable.hover tbody tr.odd:hover.selected,
table.datatable.hover tbody tr.even:hover.selected, table.datatable.display tbody tr:hover.selected,
table.datatable.display tbody tr.odd:hover.selected,
table.datatable.display tbody tr.even:hover.selected {
  background-color: #a9b7d1;
}
table.datatable.order-column tbody tr > .sorting_1,
table.datatable.order-column tbody tr > .sorting_2,
table.datatable.order-column tbody tr > .sorting_3, table.datatable.display tbody tr > .sorting_1,
table.datatable.display tbody tr > .sorting_2,
table.datatable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.datatable.order-column tbody tr.selected > .sorting_1,
table.datatable.order-column tbody tr.selected > .sorting_2,
table.datatable.order-column tbody tr.selected > .sorting_3, table.datatable.display tbody tr.selected > .sorting_1,
table.datatable.display tbody tr.selected > .sorting_2,
table.datatable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.datatable.display tbody tr.odd > .sorting_1, table.datatable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.datatable.display tbody tr.odd > .sorting_2, table.datatable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.datatable.display tbody tr.odd > .sorting_3, table.datatable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.datatable.display tbody tr.odd.selected > .sorting_1, table.datatable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.datatable.display tbody tr.odd.selected > .sorting_2, table.datatable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.datatable.display tbody tr.odd.selected > .sorting_3, table.datatable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.datatable.display tbody tr.even > .sorting_1, table.datatable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.datatable.display tbody tr.even > .sorting_2, table.datatable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.datatable.display tbody tr.even > .sorting_3, table.datatable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.datatable.display tbody tr.even.selected > .sorting_1, table.datatable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.datatable.display tbody tr.even.selected > .sorting_2, table.datatable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.datatable.display tbody tr.even.selected > .sorting_3, table.datatable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.datatable.display tbody tr:hover > .sorting_1,
table.datatable.display tbody tr.odd:hover > .sorting_1,
table.datatable.display tbody tr.even:hover > .sorting_1, table.datatable.order-column.hover tbody tr:hover > .sorting_1,
table.datatable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.datatable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.datatable.display tbody tr:hover > .sorting_2,
table.datatable.display tbody tr.odd:hover > .sorting_2,
table.datatable.display tbody tr.even:hover > .sorting_2, table.datatable.order-column.hover tbody tr:hover > .sorting_2,
table.datatable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.datatable.order-column.hover tbody tr.even:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.datatable.display tbody tr:hover > .sorting_3,
table.datatable.display tbody tr.odd:hover > .sorting_3,
table.datatable.display tbody tr.even:hover > .sorting_3, table.datatable.order-column.hover tbody tr:hover > .sorting_3,
table.datatable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.datatable.order-column.hover tbody tr.even:hover > .sorting_3 {
  background-color: #eeeeee;
}
table.datatable.display tbody tr:hover.selected > .sorting_1,
table.datatable.display tbody tr.odd:hover.selected > .sorting_1,
table.datatable.display tbody tr.even:hover.selected > .sorting_1, table.datatable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.datatable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.datatable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.datatable.display tbody tr:hover.selected > .sorting_2,
table.datatable.display tbody tr.odd:hover.selected > .sorting_2,
table.datatable.display tbody tr.even:hover.selected > .sorting_2, table.datatable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.datatable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.datatable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.datatable.display tbody tr:hover.selected > .sorting_3,
table.datatable.display tbody tr.odd:hover.selected > .sorting_3,
table.datatable.display tbody tr.even:hover.selected > .sorting_3, table.datatable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.datatable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.datatable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.datatable.no-footer {
  border-bottom: 1px solid #111111;
}

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;
}
.datatables_wrapper .datatables_filter {
  float: right;
  text-align: right;
}
.datatables_wrapper .datatables_filter input {
  margin-left: 0.5em;
}
.datatables_wrapper .datatables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.datatables_wrapper .datatables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.datatables_wrapper .datatables_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;
}
.datatables_wrapper .datatables_paginate .paginate_button.current, .datatables_wrapper .datatables_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 */
}
.datatables_wrapper .datatables_paginate .paginate_button.disabled, .datatables_wrapper .datatables_paginate .paginate_button.disabled:hover, .datatables_wrapper .datatables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.datatables_wrapper .datatables_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 */
}
.datatables_wrapper .datatables_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;
}
.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;
}

@media screen and (max-width: 767px) {
  .datatables_wrapper .datatables_info,
  .datatables_wrapper .datatables_paginate {
    float: none;
    text-align: center;
  }
  .datatables_wrapper .datatables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .datatables_wrapper .datatables_length,
  .datatables_wrapper .datatables_filter {
    float: none;
    text-align: center;
  }
  .datatables_wrapper .datatables_filter {
    margin-top: 0.5em;
  }
}
