/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead .sorting {
  background-image: url(/../images/sort_both.png);
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead .sorting_asc {
  background-image: url(/../images/sort_asc.png);
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead .sorting_desc {
  background-image: url(/../images/sort_desc.png);
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead .sorting_asc_disabled {
  background-image: url(/../images/sort_asc_disabled.png);
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead .sorting_desc_disabled {
  background-image: url(/../images/sort_desc_disabled.png);
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable tbody tr {
  background-color: #ffffff;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
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 #ddd;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
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;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.hover tbody tr.selected:hover, table.dataTable.display tbody tr.selected:hover {
  background-color: #aab7d1;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
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: #fafafa;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
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: #acbad5;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_1 {
  background-color: #a2aec7;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_2 {
  background-color: #a3b0c9;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.display tbody tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_3 {
  background-color: #a5b2cb;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
table.dataTable, table.dataTable th, table.dataTable td {
  box-sizing: content-box;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_length {
  float: left;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.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: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.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;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.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));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.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)));
  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%);
  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%);
  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%);
  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%);
  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%);
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

/* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  /* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  /* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  /* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  /* line 1, vendor/assets/stylesheets/data-tables/jquery.dataTables.min.css */
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/* line 1, vendor/assets/stylesheets/floating-scroll/jquery.floatingscroll.css */
.fl-scrolls {
  bottom: 0;
  height: 35px;
  overflow: auto;
  position: fixed;
}

/* line 1, vendor/assets/stylesheets/floating-scroll/jquery.floatingscroll.css */
.fl-scrolls div {
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

/* line 1, vendor/assets/stylesheets/floating-scroll/jquery.floatingscroll.css */
.fl-scrolls div:before {
  content: "\A0";
}

/* line 1, vendor/assets/stylesheets/floating-scroll/jquery.floatingscroll.css */
.fl-scrolls, .fl-scrolls div {
  font-size: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
}

/* line 1, vendor/assets/stylesheets/floating-scroll/jquery.floatingscroll.css */
.fl-scrolls-hidden {
  bottom: 9999px;
}

/* line 1, vendor/assets/stylesheets/floating-scroll/jquery.floatingscroll.css */
.fl-scrolls-hidden div:before {
  content: "\A0\A0";
}

/* line 1, vendor/assets/stylesheets/floating-scroll/jquery.floatingscroll.css */
.fl-scrolls-viewport {
  position: relative;
}

/* line 1, vendor/assets/stylesheets/floating-scroll/jquery.floatingscroll.css */
.fl-scrolls-body {
  overflow: auto;
}

/* line 1, vendor/assets/stylesheets/floating-scroll/jquery.floatingscroll.css */
.fl-scrolls-viewport .fl-scrolls {
  left: 0;
  position: absolute;
}

/* line 1, vendor/assets/stylesheets/floating-scroll/jquery.floatingscroll.css */
.fl-scrolls-hoverable .fl-scrolls {
  opacity: 0;
  transition: opacity .5s .3s;
}

/* line 1, vendor/assets/stylesheets/floating-scroll/jquery.floatingscroll.css */
.fl-scrolls-hoverable:hover .fl-scrolls {
  opacity: 1;
}

/* line 7, app/assets/stylesheets/cross_reference_search.scss */
html {
  overflow-x: scroll;
}

/* line 11, app/assets/stylesheets/cross_reference_search.scss */
table.button-list-table {
  width: auto;
}

/* line 15, app/assets/stylesheets/cross_reference_search.scss */
table.dataTable.search-index-table {
  border-collapse: collapse !important;
  /*table-layout: fixed;*/
}

/* line 20, app/assets/stylesheets/cross_reference_search.scss */
table.search-index-table td {
  border: 2px solid #e9ecef;
}

/* line 24, app/assets/stylesheets/cross_reference_search.scss */
table.search-index-table td.hover {
  background-color: #FBFBEF !important;
}

/* line 28, app/assets/stylesheets/cross_reference_search.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: whitesmoke;
}

/* line 33, app/assets/stylesheets/cross_reference_search.scss */
table.search-index-table thead tr th {
  padding: 8px;
  border: 2px solid #e9ecef;
  text-align: center;
  word-wrap: break-word;
}

/* line 38, app/assets/stylesheets/cross_reference_search.scss */
table.search-index-table thead tr th label {
  font-weight: bold;
}

/* line 41, app/assets/stylesheets/cross_reference_search.scss */
table.search-index-table thead tr th:nth-child(4) {
  width: 150px !important;
}

/* line 46, app/assets/stylesheets/cross_reference_search.scss */
table.search-index-table tbody tr td:first-child {
  text-align: center;
  vertical-align: middle;
}

/* line 53, app/assets/stylesheets/cross_reference_search.scss */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0px;
}

/* line 57, app/assets/stylesheets/cross_reference_search.scss */
th {
  background-color: #FBE5E7;
}

/* line 61, app/assets/stylesheets/cross_reference_search.scss */
th img {
  vertical-align: middle;
}

/* line 65, app/assets/stylesheets/cross_reference_search.scss */
.typename-annotation {
  margin: 5px 0 10px;
}

/* line 68, app/assets/stylesheets/cross_reference_search.scss */
.typename-annotation label {
  font-weight: normal;
}

/* line 72, app/assets/stylesheets/cross_reference_search.scss */
#data-table {
  width: 100%;
  min-width: 1500px;
}

/* line 77, app/assets/stylesheets/cross_reference_search.scss */
table.dataTable {
  width: auto;
  max-width: none;
}

/* line 80, app/assets/stylesheets/cross_reference_search.scss */
table.dataTable thead th {
  vertical-align: middle;
}

/* line 83, app/assets/stylesheets/cross_reference_search.scss */
table.dataTable thead tr th {
  border: 2px solid #e9ecef;
  min-width: 60px;
  text-align: center;
  white-space: nowrap;
  padding: 10px 60px;
}

/* line 89, app/assets/stylesheets/cross_reference_search.scss */
table.dataTable thead tr th:first-child {
  min-width: 60px;
  text-align: center;
  white-space: nowrap;
  padding: 10px 60px;
}

/* line 94, app/assets/stylesheets/cross_reference_search.scss */
table.dataTable thead tr th:first-child:first-child {
  min-width: 40px;
  padding: 10px;
}

/* line 98, app/assets/stylesheets/cross_reference_search.scss */
table.dataTable thead tr th:first-child label {
  font-weight: bold;
}

/* line 102, app/assets/stylesheets/cross_reference_search.scss */
table.dataTable thead tr th.datasheet-head {
  padding: 10px;
  min-width: 70px;
}

/* line 106, app/assets/stylesheets/cross_reference_search.scss */
table.dataTable thead tr th.eda_cad-head {
  padding: 10px;
  min-width: 120px;
}

/* line 112, app/assets/stylesheets/cross_reference_search.scss */
table.dataTable tbody tr td:first-child {
  text-align: center;
  vertical-align: middle;
}

/* line 119, app/assets/stylesheets/cross_reference_search.scss */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0px;
}

/* line 123, app/assets/stylesheets/cross_reference_search.scss */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* line 127, app/assets/stylesheets/cross_reference_search.scss */
::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

/* line 131, app/assets/stylesheets/cross_reference_search.scss */
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/* line 137, app/assets/stylesheets/cross_reference_search.scss */
.DTFC_LeftBodyLiner {
  width: auto !important;
}

/* line 141, app/assets/stylesheets/cross_reference_search.scss */
.video-link a {
  padding: 3px 12px !important;
}

/* line 145, app/assets/stylesheets/cross_reference_search.scss */
.video-link i {
  vertical-align: middle;
  font-size: 25px;
}

/* line 150, app/assets/stylesheets/cross_reference_search.scss */
.video-link span {
  line-height: 30px;
}

/* line 154, app/assets/stylesheets/cross_reference_search.scss */
.condition_title {
  font-size: 24px;
}

/* line 158, app/assets/stylesheets/cross_reference_search.scss */
.condition_title_child {
  font-size: 18px;
}

/* line 162, app/assets/stylesheets/cross_reference_search.scss */
.condition_title_child_parenthesis {
  font-size: 15px;
}

/* line 166, app/assets/stylesheets/cross_reference_search.scss */
.condition_no_login_child {
  font-size: 15px;
}

/* line 170, app/assets/stylesheets/cross_reference_search.scss */
.category_image {
  margin-right: 5px;
  margin-bottom: 5px;
}

/* line 175, app/assets/stylesheets/cross_reference_search.scss */
.category_image_row {
  flex: 0 0 6%;
  min-width: 160px;
  max-width: 6%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 186, app/assets/stylesheets/cross_reference_search.scss */
.no_login_message {
  text-decoration: underline;
}

/* line 191, app/assets/stylesheets/cross_reference_search.scss */
a.bold_arial {
  font-family: "Arial Black", Arial, sans-serif;
}

/* line 195, app/assets/stylesheets/cross_reference_search.scss */
button.close {
  padding: 8px 12px;
}

/* line 199, app/assets/stylesheets/cross_reference_search.scss */
.tooltip-main {
  width: 15px;
  height: 30px;
  border-radius: 50%;
  font-weight: 700;
  background: #ffffff;
  border: 2px solid #000000;
  color: #000000;
  margin: 4px 121px 0 5px;
  float: right;
  text-align: left !important;
}

/* line 212, app/assets/stylesheets/cross_reference_search.scss */
.tooltip-qm {
  float: left;
  margin: -2px 0px 3px 4px;
  font-size: 12px;
}

/* line 218, app/assets/stylesheets/cross_reference_search.scss */
.tooltip-inner {
  max-width: 350px !important;
  font-size: 12px;
  padding: 10px 15px 10px 20px;
  background: #FFFFFF;
  color: #000000;
  border: 2px solid #000000 !important;
  text-align: left;
}

/* line 228, app/assets/stylesheets/cross_reference_search.scss */
.tooltip.in {
  opacity: 1 !important;
  filter: alpha(opacity=100);
}

/* line 229, app/assets/stylesheets/cross_reference_search.scss */
.tooltip.show {
  opacity: 1 !important;
  filter: alpha(opacity=100);
}

@media (max-width: 768px) {
  /* line 237, app/assets/stylesheets/cross_reference_search.scss */
  .video-link .btn {
    margin-bottom: 10px;
    margin-left: 0 !important;
  }
  /* line 242, app/assets/stylesheets/cross_reference_search.scss */
  .video-link .btn:last-child {
    margin-bottom: 0;
  }
}
