.footable-details.table,
.footable-details.table *,
.footable.table,
.footable.table * {
  box-sizing: border-box;
}
.footable-details.table th,
.footable.table th {
  text-align: left;
}
.footable-details.table,
.footable.table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.footable.table tbody tr td,
.footable.table tr th {
  word-break: keep-all;
}
.footable-details.table > caption + thead > tr:first-child > td,
.footable-details.table > caption + thead > tr:first-child > th,
.footable-details.table > colgroup + thead > tr:first-child > td,
.footable-details.table > colgroup + thead > tr:first-child > th,
.footable-details.table > thead:first-child > tr:first-child > td,
.footable-details.table > thead:first-child > tr:first-child > th,
.footable.table > caption + thead > tr:first-child > td,
.footable.table > caption + thead > tr:first-child > th,
.footable.table > colgroup + thead > tr:first-child > td,
.footable.table > colgroup + thead > tr:first-child > th,
.footable.table > thead:first-child > tr:first-child > td,
.footable.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.footable-details.table > tbody > tr > td,
.footable-details.table > tbody > tr > th,
.footable-details.table > tfoot > tr > td,
.footable-details.table > tfoot > tr > th,
.footable-details.table > thead > tr > td,
.footable-details.table > thead > tr > th,
.footable.table > tbody > tr > td,
.footable.table > tbody > tr > th,
.footable.table > tfoot > tr > td,
.footable.table > tfoot > tr > th,
.footable.table > thead > tr > td,
.footable.table > thead > tr > th {
  border-top: 1px solid transparent;
  line-height: 1.42857143;
  padding: 8px;
  vertical-align: top;
}
.footable-details.table > thead > tr > td,
.footable-details.table > thead > tr > th,
.footable.table > thead > tr > td,
.footable.table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  vertical-align: bottom;
}
.footable-details.table-condensed > tbody > tr > td,
.footable-details.table-condensed > tbody > tr > th,
.footable-details.table-condensed > tfoot > tr > td,
.footable-details.table-condensed > tfoot > tr > th,
.footable-details.table-condensed > thead > tr > td,
.footable-details.table-condensed > thead > tr > th,
.footable.table-condensed > tbody > tr > td,
.footable.table-condensed > tbody > tr > th,
.footable.table-condensed > tfoot > tr > td,
.footable.table-condensed > tfoot > tr > th,
.footable.table-condensed > thead > tr > td,
.footable.table-condensed > thead > tr > th {
  padding: 5px;
}
.footable-details.table-bordered,
.footable-details.table-bordered > tbody > tr > td,
.footable-details.table-bordered > tbody > tr > th,
.footable-details.table-bordered > tfoot > tr > td,
.footable-details.table-bordered > tfoot > tr > th,
.footable-details.table-bordered > thead > tr > td,
.footable-details.table-bordered > thead > tr > th,
.footable.table-bordered,
.footable.table-bordered > tbody > tr > td,
.footable.table-bordered > tbody > tr > th,
.footable.table-bordered > tfoot > tr > td,
.footable.table-bordered > tfoot > tr > th,
.footable.table-bordered > thead > tr > td,
.footable.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.footable-details.table-bordered > thead > tr > td,
.footable-details.table-bordered > thead > tr > th,
.footable.table-bordered > thead > tr > td,
.footable.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.footable-details.table-striped > tbody > tr:nth-child(odd),
.footable.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.footable-details.table-hover > tbody > tr:hover,
.footable.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.footable .btn {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  margin-bottom: 0;
  overflow: visible;
  padding: 6px 12px;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.footable .btn.focus,
.footable .btn:focus,
.footable .btn:hover {
  color: #333;
  text-decoration: none;
}
.footable .btn-default {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.footable .btn-default.active,
.footable .btn-default.focus,
.footable .btn-default:active,
.footable .btn-default:focus,
.footable .btn-default:hover,
.footable .open > .dropdown-toggle.btn-default {
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #333;
}
.footable .btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}
.footable .btn-primary.active,
.footable .btn-primary.focus,
.footable .btn-primary:active,
.footable .btn-primary:focus,
.footable .btn-primary:hover,
.footable .open > .dropdown-toggle.btn-primary {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}
.footable .btn-group,
.footable .btn-group-vertical {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.footable .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.footable .btn-group > .btn:first-child {
  margin-left: 0;
}
.footable .btn-group-vertical > .btn,
.footable .btn-group > .btn {
  float: left;
  position: relative;
}
.footable .btn-group-xs > .btn,
.footable .btn-xs {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 5px;
}
.footable .btn-group-sm > .btn,
.footable .btn-sm {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
}
.footable .btn-group-lg > .btn,
.footable .btn-lg {
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.3333333;
  padding: 10px 16px;
}
.footable .caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}
.footable .btn .caret {
  margin-left: 0;
}
.form-group {
  margin-bottom: 15px;
}
.footable .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555;
  display: block;
  font-family: inherit;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857143;
  margin: 0;
  padding: 6px 12px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 100%;
}
.footable .input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}
.footable .input-group .form-control {
  float: left;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
.footable .input-group-btn {
  font-size: 0;
  position: relative;
  white-space: nowrap;
}
.footable .input-group-addon,
.footable .input-group-btn {
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
.footable .input-group .form-control,
.footable .input-group-addon,
.footable .input-group-btn {
  display: table-cell;
}
.footable .input-group-btn:last-child > .btn,
.footable .input-group-btn:last-child > .btn-group,
.footable .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.footable .input-group-btn > .btn {
  position: relative;
}
.footable .input-group-btn > .btn:active,
.footable .input-group-btn > .btn:focus,
.footable .input-group-btn > .btn:hover {
  z-index: 2;
}
.footable .input-group .form-control:first-child,
.footable .input-group-addon:first-child,
.footable .input-group-btn:first-child > .btn,
.footable .input-group-btn:first-child > .btn-group > .btn,
.footable .input-group-btn:first-child > .dropdown-toggle,
.footable .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.footable
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.footable .input-group .form-control:last-child,
.footable .input-group-addon:last-child,
.footable .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.footable .input-group-btn:first-child > .btn:not(:first-child),
.footable .input-group-btn:last-child > .btn,
.footable .input-group-btn:last-child > .btn-group > .btn,
.footable .input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.footable .checkbox,
.footable .radio {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.footable .checkbox label,
.footable .radio label {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 100%;
  min-height: 20px;
  padding-left: 20px;
}
.footable .checkbox input[type="checkbox"],
.footable .checkbox-inline input[type="checkbox"],
.footable .radio input[type="radio"],
.footable .radio-inline input[type="radio"] {
  line-height: normal;
  margin: 4px 0 0 -20px;
  position: absolute;
}
.footable .checkbox-inline input[type="checkbox"] {
  display: block !important;
}
.footable .dropdown-menu {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.footable .open > .dropdown-menu {
  display: block;
  list-style: none !important;
}
.footable .dropdown-menu-right {
  left: auto;
  right: 0;
}
.footable .dropdown-menu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 3px 20px;
  white-space: nowrap;
}
.footable .dropdown-menu > li > a:focus,
.footable .dropdown-menu > li > a:hover {
  background-color: #f5f5f5;
  color: #262626;
  text-decoration: none;
}
.footable .pagination {
  border-radius: 4px;
  display: inline-block;
  margin: 20px 0;
  padding-left: 0;
}
.footable .pagination > li {
  display: inline;
}
.footable .pagination > li:first-child > a,
.footable .pagination > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}
.footable .pagination > li > a,
.footable .pagination > li > span {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #337ab7;
  float: left;
  line-height: 1.42857143;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none !important;
}
.footable .pagination > li > a:focus,
.footable .pagination > li > a:hover,
.footable .pagination > li > span:focus,
.footable .pagination > li > span:hover {
  background-color: #eee;
  border-color: #ddd;
  color: #23527c;
}
.footable .pagination > .active > a,
.footable .pagination > .active > a:focus,
.footable .pagination > .active > a:hover,
.footable .pagination > .active > span,
.footable .pagination > .active > span:focus,
.footable .pagination > .active > span:hover {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #fff;
  cursor: default;
  z-index: 2;
}
.footable .pagination > .disabled > a,
.footable .pagination > .disabled > a:focus,
.footable .pagination > .disabled > a:hover,
.footable .pagination > .disabled > span,
.footable .pagination > .disabled > span:focus,
.footable .pagination > .disabled > span:hover {
  background-color: #fff;
  border-color: #ddd;
  color: #777;
  cursor: not-allowed;
}
.footable .label {
  border-radius: 0.25em;
  color: #fff;
  display: inline;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 0.2em 0.6em 0.3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.footable .label-default {
  background-color: #777;
}
.footable-loader.well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}
.footable .sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (min-width: 768px), print {
  .footable .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .footable .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .footable .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .footable .form-inline .input-group .form-control,
  .footable .form-inline .input-group .input-group-addon,
  .footable .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .footable .form-inline .input-group > .form-control {
    width: 100%;
  }
}
table.footable,
table.footable-details {
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
  width: 100%;
}
table.footable-details {
  margin-bottom: 0;
}
table.footable-hide-fouc {
  display: none;
}
table > tbody > tr > td > span.footable-toggle {
  margin-right: 8px;
  opacity: 0.3;
}
table > tbody > tr > td > span.footable-toggle.last-column {
  float: right;
  margin-left: 8px;
}
table.table-condensed > tbody > tr > td > span.footable-toggle {
  margin-right: 5px;
}
table.footable-details > tbody > tr > th:first-child {
  min-width: 40px;
  width: 140px;
}
table.footable-details > tbody > tr > td:nth-child(2) {
  word-break: keep-all !important;
}
table.footable-details > tbody > tr:first-child > td,
table.footable-details > tbody > tr:first-child > th,
table.footable-details > tfoot > tr:first-child > td,
table.footable-details > tfoot > tr:first-child > th,
table.footable-details > thead > tr:first-child > td,
table.footable-details > thead > tr:first-child > th {
  border-top-width: 0;
}
table.footable-details.table-bordered > tbody > tr:first-child > td,
table.footable-details.table-bordered > tbody > tr:first-child > th,
table.footable-details.table-bordered > tfoot > tr:first-child > td,
table.footable-details.table-bordered > tfoot > tr:first-child > th,
table.footable-details.table-bordered > thead > tr:first-child > td,
table.footable-details.table-bordered > thead > tr:first-child > th {
  border-top-width: 1px;
}
div.footable-loader {
  height: 300px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
div.footable-loader > span.fooicon {
  animation: fooicon-spin-r 2s linear infinite;
  display: inline-block;
  font-size: 30px;
  height: 32px;
  left: 50%;
  line-height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  width: 32px;
}
table.footable > tbody > tr.footable-empty > td {
  font-size: 30px;
  text-align: center;
  vertical-align: middle;
}
table.footable > tbody > tr.footable-detail-row > td,
table.footable > tbody > tr.footable-detail-row > th,
table.footable > tbody > tr.footable-empty > td,
table.footable > tbody > tr.footable-empty > th {
  display: table-cell;
}
@keyframes fooicon-spin-r {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
table.footable > thead > tr.footable-filtering > th {
  border-bottom-width: 1px;
  font-weight: 400;
}
.footable-filtering-external.footable-filtering-right,
table.footable.footable-filtering-right > thead > tr.footable-filtering > th,
table.footable > thead > tr.footable-filtering > th {
  text-align: right;
}
.footable-filtering-external.footable-filtering-left,
table.footable.footable-filtering-left > thead > tr.footable-filtering > th {
  text-align: left;
}
.footable-filtering-external.footable-filtering-center,
table.footable.footable-filtering-center > thead > tr.footable-filtering > th {
  text-align: center;
}
table.footable > thead > tr.footable-filtering > th div.form-group {
  margin-bottom: 0;
}
table.footable
  > thead
  > tr.footable-filtering
  > th
  div.form-group
  + div.form-group {
  margin-top: 5px;
}
table.footable > thead > tr.footable-filtering > th div.input-group {
  width: 100%;
}
.footable-filtering-external ul.dropdown-menu > li > a.checkbox,
table.footable
  > thead
  > tr.footable-filtering
  > th
  ul.dropdown-menu
  > li
  > a.checkbox {
  display: block;
  margin: 0;
  position: relative;
}
.footable-filtering-external ul.dropdown-menu > li > a.checkbox > label,
table.footable
  > thead
  > tr.footable-filtering
  > th
  ul.dropdown-menu
  > li
  > a.checkbox
  > label {
  display: block;
  padding-left: 20px;
}
.footable-filtering-external
  ul.dropdown-menu
  > li
  > a.checkbox
  input[type="checkbox"],
table.footable
  > thead
  > tr.footable-filtering
  > th
  ul.dropdown-menu
  > li
  > a.checkbox
  input[type="checkbox"] {
  margin-left: -20px;
  position: absolute;
}
@media (min-width: 768px) {
  table.footable > thead > tr.footable-filtering > th div.input-group {
    width: auto;
  }
  table.footable > thead > tr.footable-filtering > th div.form-group {
    margin-left: 2px;
    margin-right: 2px;
  }
  table.footable
    > thead
    > tr.footable-filtering
    > th
    div.form-group
    + div.form-group {
    margin-top: 0;
  }
}
table.footable > tbody > tr > td.footable-sortable,
table.footable > tbody > tr > th.footable-sortable,
table.footable > tfoot > tr > td.footable-sortable,
table.footable > tfoot > tr > th.footable-sortable,
table.footable > thead > tr > td.footable-sortable,
table.footable > thead > tr > th.footable-sortable {
  cursor: pointer;
  padding-right: 30px;
  position: relative;
}
td.footable-sortable > span.fooicon,
th.footable-sortable > span.fooicon {
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transition: opacity 0.3s ease-in;
}
td.footable-sortable.footable-asc > span.fooicon,
td.footable-sortable.footable-desc > span.fooicon,
td.footable-sortable:hover > span.fooicon,
th.footable-sortable.footable-asc > span.fooicon,
th.footable-sortable.footable-desc > span.fooicon,
th.footable-sortable:hover > span.fooicon {
  opacity: 1;
}
table.footable-sorting-disabled
  td.footable-sortable.footable-asc
  > span.fooicon,
table.footable-sorting-disabled
  td.footable-sortable.footable-desc
  > span.fooicon,
table.footable-sorting-disabled td.footable-sortable:hover > span.fooicon,
table.footable-sorting-disabled
  th.footable-sortable.footable-asc
  > span.fooicon,
table.footable-sorting-disabled
  th.footable-sortable.footable-desc
  > span.fooicon,
table.footable-sorting-disabled th.footable-sortable:hover > span.fooicon {
  opacity: 0;
  visibility: hidden;
}
.footable-paging-external ul.pagination,
table.footable > tfoot > tr.footable-paging > td > ul.pagination {
  margin: 10px 0 0;
}
.footable-paging-external span.label,
table.footable > tfoot > tr.footable-paging > td > span.label {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px;
}
.footable-paging-external.footable-paging-center,
table.footable-paging-center > tfoot > tr.footable-paging > td,
table.footable > tfoot > tr.footable-paging > td {
  text-align: center;
}
.footable-paging-external.footable-paging-left,
table.footable-paging-left > tfoot > tr.footable-paging > td {
  text-align: left;
}
.footable-paging-external.footable-paging-right,
table.footable-paging-right > tfoot > tr.footable-paging > td {
  text-align: right;
}
ul.pagination > li.footable-page {
  display: none;
}
ul.pagination > li.footable-page.visible {
  display: inline;
}
td.footable-editing {
  max-width: 90px;
  width: 90px;
}
table.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit td.footable-editing,
table.footable-editing-no-view td.footable-editing {
  max-width: 70px;
  width: 70px;
}
table.footable-editing-no-delete.footable-editing-no-view td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-view td.footable-editing {
  max-width: 50px;
  width: 50px;
}
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view
  td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view
  th.footable-editing {
  display: none !important;
  max-width: 0;
  width: 0;
}
table.footable-editing-right td.footable-editing,
table.footable-editing-right tr.footable-editing {
  text-align: right;
}
table.footable-editing-left td.footable-editing,
table.footable-editing-left tr.footable-editing {
  text-align: left;
}
table.footable-editing button.footable-add,
table.footable-editing button.footable-hide,
table.footable-editing-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-hide,
table.footable-editing.footable-editing-always-show button.footable-show,
table.footable-editing.footable-editing-always-show.footable-editing-no-add
  tr.footable-editing {
  display: none;
}
table.footable-editing.footable-editing-always-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-hide {
  display: inline-block;
}
.foo-table {
  table-layout: auto;
}
.foo-table > caption {
  color: #000;
}
.foo-table .footable-filtering .ninja_multi_select_yes {
  display: flex;
  height: 0;
  padding: 0;
  position: relative;
}
.foo-table .footable-filtering .ninja_multi_select_yes option {
  font-size: 14px;
  font-weight: 400;
  padding: 6px 6px 6px 35px;
}
.foo-table .footable-filtering .optWrapper .options li label {
  font-size: 14px;
  font-weight: 400;
}
.foo-table .nt_button_woo,
.foo-table .nt_woo_view_cart {
  -webkit-font-smoothing: antialiased;
  background-color: #a46497;
  color: #fff;
  display: inline-block;
  margin: 3px 0;
  padding: 7px 10px;
  position: relative;
  transition-duration: 0.4s;
  white-space: nowrap;
}
.foo-table .nt_button_woo span.fooicon-loader,
.foo-table .nt_woo_view_cart span.fooicon-loader {
  animation: fooicon-spin-r 0.7s linear infinite;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.foo-table .nt_button_woo:after,
.foo-table .nt_woo_view_cart:after {
  background: gray;
  bottom: 0;
  color: #000;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.8s;
}
.foo-table .nt_button_woo:active:after,
.foo-table .nt_woo_view_cart:active:after {
  margin: 0;
  opacity: 0.5;
  padding: 0;
  transition: 0s;
}
.foo-table .nt-quantity-wrapper {
  display: inline-block;
  height: 40px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  width: 64px;
}
.foo-table .nt-quantity-wrapper input {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: inherit;
  box-sizing: border-box;
  color: #000;
  font-size: inherit;
  height: 100% !important;
  margin: 0 !important;
  padding: 5px;
  text-align: center;
  width: 100% !important;
}
.foo-table .nt_add_cart_wrapper.nt_added_cart {
  display: block;
  white-space: nowrap;
  width: auto;
}
.foo-table .nt_add_cart_wrapper.nt_added_cart a.added_to_cart.wc-forward {
  background: transparent;
  box-shadow: none;
  color: #000;
  display: inline-block;
  text-decoration: none !important;
}
.foo-table .nt_add_cart_wrapper.nt_added_cart a.added_to_cart.wc-forward:after {
  background-image: url(../images/cart-outline.svg?b363c048f7566b617f93b5d9a3a885d3);
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
}
.foo-table .nt_add_cart_wrapper {
  white-space: nowrap;
}
.foo-table .nt_add_cart_wrapper .wc_product_variable {
  opacity: 0.5;
}
.foo-table .nt_btn {
  border: 1px solid transparent;
  display: inline-block;
  font-size: 14px;
  padding: 7px 15px;
  text-decoration: none;
}
.foo-table .nt_btn.nt_rounded_btn {
  border-radius: 4px;
}
.foo-table .nt_btn:hover {
  border-color: transparent;
  opacity: 0.9;
}
.foo-table.footable.table > thead > tr > th {
  padding: 0.92857143em 0.78571429em;
}
.foo-table td.footable-editing,
.foo-table th.footable-editing {
  width: auto !important;
}
.foo-table td.footable-editing .btn-group button {
  border-radius: 3px;
  margin: 0;
  padding: 1px 5px;
}
.foo-table td.footable-editing .btn-group button:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.foo-table td.footable-editing .btn-group button:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.foo-table .form-inline {
  display: block !important;
  margin-bottom: 0;
}
.foo-table.ninja_search_left tr.footable-filtering .form-inline {
  text-align: left;
}
.foo-table.ninja_search_right tr.footable-filtering .form-inline {
  text-align: right;
}
.foo-table.ninja_search_center tr.footable-filtering .form-inline {
  text-align: center;
}
.foo-table td.ninja_temp_cell {
  display: none !important;
}
.foo-table span.label.label-default {
  display: none;
  visibility: hidden;
}
.foo-table.ninja_has_count_format span.label.label-default {
  display: inline-block;
  visibility: visible;
}
.foo-table.footable-paging-right .footable-pagination-wrapper {
  text-align: right;
}
.foo-table.footable-paging-center .footable-pagination-wrapper {
  text-align: center;
}
.foo-table.footable-paging-left .footable-pagination-wrapper {
  text-align: left;
}
.foo-table .footable-pagination-wrapper .pagination:after,
.foo-table .footable-pagination-wrapper .pagination:before {
  content: none !important;
}
.foo-table table.footable-details tr th {
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal;
}
.foo-table tr.footable-filtering th {
  overflow: visible !important;
}
.foo-table .pagination {
  border: none;
  font-weight: 500;
  padding: 0;
}
.foo-table button.btn.btn-default.dropdown-toggle {
  left: 0;
  right: 0;
  top: 0;
}
.foo-table button.btn.btn-default.dropdown-toggle:after {
  content: "";
  display: none !important;
}
.foo-table li.dropdown-header {
  color: #333;
  padding-bottom: 5px;
  padding-left: 20px;
}
.foo-table ul.dropdown-menu.dropdown-menu-right li:last-child a {
  border-bottom: 0 !important;
  box-shadow: none;
}
.foo-table ul.dropdown-menu.dropdown-menu-right li a:hover {
  box-shadow:
    inset 0 0 0 transparent,
    0 1px 0 #000;
}
.foo-table span.footable-toggle {
  cursor: pointer;
}
.foo-table.ninjatable_hide_header_row > thead tr.footable-header {
  display: none !important;
  visibility: hidden;
}
.foo-table.hide_all_borders.table {
  border-color: transparent;
}
.foo-table.hide_all_borders.table thead {
  border-color: transparent !important;
}
.foo-table.hide_all_borders.table thead td,
.foo-table.hide_all_borders.table thead tr,
.foo-table.hide_all_borders.table thead tr > th {
  border-color: transparent !important;
  border-width: 0 !important;
}
.foo-table.hide_all_borders.table tbody td,
.foo-table.hide_all_borders.table tbody th {
  border-color: transparent !important;
}
.foo-table.hide_all_borders.table tfoot tr > td {
  border: 0 !important;
}
.foo-table.ninja_table_search_disabled
  > thead
  tr.footable-filtering
  .footable-filtering-search {
  display: none !important;
  visibility: hidden !important;
}
.foo-table .form-group.footable-filtering-search .input-group-btn > button {
  height: 34px !important;
  margin: 0 !important;
  padding: 6px 12px !important;
}
.foo-table .form-group.footable-filtering-search input.form-control {
  margin-bottom: 0 !important;
}
.foo-table tbody tr.footable-detail-row > td {
  padding: 0 !important;
}
.foo-table
  tbody
  tr.footable-detail-row
  td
  table.footable-details:not(.ninja_custom_color) {
  margin-bottom: 0;
}
.foo-table select.nt_pager_selection {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  height: 35px;
  line-height: 1.42857143;
  margin-left: 5px !important;
  margin: 0;
  padding: 6px 12px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: auto;
}
.foo-table tbody tr td a,
.foo-table tbody tr td h1,
.foo-table tbody tr td h2,
.foo-table tbody tr td h3,
.foo-table tbody tr td p {
  margin: 0;
  padding: 0;
}
.foo-table img {
  max-width: 100%;
}
.foo-table tbody tr td,
.foo-table tbody tr th,
.foo-table tbody tr:nth-child(2n) td,
.foo-table tbody tr:nth-child(2n) th,
.foo-table tbody tr:nth-child(odd) td,
.foo-table tbody tr:nth-child(odd) th {
  background-color: transparent;
}
.foo-table .softmerge-inner {
  width: 100% !important;
}
.footable_parent {
  overflow-x: auto;
  width: 100%;
}
.footable_parent table.foo-table.vertical_centered tbody > tr > td,
.footable_parent table.foo-table.vertical_centered thead > tr > th {
  vertical-align: middle;
}
.footable_parent > .foo-table.ninja_require_initial_hide.nt_type_legacy_table,
.ninja_table_pro table.footable-details tr.nt_has_hide {
  display: none !important;
}
.ninja_table_pro.nt_hide_breakpoint_labels
  table.footable-details
  tbody
  > tr
  > th {
  display: none;
}
.ninja_table_pro.nt_search_full_width .form-group.footable-filtering-search {
  width: 100%;
}
.ninja_table_pro.nt_search_full_width
  .form-group.footable-filtering-search
  .input-group {
  display: block;
  position: relative;
}
.ninja_table_pro.nt_search_full_width
  .form-group.footable-filtering-search
  .input-group
  > .form-control {
  display: inline-block;
  float: none;
}
.ninja_table_pro.nt_search_full_width
  .form-group.footable-filtering-search
  .input-group
  .input-group-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .ninja_table_pro.nt_search_full_width
    .form-group.footable-filtering-search
    .input-group
    .input-group-btn {
    width: auto;
  }
}
.loading_ninja_table1 {
  background: gray !important;
  height: 200px;
  width: 100%;
}
.loading_ninja_table1 table {
  display: none;
}
table.ninja_footable col.hidden,
table.ninja_footable > thead > tr > th.hidden {
  display: none !important;
}
@media (max-width: 767px) {
  table.ninja_footable col.xs,
  table.ninja_footable > thead > tr > th.xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  table.ninja_footable col.sm,
  table.ninja_footable > thead > tr > th.sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  table.ninja_footable col.md,
  table.ninja_footable > thead > tr > th.md {
    display: none;
  }
}
@media (min-width: 1200px) {
  table.ninja_footable col.lg,
  table.ninja_footable > thead > tr > th.lg {
    display: none;
  }
}
.ninja_table_wrapper
  table
  thead
  .footable-filtering
  .ninja_custom_radio
  > label,
.ninja_table_wrapper
  table
  thead
  .footable-filtering
  .ninja_custom_select_checkbox
  > label {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .ninja_table_wrapper
    table
    thead
    .footable-filtering
    .ninja_custom_radio
    > label,
  .ninja_table_wrapper
    table
    thead
    .footable-filtering
    .ninja_custom_select_checkbox
    > label {
    display: block;
  }
}
.ninja_table_wrapper
  table
  thead
  .footable-filtering
  .ninja_custom_radio
  > label:last-child,
.ninja_table_wrapper
  table
  thead
  .footable-filtering
  .ninja_custom_select_checkbox
  > label:last-child {
  margin-right: 0;
}
.ninja_table_wrapper
  table
  thead
  .footable-filtering
  .ninja_custom_radio
  > label
  input,
.ninja_table_wrapper
  table
  thead
  .footable-filtering
  .ninja_custom_select_checkbox
  > label
  input {
  margin-right: 10px;
}
.ninja_table_wrapper
  table
  thead
  .footable-filtering
  .ninja_custom_radio
  label.ninja_filter_title,
.ninja_table_wrapper
  table
  thead
  .footable-filtering
  .ninja_custom_select_checkbox
  label.ninja_filter_title {
  margin-right: 0;
}
.ninja_table_wrapper table thead .footable-filtering .ninja_filter_title {
  margin-right: 10px;
}
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline {
  display: block;
  line-height: 33px;
  width: 100%;
}
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group {
  text-align: left;
}
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group
  .form-control,
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group
  .input-group {
  width: 100%;
}
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group
  > .ninja_filter_title {
  display: block;
  font-weight: 700;
}
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group
  .input-group,
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group.ninja_reset_wrapper
  .ninja_reset_button {
  width: 100%;
}
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group
  .input-group
  .input-group-btn {
  width: 70px !important;
}
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group
  .ninja_filter_date_range,
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group
  .ninja_filter_number_range {
  margin: 0 2% 0 0;
  width: 49%;
}
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline
  .ninja_filter_title,
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group
  .ninja_filter_date_range:last-child,
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group
  .ninja_filter_number_range:last-child {
  margin-right: 0;
}
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline
  .ninja_filter_date_from,
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline
  .ninja_filter_number_from {
  margin-right: 10px;
}
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline
  .ninja_filter_date_from,
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline
  .ninja_filter_date_to,
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline
  .ninja_filter_number_from,
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline
  .ninja_filter_number_to {
  margin-bottom: 5px;
}
.ninja_table_wrapper
  .ninja_table_afd_columns
  thead
  .footable-filtering
  th
  .form-inline
  .form-group.footable-filtering-search {
  padding: 0 5px !important;
}
.ninja_table_wrapper
  .ninja_table_afcs_columns_2
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group {
  float: left;
  margin: 0 0 20px;
  padding: 0 5px;
  width: 50%;
}
.ninja_table_wrapper
  .ninja_table_afcs_columns_2
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .ninja_table_wrapper
    .ninja_table_afcs_columns_2
    thead
    .footable-filtering
    th
    .form-inline
    > .form-group {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}
.ninja_table_wrapper
  .ninja_table_afcs_columns_2
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group:nth-child(odd) {
  clear: both;
}
.ninja_table_wrapper
  .ninja_table_afcs_columns_3
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group {
  float: left;
  margin: 0 0 20px;
  padding: 0 5px;
  width: 33.3%;
}
.ninja_table_wrapper
  .ninja_table_afcs_columns_3
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .ninja_table_wrapper
    .ninja_table_afcs_columns_3
    thead
    .footable-filtering
    th
    .form-inline
    > .form-group {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}
.ninja_table_wrapper
  .ninja_table_afcs_columns_3
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group:nth-child(3n + 1) {
  clear: both;
}
.ninja_table_wrapper
  .ninja_table_afcs_columns_4
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group {
  float: left;
  margin: 0 0 20px;
  padding: 0 5px;
  width: 25%;
}
.ninja_table_wrapper
  .ninja_table_afcs_columns_4
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .ninja_table_wrapper
    .ninja_table_afcs_columns_4
    thead
    .footable-filtering
    th
    .form-inline
    > .form-group {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}
.ninja_table_wrapper
  .ninja_table_afcs_columns_4
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group:nth-child(4n + 1) {
  clear: both;
}
.ninja_table_wrapper .ninja_reset_button {
  background: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.ninja_table_wrapper .ninja_reset_button:hover {
  background-color: #c82333;
  border-color: #bd2130;
  color: #fff;
}
.ninja_table_wrapper
  .ninja_table_afd_inline
  thead
  .footable-filtering
  th
  .form-inline {
  display: block;
  width: 100%;
}
.ninja_table_wrapper
  .ninja_table_afd_inline
  thead
  .footable-filtering
  th
  .form-inline
  > .form-group {
  margin-bottom: 10px;
}
.ninja_table_wrapper
  .ninja_table_afd_inline
  thead
  .footable-filtering
  th
  .form-inline
  .ninja_custom_radio
  .ninja_filter_title {
  margin-right: 10px;
}
.ninja_table_wrapper .ninja_table_buttons {
  clear: both;
  display: block;
  overflow: hidden;
}
.ninja_table_wrapper .ninja_table_buttons.ninja_buttons_left {
  text-align: left;
}
.ninja_table_wrapper .ninja_table_buttons.ninja_buttons_center {
  text-align: center;
}
.ninja_table_wrapper .ninja_table_buttons.ninja_buttons_right {
  text-align: right;
}
.ninja_table_wrapper .ninja_table_buttons.after_search_box {
  margin-top: 10px;
}
.ninja_table_wrapper .ninja_table_buttons.before_table {
  margin-bottom: 10px;
}
.ninja_table_wrapper .ninja_table_buttons .ninja_button {
  border-radius: 0;
  border-right: 1px solid;
  padding: 5px 10px;
}
.ninja_table_wrapper .ninja_table_buttons .ninja_button:last-child {
  border-right: none;
}
@media print {
  .ninja_table_print_view .footable_parent {
    overflow-x: initial !important;
    width: 100%;
  }
  .ninja_table_print_view .footable-editing {
    display: none !important;
  }
  .ninja_table_print_view .ninja_footable {
    page-break-inside: auto;
  }
  .ninja_table_print_view .ninja_footable tr {
    page-break-after: auto;
    page-break-inside: avoid;
  }
  .ninja_table_print_view .ninja_footable thead {
    display: table-header-group;
  }
  .ninja_table_print_view .ninja_footable tfoot {
    display: table-footer-group;
  }
}
.ninja_table_wrapper .cart_details {
  display: block;
  position: relative;
  text-align: right;
}
.ninja_table_wrapper .cart_details .nt_woo_cart_checkout_bttons,
.ninja_table_wrapper .cart_details .nt_woo_items {
  display: inline-block;
}
.ninja_table_wrapper .cart_details .nt_woo_items {
  padding-right: 10px;
}
.ninjatable_cart_wrapper {
  margin-bottom: 10px;
}
.foo-table:not(.ninja_stacked_table) tbody tr.footable-detail-row > td {
  padding: 5px !important;
}
.footable_parent .fooicon:before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
}
.footable_parent .fooicon-search:before {
  background-image: url(../images/search-outline.svg?bba4a2929dd97ff32db8b3efa135d0c3);
  height: 16px;
  width: 16px;
}
.footable_parent .fooicon-sort-desc:before {
  background-color: #000;
  mask-image: url(../images/caret-down-outline.svg?c4104d3d02abb32fa5be2f1ce9b62117);
  -webkit-mask-image: url(../images/caret-down-outline.svg?c4104d3d02abb32fa5be2f1ce9b62117);
}
.footable_parent .fooicon-sort-asc:before {
  background-color: #000;
  mask-image: url(../images/caret-up-outline.svg?c2ecf709f595f8f69e47bc9cdce741f1);
  -webkit-mask-image: url(../images/caret-up-outline.svg?c2ecf709f595f8f69e47bc9cdce741f1);
}
.footable_parent .fooicon-sort:before {
  background-color: #000;
  mask-image: url(../images/caret-up-down-outline.svg?a1d0648c69b9fb12540b9f6bd9735738);
  -webkit-mask-image: url(../images/caret-up-down-outline.svg?a1d0648c69b9fb12540b9f6bd9735738);
}
.footable_parent .fooicon-remove:before {
  background-image: url(../images/remove.svg?71f2cc46c467d79486bf0695c7363605);
}
.footable_parent .fooicon-minus:before {
  background-color: #000;
  mask-image: url(../images/remove-outline.svg?25a5d7996ab177af3d24a7e7ea91aa86);
  -webkit-mask-image: url(../images/remove-outline.svg?25a5d7996ab177af3d24a7e7ea91aa86);
}
.footable_parent .fooicon-plus:before {
  background-color: #000;
  mask-image: url(../images/add-outline.svg?a4c0b3969a3ed7aaff20c6e06e1beaf4);
  -webkit-mask-image: url(../images/add-outline.svg?a4c0b3969a3ed7aaff20c6e06e1beaf4);
}
.footable_parent .fooicon-loader:before {
  background-image: url(../images/refresh-outline.svg?aa67b3c5607cd1b4aa4fc6d38d9bfcfd);
  height: 24px;
  width: 24px;
}
.footable_parent .fooicon-delete:before {
  background-image: url(../images/trash-sharp.svg?5be2225e087c24ea513989293e459a91);
}
.footable_parent .footable-edit {
  background-color: #fff !important;
}
.footable_parent .fooicon-pencil:before {
  background-image: url(../images/pencil-sharp.svg?8a753f49486c15a2720bf3fa4895477f);
}
.footable_parent .footable-delete {
  background-color: #fff !important;
}
.footable_parent .fooicon-trash:before {
  background-image: url(../images/trash-sharp.svg?5be2225e087c24ea513989293e459a91);
}
.footable_parent .fooicon-remove-1:before {
  background-image: url(../images/remove.svg?71f2cc46c467d79486bf0695c7363605);
}
.footable_parent .fooicon-bag:before {
  background-image: url(../images/bag-handle.svg?cd7a8d49e65fb2fe7df99c8f3d29a08d);
  height: 16px;
  width: 16px;
}
.footable_parent .fooicon-basket:before {
  background-image: url(../images/cart-outline.svg?b363c048f7566b617f93b5d9a3a885d3);
  height: 16px;
  width: 16px;
}
.bootstrap3 table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.bootstrap3 caption {
  color: #777;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: left;
}
.bootstrap3 th {
  text-align: left;
}
.bootstrap3 .table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.bootstrap3 .table > tbody > tr > td,
.bootstrap3 .table > tbody > tr > th,
.bootstrap3 .table > tfoot > tr > td,
.bootstrap3 .table > tfoot > tr > th,
.bootstrap3 .table > thead > tr > td,
.bootstrap3 .table > thead > tr > th {
  border-top: 1px solid #ddd;
  line-height: 1.42857143;
  padding: 8px;
  vertical-align: top;
}
.bootstrap3 .table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  vertical-align: bottom;
}
.bootstrap3 .table > caption + thead > tr:first-child > td,
.bootstrap3 .table > caption + thead > tr:first-child > th,
.bootstrap3 .table > colgroup + thead > tr:first-child > td,
.bootstrap3 .table > colgroup + thead > tr:first-child > th,
.bootstrap3 .table > thead:first-child > tr:first-child > td,
.bootstrap3 .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.bootstrap3 .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.bootstrap3 .table .table {
  background-color: #fff;
}
.bootstrap3 .table-condensed > tbody > tr > td,
.bootstrap3 .table-condensed > tbody > tr > th,
.bootstrap3 .table-condensed > tfoot > tr > td,
.bootstrap3 .table-condensed > tfoot > tr > th,
.bootstrap3 .table-condensed > thead > tr > td,
.bootstrap3 .table-condensed > thead > tr > th {
  padding: 5px;
}
.bootstrap3 .table-bordered,
.bootstrap3 .table-bordered > tbody > tr > td,
.bootstrap3 .table-bordered > tbody > tr > th,
.bootstrap3 .table-bordered > tfoot > tr > td,
.bootstrap3 .table-bordered > tfoot > tr > th,
.bootstrap3 .table-bordered > thead > tr > td,
.bootstrap3 .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.bootstrap3 .table-bordered > thead > tr > td,
.bootstrap3 .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.bootstrap3 .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.bootstrap3 .table-hover > tbody > tr:hover,
.bootstrap3 .table > tbody > tr.active > td,
.bootstrap3 .table > tbody > tr.active > th,
.bootstrap3 .table > tbody > tr > td.active,
.bootstrap3 .table > tbody > tr > th.active,
.bootstrap3 .table > tfoot > tr.active > td,
.bootstrap3 .table > tfoot > tr.active > th,
.bootstrap3 .table > tfoot > tr > td.active,
.bootstrap3 .table > tfoot > tr > th.active,
.bootstrap3 .table > thead > tr.active > td,
.bootstrap3 .table > thead > tr.active > th,
.bootstrap3 .table > thead > tr > td.active,
.bootstrap3 .table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.bootstrap3 .table-hover > tbody > tr.active:hover > td,
.bootstrap3 .table-hover > tbody > tr.active:hover > th,
.bootstrap3 .table-hover > tbody > tr:hover > .active,
.bootstrap3 .table-hover > tbody > tr > td.active:hover,
.bootstrap3 .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.bootstrap3 .table > tbody > tr.success > td,
.bootstrap3 .table > tbody > tr.success > th,
.bootstrap3 .table > tbody > tr > td.success,
.bootstrap3 .table > tbody > tr > th.success,
.bootstrap3 .table > tfoot > tr.success > td,
.bootstrap3 .table > tfoot > tr.success > th,
.bootstrap3 .table > tfoot > tr > td.success,
.bootstrap3 .table > tfoot > tr > th.success,
.bootstrap3 .table > thead > tr.success > td,
.bootstrap3 .table > thead > tr.success > th,
.bootstrap3 .table > thead > tr > td.success,
.bootstrap3 .table > thead > tr > th.success {
  background-color: #dff0d8;
}
.bootstrap3 .table-hover > tbody > tr.success:hover > td,
.bootstrap3 .table-hover > tbody > tr.success:hover > th,
.bootstrap3 .table-hover > tbody > tr:hover > .success,
.bootstrap3 .table-hover > tbody > tr > td.success:hover,
.bootstrap3 .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.bootstrap3 .table > tbody > tr.info > td,
.bootstrap3 .table > tbody > tr.info > th,
.bootstrap3 .table > tbody > tr > td.info,
.bootstrap3 .table > tbody > tr > th.info,
.bootstrap3 .table > tfoot > tr.info > td,
.bootstrap3 .table > tfoot > tr.info > th,
.bootstrap3 .table > tfoot > tr > td.info,
.bootstrap3 .table > tfoot > tr > th.info,
.bootstrap3 .table > thead > tr.info > td,
.bootstrap3 .table > thead > tr.info > th,
.bootstrap3 .table > thead > tr > td.info,
.bootstrap3 .table > thead > tr > th.info {
  background-color: #d9edf7;
}
.bootstrap3 .table-hover > tbody > tr.info:hover > td,
.bootstrap3 .table-hover > tbody > tr.info:hover > th,
.bootstrap3 .table-hover > tbody > tr:hover > .info,
.bootstrap3 .table-hover > tbody > tr > td.info:hover,
.bootstrap3 .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.bootstrap3 .table > tbody > tr.warning > td,
.bootstrap3 .table > tbody > tr.warning > th,
.bootstrap3 .table > tbody > tr > td.warning,
.bootstrap3 .table > tbody > tr > th.warning,
.bootstrap3 .table > tfoot > tr.warning > td,
.bootstrap3 .table > tfoot > tr.warning > th,
.bootstrap3 .table > tfoot > tr > td.warning,
.bootstrap3 .table > tfoot > tr > th.warning,
.bootstrap3 .table > thead > tr.warning > td,
.bootstrap3 .table > thead > tr.warning > th,
.bootstrap3 .table > thead > tr > td.warning,
.bootstrap3 .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.bootstrap3 .table-hover > tbody > tr.warning:hover > td,
.bootstrap3 .table-hover > tbody > tr.warning:hover > th,
.bootstrap3 .table-hover > tbody > tr:hover > .warning,
.bootstrap3 .table-hover > tbody > tr > td.warning:hover,
.bootstrap3 .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.bootstrap3 .table > tbody > tr.danger > td,
.bootstrap3 .table > tbody > tr.danger > th,
.bootstrap3 .table > tbody > tr > td.danger,
.bootstrap3 .table > tbody > tr > th.danger,
.bootstrap3 .table > tfoot > tr.danger > td,
.bootstrap3 .table > tfoot > tr.danger > th,
.bootstrap3 .table > tfoot > tr > td.danger,
.bootstrap3 .table > tfoot > tr > th.danger,
.bootstrap3 .table > thead > tr.danger > td,
.bootstrap3 .table > thead > tr.danger > th,
.bootstrap3 .table > thead > tr > td.danger,
.bootstrap3 .table > thead > tr > th.danger {
  background-color: #f2dede;
}
.bootstrap3 .table-hover > tbody > tr.danger:hover > td,
.bootstrap3 .table-hover > tbody > tr.danger:hover > th,
.bootstrap3 .table-hover > tbody > tr:hover > .danger,
.bootstrap3 .table-hover > tbody > tr > td.danger:hover,
.bootstrap3 .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.bootstrap3 .table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .bootstrap3 .table-responsive {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    overflow-y: hidden;
    width: 100%;
  }
  .bootstrap3 .table-responsive > .table {
    margin-bottom: 0;
  }
  .bootstrap3 .table-responsive > .table > tbody > tr > td,
  .bootstrap3 .table-responsive > .table > tbody > tr > th,
  .bootstrap3 .table-responsive > .table > tfoot > tr > td,
  .bootstrap3 .table-responsive > .table > tfoot > tr > th,
  .bootstrap3 .table-responsive > .table > thead > tr > td,
  .bootstrap3 .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .bootstrap3 .table-responsive > .table-bordered {
    border: 0;
  }
  .bootstrap3 .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .bootstrap3 .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .bootstrap3 .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .bootstrap3 .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .bootstrap3 .table-responsive > .table-bordered > thead > tr > td:first-child,
  .bootstrap3
    .table-responsive
    > .table-bordered
    > thead
    > tr
    > th:first-child {
    border-left: 0;
  }
  .bootstrap3 .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .bootstrap3 .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .bootstrap3 .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .bootstrap3 .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .bootstrap3 .table-responsive > .table-bordered > thead > tr > td:last-child,
  .bootstrap3 .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .bootstrap3 .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .bootstrap3 .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .bootstrap3 .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .bootstrap3 .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
.bootstrap3 .table-bordered.ninja_footable {
  border: 1px solid #ddd;
}
.bootstrap4 table {
  border-collapse: collapse;
}
.bootstrap4 .table {
  color: #212529;
  margin-bottom: 1rem;
  width: 100%;
}
.bootstrap4 .table td,
.bootstrap4 .table th {
  border-top: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
}
.bootstrap4 .table thead th {
  border-bottom: 2px solid #dee2e6;
  vertical-align: bottom;
}
.bootstrap4 .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.bootstrap4 .table-sm td,
.bootstrap4 .table-sm th {
  padding: 0.3rem;
}
.bootstrap4 .table-bordered,
.bootstrap4 .table-bordered td,
.bootstrap4 .table-bordered th {
  border: 1px solid #dee2e6;
}
.bootstrap4 .table-bordered thead td,
.bootstrap4 .table-bordered thead th {
  border-bottom-width: 2px;
}
.bootstrap4 .table-borderless tbody + tbody,
.bootstrap4 .table-borderless td,
.bootstrap4 .table-borderless th,
.bootstrap4 .table-borderless thead th {
  border: 0;
}
.bootstrap4 .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.bootstrap4 .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
  color: #212529;
}
.bootstrap4 .table-primary,
.bootstrap4 .table-primary > td,
.bootstrap4 .table-primary > th {
  background-color: #b8daff;
}
.bootstrap4 .table-primary tbody + tbody,
.bootstrap4 .table-primary td,
.bootstrap4 .table-primary th,
.bootstrap4 .table-primary thead th {
  border-color: #7abaff;
}
.bootstrap4 .table-hover .table-primary:hover,
.bootstrap4 .table-hover .table-primary:hover > td,
.bootstrap4 .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.bootstrap4 .table-secondary,
.bootstrap4 .table-secondary > td,
.bootstrap4 .table-secondary > th {
  background-color: #d6d8db;
}
.bootstrap4 .table-secondary tbody + tbody,
.bootstrap4 .table-secondary td,
.bootstrap4 .table-secondary th,
.bootstrap4 .table-secondary thead th {
  border-color: #b3b7bb;
}
.bootstrap4 .table-hover .table-secondary:hover,
.bootstrap4 .table-hover .table-secondary:hover > td,
.bootstrap4 .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.bootstrap4 .table-success,
.bootstrap4 .table-success > td,
.bootstrap4 .table-success > th {
  background-color: #c3e6cb;
}
.bootstrap4 .table-success tbody + tbody,
.bootstrap4 .table-success td,
.bootstrap4 .table-success th,
.bootstrap4 .table-success thead th {
  border-color: #8fd19e;
}
.bootstrap4 .table-hover .table-success:hover,
.bootstrap4 .table-hover .table-success:hover > td,
.bootstrap4 .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.bootstrap4 .table-info,
.bootstrap4 .table-info > td,
.bootstrap4 .table-info > th {
  background-color: #bee5eb;
}
.bootstrap4 .table-info tbody + tbody,
.bootstrap4 .table-info td,
.bootstrap4 .table-info th,
.bootstrap4 .table-info thead th {
  border-color: #86cfda;
}
.bootstrap4 .table-hover .table-info:hover,
.bootstrap4 .table-hover .table-info:hover > td,
.bootstrap4 .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.bootstrap4 .table-warning,
.bootstrap4 .table-warning > td,
.bootstrap4 .table-warning > th {
  background-color: #ffeeba;
}
.bootstrap4 .table-warning tbody + tbody,
.bootstrap4 .table-warning td,
.bootstrap4 .table-warning th,
.bootstrap4 .table-warning thead th {
  border-color: #ffdf7e;
}
.bootstrap4 .table-hover .table-warning:hover,
.bootstrap4 .table-hover .table-warning:hover > td,
.bootstrap4 .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.bootstrap4 .table-danger,
.bootstrap4 .table-danger > td,
.bootstrap4 .table-danger > th {
  background-color: #f5c6cb;
}
.bootstrap4 .table-danger tbody + tbody,
.bootstrap4 .table-danger td,
.bootstrap4 .table-danger th,
.bootstrap4 .table-danger thead th {
  border-color: #ed969e;
}
.bootstrap4 .table-hover .table-danger:hover,
.bootstrap4 .table-hover .table-danger:hover > td,
.bootstrap4 .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.bootstrap4 .table-light,
.bootstrap4 .table-light > td,
.bootstrap4 .table-light > th {
  background-color: #fdfdfe;
}
.bootstrap4 .table-light tbody + tbody,
.bootstrap4 .table-light td,
.bootstrap4 .table-light th,
.bootstrap4 .table-light thead th {
  border-color: #fbfcfc;
}
.bootstrap4 .table-hover .table-light:hover,
.bootstrap4 .table-hover .table-light:hover > td,
.bootstrap4 .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.bootstrap4 .table-dark,
.bootstrap4 .table-dark > td,
.bootstrap4 .table-dark > th {
  background-color: #c6c8ca;
}
.bootstrap4 .table-dark tbody + tbody,
.bootstrap4 .table-dark td,
.bootstrap4 .table-dark th,
.bootstrap4 .table-dark thead th {
  border-color: #95999c;
}
.bootstrap4 .table-hover .table-dark:hover,
.bootstrap4 .table-hover .table-dark:hover > td,
.bootstrap4 .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.bootstrap4 .table-active,
.bootstrap4 .table-active > td,
.bootstrap4 .table-active > th,
.bootstrap4 .table-hover .table-active:hover,
.bootstrap4 .table-hover .table-active:hover > td,
.bootstrap4 .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap4 .table .thead-dark th {
  background-color: #343a40;
  border-color: #454d55;
  color: #fff;
}
.bootstrap4 .table .thead-light th {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
}
.bootstrap4 .table-dark {
  background-color: #343a40;
  color: #fff;
}
.bootstrap4 .table-dark td,
.bootstrap4 .table-dark th,
.bootstrap4 .table-dark thead th {
  border-color: #454d55;
}
.bootstrap4 .table-dark.table-bordered {
  border: 0;
}
.bootstrap4 .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.bootstrap4 .table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, 0.075);
  color: #fff;
}
@media (max-width: 991px) {
  .bootstrap4 .table-responsive {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .bootstrap4 .table-responsive.table-bordered {
    border: 0;
  }
}
.bootstrap4 .table-responsive {
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow-x: auto;
  width: 100%;
}
.bootstrap4 .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap4 .table-bordered.ninja_footable {
  border: 1px solid #dee2e6;
}
.semantic_ui {
  /*!
   * # Semantic UI 2.4.1 - Table
   * http://github.com/semantic-org/semantic-ui/
   *
   *
   * Released under the MIT license
   * http://opensource.org/licenses/MIT
   *
   */
}
.semantic_ui .ui.table {
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-collapse: separate;
  border-radius: 0.28571429rem;
  border-spacing: 0;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  margin: 1em 0;
  text-align: left;
  width: 100%;
}
.semantic_ui .ui.table:first-child {
  margin-top: 0;
}
.semantic_ui .ui.table:last-child {
  margin-bottom: 0;
}
.semantic_ui .ui.table td,
.semantic_ui .ui.table th {
  transition:
    background 0.1s ease,
    color 0.1s ease;
}
.semantic_ui .ui.table thead {
  box-shadow: none;
}
.semantic_ui .ui.table thead th {
  background: #f9fafb;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  border-left: none;
  color: rgba(0, 0, 0, 0.87);
  cursor: auto;
  font-style: none;
  font-weight: 700;
  padding: 0.92857143em 0.78571429em;
  text-align: inherit;
  text-transform: none;
  vertical-align: inherit;
}
.semantic_ui .ui.table thead tr > th:first-child {
  border-left: none;
}
.semantic_ui .ui.table thead tr:first-child > th:first-child {
  border-radius: 0.28571429rem 0 0 0;
}
.semantic_ui .ui.table thead tr:first-child > th:last-child {
  border-radius: 0 0.28571429rem 0 0;
}
.semantic_ui .ui.table thead tr:first-child > th:only-child {
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}
.semantic_ui .ui.table tfoot {
  box-shadow: none;
}
.semantic_ui .ui.table tfoot th {
  background: #f9fafb;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  cursor: auto;
  font-style: normal;
  font-weight: 400;
  padding: 0.78571429em;
  text-align: inherit;
  text-transform: none;
  vertical-align: middle;
}
.semantic_ui .ui.table tfoot tr > th:first-child {
  border-left: none;
}
.semantic_ui .ui.table tfoot tr:first-child > th:first-child {
  border-radius: 0 0 0 0.28571429rem;
}
.semantic_ui .ui.table tfoot tr:first-child > th:last-child {
  border-radius: 0 0 0.28571429rem 0;
}
.semantic_ui .ui.table tfoot tr:first-child > th:only-child {
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}
.semantic_ui .ui.table tr td {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
}
.semantic_ui .ui.table tr:first-child td {
  border-top: none;
}
.semantic_ui .ui.table tbody + tbody tr:first-child td {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
}
.semantic_ui .ui.table td {
  padding: 0.78571429em;
  text-align: inherit;
}
.semantic_ui .ui.table > .icon {
  vertical-align: baseline;
}
.semantic_ui .ui.table > .icon:only-child {
  margin: 0;
}
.semantic_ui .ui.table.segment {
  padding: 0;
}
.semantic_ui .ui.table.segment:after {
  display: none;
}
.semantic_ui .ui.table.segment.stacked:after {
  display: block;
}
.semantic_ui .ui.table td .image,
.semantic_ui .ui.table td .image img,
.semantic_ui .ui.table th .image,
.semantic_ui .ui.table th .image img {
  max-width: none;
}
.semantic_ui .ui.structured.table {
  border-collapse: collapse;
}
.semantic_ui .ui.structured.table thead th {
  border-left: none;
  border-right: none;
}
.semantic_ui .ui.structured.sortable.table thead th {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  border-right: 1px solid rgba(34, 36, 38, 0.15);
}
.semantic_ui .ui.structured.basic.table th {
  border-left: none;
  border-right: none;
}
.semantic_ui .ui.structured.celled.table tr td,
.semantic_ui .ui.structured.celled.table tr th {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
  border-right: 1px solid rgba(34, 36, 38, 0.1);
}
.semantic_ui .ui.definition.table thead:not(.full-width) th:first-child {
  background: transparent;
  box-shadow: -1px -1px 0 1px #fff;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  pointer-events: none;
}
.semantic_ui .ui.definition.table tfoot:not(.full-width) th:first-child {
  background: transparent;
  box-shadow: 1px 1px 0 1px #fff;
  color: normal;
  font-weight: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.semantic_ui .ui.celled.definition.table thead:not(.full-width) th:first-child {
  box-shadow: 0 -1px 0 1px #fff;
}
.semantic_ui .ui.celled.definition.table tfoot:not(.full-width) th:first-child {
  box-shadow: 0 1px 0 1px #fff;
}
.semantic_ui .ui.definition.table tr td.definition,
.semantic_ui .ui.definition.table tr td:first-child:not(.ignored) {
  background: rgba(0, 0, 0, 0.03);
  box-shadow: "";
  color: rgba(0, 0, 0, 0.95);
  font-size: 1em;
  font-weight: 700;
  padding-left: "";
  padding-right: "";
  text-align: "";
  text-transform: "";
}
.semantic_ui .ui.definition.table td:nth-child(2),
.semantic_ui .ui.definition.table tfoot:not(.full-width) th:nth-child(2),
.semantic_ui .ui.definition.table thead:not(.full-width) th:nth-child(2) {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
}
.semantic_ui .ui.table td.positive,
.semantic_ui .ui.table tr.positive {
  background: #fcfff5 !important;
  box-shadow: inset 0 0 0 #a3c293;
  color: #2c662d !important;
}
.semantic_ui .ui.table td.negative,
.semantic_ui .ui.table tr.negative {
  background: #fff6f6 !important;
  box-shadow: inset 0 0 0 #e0b4b4;
  color: #9f3a38 !important;
}
.semantic_ui .ui.table td.error,
.semantic_ui .ui.table tr.error {
  background: #fff6f6 !important;
  box-shadow: inset 0 0 0 #e0b4b4;
  color: #9f3a38 !important;
}
.semantic_ui .ui.table td.warning,
.semantic_ui .ui.table tr.warning {
  background: #fffaf3 !important;
  box-shadow: inset 0 0 0 #c9ba9b;
  color: #573a08 !important;
}
.semantic_ui .ui.table td.active,
.semantic_ui .ui.table tr.active {
  background: #e0e0e0 !important;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.87);
  color: rgba(0, 0, 0, 0.87) !important;
}
.semantic_ui .ui.table tr td.disabled,
.semantic_ui .ui.table tr.disabled td,
.semantic_ui .ui.table tr.disabled:hover,
.semantic_ui .ui.table tr:hover td.disabled {
  color: rgba(40, 40, 40, 0.3);
  pointer-events: none;
}
.semantic_ui .ui.table [class*="left aligned"],
.semantic_ui .ui.table[class*="left aligned"] {
  text-align: left;
}
.semantic_ui .ui.table [class*="center aligned"],
.semantic_ui .ui.table[class*="center aligned"] {
  text-align: center;
}
.semantic_ui .ui.table [class*="right aligned"],
.semantic_ui .ui.table[class*="right aligned"] {
  text-align: right;
}
.semantic_ui .ui.table [class*="top aligned"],
.semantic_ui .ui.table[class*="top aligned"] {
  vertical-align: top;
}
.semantic_ui .ui.table [class*="middle aligned"],
.semantic_ui .ui.table[class*="middle aligned"] {
  vertical-align: middle;
}
.semantic_ui .ui.table [class*="bottom aligned"],
.semantic_ui .ui.table[class*="bottom aligned"] {
  vertical-align: bottom;
}
.semantic_ui .ui.table td.collapsing,
.semantic_ui .ui.table th.collapsing {
  white-space: nowrap;
  width: 1px;
}
.semantic_ui .ui.fixed.table {
  table-layout: fixed;
}
.semantic_ui .ui.fixed.table td,
.semantic_ui .ui.fixed.table th {
  overflow: hidden;
  text-overflow: ellipsis;
}
.semantic_ui .ui.selectable.table tbody tr:hover,
.semantic_ui .ui.table tbody tr td.selectable:hover {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.95) !important;
}
.semantic_ui .ui.inverted.table tbody tr td.selectable:hover,
.semantic_ui .ui.selectable.inverted.table tbody tr:hover {
  background: hsla(0, 0%, 100%, 0.08) !important;
  color: #fff !important;
}
.semantic_ui .ui.table tbody tr td.selectable {
  padding: 0;
}
.semantic_ui .ui.table tbody tr td.selectable > a:not(.ui) {
  color: inherit;
  display: block;
  padding: 0.78571429em;
}
.semantic_ui .ui.selectable.table tr.error:hover,
.semantic_ui .ui.selectable.table tr:hover td.error,
.semantic_ui .ui.table tr td.selectable.error:hover {
  background: #ffe7e7 !important;
  color: #943634 !important;
}
.semantic_ui .ui.selectable.table tr.warning:hover,
.semantic_ui .ui.selectable.table tr:hover td.warning,
.semantic_ui .ui.table tr td.selectable.warning:hover {
  background: #fff4e4 !important;
  color: #493107 !important;
}
.semantic_ui .ui.selectable.table tr.active:hover,
.semantic_ui .ui.selectable.table tr:hover td.active,
.semantic_ui .ui.table tr td.selectable.active:hover {
  background: #e0e0e0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.semantic_ui .ui.selectable.table tr.positive:hover,
.semantic_ui .ui.selectable.table tr:hover td.positive,
.semantic_ui .ui.table tr td.selectable.positive:hover {
  background: #f7ffe6 !important;
  color: #275b28 !important;
}
.semantic_ui .ui.selectable.table tr.negative:hover,
.semantic_ui .ui.selectable.table tr:hover td.negative,
.semantic_ui .ui.table tr td.selectable.negative:hover {
  background: #ffe7e7 !important;
  color: #943634 !important;
}
.semantic_ui .ui.attached.table {
  border: 1px solid #d4d4d5;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  margin: 0 -1px;
  max-width: calc(100% + 2px);
  top: 0;
  width: calc(100% + 2px);
}
.semantic_ui .ui.attached + .ui.attached.table:not(.top) {
  border-top: none;
}
.semantic_ui .ui[class*="top attached"].table {
  border-radius: 0.28571429rem 0.28571429rem 0 0;
  bottom: 0;
  margin-bottom: 0;
  margin-top: 1em;
  top: 0;
}
.semantic_ui .ui.table[class*="top attached"]:first-child {
  margin-top: 0;
}
.semantic_ui .ui[class*="bottom attached"].table {
  border-radius: 0 0 0.28571429rem 0.28571429rem;
  bottom: 0;
  box-shadow: none, none;
  margin-bottom: 1em;
  margin-top: 0;
  top: 0;
}
.semantic_ui .ui[class*="bottom attached"].table:last-child {
  margin-bottom: 0;
}
.semantic_ui .ui.striped.table tbody tr:nth-child(2n),
.semantic_ui .ui.striped.table > tr:nth-child(2n) {
  background-color: rgba(0, 0, 50, 0.02);
}
.semantic_ui .ui.inverted.striped.table tbody tr:nth-child(2n),
.semantic_ui .ui.inverted.striped.table > tr:nth-child(2n) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.semantic_ui
  .ui.striped.selectable.selectable.selectable.table
  tbody
  tr.active:hover {
  background: #efefef !important;
  color: rgba(0, 0, 0, 0.95) !important;
}
.semantic_ui .ui.table [class*="single line"],
.semantic_ui .ui.table[class*="single line"] {
  white-space: nowrap;
}
.semantic_ui .ui.one.column.table td {
  width: 100%;
}
.semantic_ui .ui.two.column.table td {
  width: 50%;
}
.semantic_ui .ui.three.column.table td {
  width: 33.33333333%;
}
.semantic_ui .ui.four.column.table td {
  width: 25%;
}
.semantic_ui .ui.five.column.table td {
  width: 20%;
}
.semantic_ui .ui.six.column.table td {
  width: 16.66666667%;
}
.semantic_ui .ui.seven.column.table td {
  width: 14.28571429%;
}
.semantic_ui .ui.eight.column.table td {
  width: 12.5%;
}
.semantic_ui .ui.nine.column.table td {
  width: 11.11111111%;
}
.semantic_ui .ui.ten.column.table td {
  width: 10%;
}
.semantic_ui .ui.eleven.column.table td {
  width: 9.09090909%;
}
.semantic_ui .ui.twelve.column.table td {
  width: 8.33333333%;
}
.semantic_ui .ui.thirteen.column.table td {
  width: 7.69230769%;
}
.semantic_ui .ui.fourteen.column.table td {
  width: 7.14285714%;
}
.semantic_ui .ui.fifteen.column.table td {
  width: 6.66666667%;
}
.semantic_ui .ui.sixteen.column.table td,
.semantic_ui .ui.table td.one.wide,
.semantic_ui .ui.table th.one.wide {
  width: 6.25%;
}
.semantic_ui .ui.table td.two.wide,
.semantic_ui .ui.table th.two.wide {
  width: 12.5%;
}
.semantic_ui .ui.table td.three.wide,
.semantic_ui .ui.table th.three.wide {
  width: 18.75%;
}
.semantic_ui .ui.table td.four.wide,
.semantic_ui .ui.table th.four.wide {
  width: 25%;
}
.semantic_ui .ui.table td.five.wide,
.semantic_ui .ui.table th.five.wide {
  width: 31.25%;
}
.semantic_ui .ui.table td.six.wide,
.semantic_ui .ui.table th.six.wide {
  width: 37.5%;
}
.semantic_ui .ui.table td.seven.wide,
.semantic_ui .ui.table th.seven.wide {
  width: 43.75%;
}
.semantic_ui .ui.table td.eight.wide,
.semantic_ui .ui.table th.eight.wide {
  width: 50%;
}
.semantic_ui .ui.table td.nine.wide,
.semantic_ui .ui.table th.nine.wide {
  width: 56.25%;
}
.semantic_ui .ui.table td.ten.wide,
.semantic_ui .ui.table th.ten.wide {
  width: 62.5%;
}
.semantic_ui .ui.table td.eleven.wide,
.semantic_ui .ui.table th.eleven.wide {
  width: 68.75%;
}
.semantic_ui .ui.table td.twelve.wide,
.semantic_ui .ui.table th.twelve.wide {
  width: 75%;
}
.semantic_ui .ui.table td.thirteen.wide,
.semantic_ui .ui.table th.thirteen.wide {
  width: 81.25%;
}
.semantic_ui .ui.table td.fourteen.wide,
.semantic_ui .ui.table th.fourteen.wide {
  width: 87.5%;
}
.semantic_ui .ui.table td.fifteen.wide,
.semantic_ui .ui.table th.fifteen.wide {
  width: 93.75%;
}
.semantic_ui .ui.table td.sixteen.wide,
.semantic_ui .ui.table th.sixteen.wide {
  width: 100%;
}
.semantic_ui .ui.sortable.table thead th {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  white-space: nowrap;
}
.semantic_ui .ui.sortable.table thead th:first-child {
  border-left: none;
}
.semantic_ui .ui.sortable.table thead th.sorted,
.semantic_ui .ui.sortable.table thead th.sorted:hover {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.semantic_ui .ui.sortable.table thead th:after {
  content: "";
  display: none;
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  height: 1em;
  margin: 0 0 0 0.5em;
  opacity: 0.8;
  text-decoration: inherit;
  width: auto;
}
.semantic_ui .ui.sortable.table thead th.ascending:after {
  content: "\f0d8";
}
.semantic_ui .ui.sortable.table thead th.descending:after {
  content: "\f0d7";
}
.semantic_ui .ui.sortable.table th.disabled:hover {
  color: rgba(40, 40, 40, 0.3);
  cursor: auto;
}
.semantic_ui .ui.sortable.table thead th:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
}
.semantic_ui .ui.sortable.table thead th.sorted {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}
.semantic_ui .ui.sortable.table thead th.sorted:after {
  display: inline-block;
}
.semantic_ui .ui.sortable.table thead th.sorted:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}
.semantic_ui .ui.inverted.sortable.table thead th.sorted {
  background: hsla(0, 0%, 100%, 0.15)
    linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  color: #fff;
}
.semantic_ui .ui.inverted.sortable.table thead th:hover {
  background: hsla(0, 0%, 100%, 0.08)
    linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  color: #fff;
}
.semantic_ui .ui.inverted.sortable.table thead th {
  border-left-color: transparent;
  border-right-color: transparent;
}
.semantic_ui .ui.collapsing.table {
  width: auto;
}
.semantic_ui .ui.basic.table {
  background: transparent;
  border: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: none;
}
.semantic_ui .ui.basic.table tfoot,
.semantic_ui .ui.basic.table thead {
  box-shadow: none;
}
.semantic_ui .ui.basic.table th {
  background: transparent;
  border-left: none;
}
.semantic_ui .ui.basic.table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.semantic_ui .ui.basic.table td {
  background: transparent;
}
.semantic_ui .ui.basic.striped.table tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.semantic_ui .ui[class*="very basic"].table {
  border: none;
}
.semantic_ui .ui[class*="very basic"].table:not(.sortable):not(.striped) td,
.semantic_ui .ui[class*="very basic"].table:not(.sortable):not(.striped) th {
  padding: "";
}
.semantic_ui
  .ui[class*="very basic"].table:not(.sortable):not(.striped)
  td:first-child,
.semantic_ui
  .ui[class*="very basic"].table:not(.sortable):not(.striped)
  th:first-child {
  padding-left: 0;
}
.semantic_ui
  .ui[class*="very basic"].table:not(.sortable):not(.striped)
  td:last-child,
.semantic_ui
  .ui[class*="very basic"].table:not(.sortable):not(.striped)
  th:last-child {
  padding-right: 0;
}
.semantic_ui
  .ui[class*="very basic"].table:not(.sortable):not(.striped)
  thead
  tr:first-child
  th {
  padding-top: 0;
}
.semantic_ui .ui.celled.table tr td,
.semantic_ui .ui.celled.table tr th {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
}
.semantic_ui .ui.celled.table tr td:first-child,
.semantic_ui .ui.celled.table tr th:first-child {
  border-left: none;
}
.semantic_ui .ui.padded.table th {
  padding-left: 1em;
  padding-right: 1em;
}
.semantic_ui .ui.padded.table td,
.semantic_ui .ui.padded.table th {
  padding: 1em;
}
.semantic_ui .ui[class*="very padded"].table th {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.semantic_ui .ui[class*="very padded"].table td {
  padding: 1.5em;
}
.semantic_ui .ui.compact.table th {
  padding-left: 0.7em;
  padding-right: 0.7em;
}
.semantic_ui .ui.compact.table td {
  padding: 0.5em 0.7em;
}
.semantic_ui .ui[class*="very compact"].table th {
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.semantic_ui .ui[class*="very compact"].table td {
  padding: 0.4em 0.6em;
}
.semantic_ui .ui.small.table {
  font-size: 0.9em;
}
.semantic_ui .ui.table {
  font-size: 1em;
}
.semantic_ui .ui.large.table {
  font-size: 1.1em;
}
.semantic_ui .ui.table tbody tr th {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
}
.semantic_ui .ui.table tbody tr:first-child th {
  border-top: none;
}
.semantic_ui .ui.table tfoot tr.footable-paging td {
  border-radius: 0 0 0.28571429rem 0.28571429rem;
  border-top: 1px solid rgba(34, 36, 38, 0.15) !important;
}
.colored_table table.ninja_table_pro.inverted td,
.colored_table table.ninja_table_pro.inverted th {
  background-color: inherit;
  color: inherit;
}
.colored_table table.ninja_table_pro.inverted.table a {
  color: inherit;
}
.colored_table table.ninja_table_pro.inverted.table a.checkbox {
  color: #000;
}
.colored_table table.ninja_table_pro.inverted.red.table {
  background-color: #e74c3c !important;
  color: #fff !important;
}
.colored_table table.ninja_table_pro.inverted.red.table.footable-details tr th {
  background-color: #414141 !important;
  color: #fff !important;
}
.colored_table table.ninja_table_pro.inverted.red.table thead {
  background-color: #e74c3c !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.red.table
  thead
  tr.footable-header {
  background-color: #414141 !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.red.table
  thead
  tr.footable-header
  th
  span:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.red.table
  thead
  tr.footable-filtering
  th {
  background-color: #fff !important;
  color: #e74c3c !important;
}
.colored_table table.ninja_table_pro.inverted.red.table tbody tr:hover {
  background-color: #817b7a !important;
  border-color: hsla(0, 0%, 100%, 0.99) !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.red.table
  tbody
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.red.table
  tbody
  td
  span.fooicon-plus:before,
.colored_table
  table.ninja_table_pro.inverted.red.table
  tbody
  tr:hover
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.red.table
  tbody
  tr:hover
  td
  span.fooicon-plus:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.red.table
  tfoot
  .footable-paging
  .footable-page
  a {
  color: rgba(0, 0, 0, 0.5) !important;
}
.colored_table
  table.ninja_table_pro.inverted.red.table
  tfoot
  .footable-paging
  .footable-page.active
  a {
  background-color: #e74c3c !important;
}
.colored_table
  table.ninja_table_pro.inverted.red.table.ninja_stacked_table
  .footable-details
  tbody {
  background-color: #e74c3c !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.red.table
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  background-color: #e74c3c !important;
}
.colored_table table.ninja_table_pro.inverted.orange.table {
  background-color: #fd5f20 !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.orange.table.footable-details
  tr
  th {
  background-color: #4b5775 !important;
  color: #fff !important;
}
.colored_table table.ninja_table_pro.inverted.orange.table thead {
  background-color: #fd5f20 !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.orange.table
  thead
  tr.footable-header {
  background-color: #4b5775 !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.orange.table
  thead
  tr.footable-header
  th
  span:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.orange.table
  thead
  tr.footable-filtering
  th {
  background-color: #fff !important;
  color: #fd5f20 !important;
}
.colored_table table.ninja_table_pro.inverted.orange.table tbody tr:hover {
  background-color: #ffb79b !important;
  border-color: #fff !important;
  color: #4b5775 !important;
}
.colored_table
  table.ninja_table_pro.inverted.orange.table
  tbody
  tr:hover
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.orange.table
  tbody
  tr:hover
  td
  span.fooicon-plus:before {
  background-color: #4b5775 !important;
}
.colored_table
  table.ninja_table_pro.inverted.orange.table
  tbody
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.orange.table
  tbody
  td
  span.fooicon-plus:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.orange.table
  tfoot
  .footable-paging
  .footable-page
  a {
  color: rgba(0, 0, 0, 0.5) !important;
}
.colored_table
  table.ninja_table_pro.inverted.orange.table
  tfoot
  .footable-paging
  .footable-page.active
  a {
  background-color: #fd5f20 !important;
}
.colored_table
  table.ninja_table_pro.inverted.orange.table.ninja_stacked_table
  .footable-details
  tbody {
  background-color: #fd5f20 !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.orange.table
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  background-color: #fd5f20 !important;
}
.colored_table table.ninja_table_pro.inverted.yellow.table {
  background-color: #f6b93b !important;
  color: #000 !important;
}
.colored_table
  table.ninja_table_pro.inverted.yellow.table.footable-details
  tr
  th {
  background-color: #595959 !important;
  color: #fff !important;
}
.colored_table table.ninja_table_pro.inverted.yellow.table thead {
  background-color: #f6b93b !important;
  color: #000 !important;
}
.colored_table
  table.ninja_table_pro.inverted.yellow.table
  thead
  tr.footable-header {
  background-color: #595959 !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.yellow.table
  thead
  tr.footable-header
  th
  span:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.yellow.table
  thead
  tr.footable-filtering
  th {
  background-color: #fff !important;
  color: #f6b93b !important;
}
.colored_table table.ninja_table_pro.inverted.yellow.table tbody tr:hover {
  background-color: #ffe5b0 !important;
  border-color: #f6b93b !important;
  color: #000 !important;
}
.colored_table
  table.ninja_table_pro.inverted.yellow.table
  tbody
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.yellow.table
  tbody
  td
  span.fooicon-plus:before,
.colored_table
  table.ninja_table_pro.inverted.yellow.table
  tbody
  tr:hover
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.yellow.table
  tbody
  tr:hover
  td
  span.fooicon-plus:before {
  background-color: #000 !important;
}
.colored_table
  table.ninja_table_pro.inverted.yellow.table
  tfoot
  .footable-paging
  .footable-page
  a {
  color: rgba(0, 0, 0, 0.5) !important;
}
.colored_table
  table.ninja_table_pro.inverted.yellow.table
  tfoot
  .footable-paging
  .footable-page.active
  a {
  background-color: #f6b93b !important;
}
.colored_table
  table.ninja_table_pro.inverted.yellow.table.ninja_stacked_table
  .footable-details
  tbody {
  background-color: #f6b93b !important;
  color: #000 !important;
}
.colored_table
  table.ninja_table_pro.inverted.yellow.table
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  background-color: #f6b93b !important;
}
.colored_table table.ninja_table_pro.inverted.olive.table {
  background-color: #b6cb31 !important;
  color: #262626 !important;
}
.colored_table
  table.ninja_table_pro.inverted.olive.table.footable-details
  tr
  th {
  background-color: #434825 !important;
  color: #fff !important;
}
.colored_table table.ninja_table_pro.inverted.olive.table thead {
  background-color: #b6cb31 !important;
  color: #262626 !important;
}
.colored_table
  table.ninja_table_pro.inverted.olive.table
  thead
  tr.footable-header {
  background-color: #434825 !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.olive.table
  thead
  tr.footable-header
  th
  span:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.olive.table
  thead
  tr.footable-filtering
  th {
  background-color: #fff !important;
  color: #b6cb31 !important;
}
.colored_table table.ninja_table_pro.inverted.olive.table tbody tr:hover {
  background-color: #91a227 !important;
  border-color: #fff !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.olive.table
  tbody
  tr:hover
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.olive.table
  tbody
  tr:hover
  td
  span.fooicon-plus:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.olive.table
  tbody
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.olive.table
  tbody
  td
  span.fooicon-plus:before {
  background-color: #000 !important;
}
.colored_table
  table.ninja_table_pro.inverted.olive.table
  tfoot
  .footable-paging
  .footable-page
  a {
  color: rgba(0, 0, 0, 0.5) !important;
}
.colored_table
  table.ninja_table_pro.inverted.olive.table
  tfoot
  .footable-paging
  .footable-page.active
  a {
  background-color: #b6cb31 !important;
}
.colored_table
  table.ninja_table_pro.inverted.olive.table.ninja_stacked_table
  .footable-details
  tbody {
  background-color: #b6cb31 !important;
  color: #262626 !important;
}
.colored_table
  table.ninja_table_pro.inverted.olive.table
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  background-color: #b6cb31 !important;
}
.colored_table table.ninja_table_pro.inverted.green.table {
  background-color: #2db94c !important;
  color: #262626 !important;
}
.colored_table
  table.ninja_table_pro.inverted.green.table.footable-details
  tr
  th {
  background-color: #3b503f !important;
  color: #fff !important;
}
.colored_table table.ninja_table_pro.inverted.green.table thead {
  background-color: #2db94c !important;
  color: #262626 !important;
}
.colored_table
  table.ninja_table_pro.inverted.green.table
  thead
  tr.footable-header {
  background-color: #3b503f !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.green.table
  thead
  tr.footable-header
  th
  span:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.green.table
  thead
  tr.footable-filtering
  th {
  background-color: #fff !important;
  color: #2db94c !important;
}
.colored_table table.ninja_table_pro.inverted.green.table tbody tr:hover {
  background-color: #269940 !important;
  border-color: #fff !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.green.table
  tbody
  tr:hover
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.green.table
  tbody
  tr:hover
  td
  span.fooicon-plus:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.green.table
  tbody
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.green.table
  tbody
  td
  span.fooicon-plus:before {
  background-color: #000 !important;
}
.colored_table
  table.ninja_table_pro.inverted.green.table
  tfoot
  .footable-paging
  .footable-page
  a {
  color: rgba(0, 0, 0, 0.5) !important;
}
.colored_table
  table.ninja_table_pro.inverted.green.table
  tfoot
  .footable-paging
  .footable-page.active
  a {
  background-color: #2db94c !important;
}
.colored_table
  table.ninja_table_pro.inverted.green.table.ninja_stacked_table
  .footable-details
  tbody {
  background-color: #2db94c !important;
  color: #262626 !important;
}
.colored_table
  table.ninja_table_pro.inverted.green.table
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  background-color: #2db94c !important;
}
.colored_table table.ninja_table_pro.inverted.teal.table {
  background-color: #1cb5ad !important;
  color: #2d2d2d !important;
}
.colored_table
  table.ninja_table_pro.inverted.teal.table.footable-details
  tr
  th {
  background-color: #0c5551 !important;
  color: #fff !important;
}
.colored_table table.ninja_table_pro.inverted.teal.table thead {
  background-color: #1cb5ad !important;
  color: #2d2d2d !important;
}
.colored_table
  table.ninja_table_pro.inverted.teal.table
  thead
  tr.footable-header {
  background-color: #0c5551 !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.teal.table
  thead
  tr.footable-header
  th
  span:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.teal.table
  thead
  tr.footable-filtering
  th {
  background-color: #fff !important;
  color: #1cb5ad !important;
}
.colored_table table.ninja_table_pro.inverted.teal.table tbody tr:hover {
  background-color: #179c94 !important;
  border-color: #fff !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.teal.table
  tbody
  tr:hover
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.teal.table
  tbody
  tr:hover
  td
  span.fooicon-plus:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.teal.table
  tbody
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.teal.table
  tbody
  td
  span.fooicon-plus:before {
  background-color: #000 !important;
}
.colored_table
  table.ninja_table_pro.inverted.teal.table
  tfoot
  .footable-paging
  .footable-page
  a {
  color: rgba(0, 0, 0, 0.5) !important;
}
.colored_table
  table.ninja_table_pro.inverted.teal.table
  tfoot
  .footable-paging
  .footable-page.active
  a {
  background-color: #1cb5ad !important;
}
.colored_table
  table.ninja_table_pro.inverted.teal.table.ninja_stacked_table
  .footable-details
  tbody {
  background-color: #1cb5ad !important;
  color: #2d2d2d !important;
}
.colored_table
  table.ninja_table_pro.inverted.teal.table
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  background-color: #1cb5ad !important;
}
.colored_table table.ninja_table_pro.inverted.blue.table {
  background-color: #2987ce !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.blue.table.footable-details
  tr
  th {
  background-color: #17476c !important;
  color: #fff !important;
}
.colored_table table.ninja_table_pro.inverted.blue.table thead {
  background-color: #2987ce !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.blue.table
  thead
  tr.footable-header {
  background-color: #17476c !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.blue.table
  thead
  tr.footable-header
  th
  span:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.blue.table
  thead
  tr.footable-filtering
  th {
  background-color: #fff !important;
  color: #2987ce !important;
}
.colored_table table.ninja_table_pro.inverted.blue.table tbody tr:hover {
  background-color: #1f69a2 !important;
  border-color: #fff !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.blue.table
  tbody
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.blue.table
  tbody
  td
  span.fooicon-plus:before,
.colored_table
  table.ninja_table_pro.inverted.blue.table
  tbody
  tr:hover
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.blue.table
  tbody
  tr:hover
  td
  span.fooicon-plus:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.blue.table
  tfoot
  .footable-paging
  .footable-page
  a {
  color: rgba(0, 0, 0, 0.5) !important;
}
.colored_table
  table.ninja_table_pro.inverted.blue.table
  tfoot
  .footable-paging
  .footable-page.active
  a {
  background-color: #2987ce !important;
}
.colored_table
  table.ninja_table_pro.inverted.blue.table.ninja_stacked_table
  .footable-details
  tbody {
  background-color: #2987ce !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.blue.table
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  background-color: #2987ce !important;
}
.colored_table table.ninja_table_pro.inverted.violet.table {
  background-color: #6c5ce7 !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.violet.table.footable-details
  tr
  th {
  background-color: #2c2560 !important;
  color: #fff !important;
}
.colored_table table.ninja_table_pro.inverted.violet.table thead {
  background-color: #6c5ce7 !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.violet.table
  thead
  tr.footable-header {
  background-color: #2c2560 !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.violet.table
  thead
  tr.footable-header
  th
  span:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.violet.table
  thead
  tr.footable-filtering
  th {
  background-color: #fff !important;
  color: #6c5ce7 !important;
}
.colored_table table.ninja_table_pro.inverted.violet.table tbody tr:hover {
  background-color: #483d9c !important;
  border-color: #fff !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.violet.table
  tbody
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.violet.table
  tbody
  td
  span.fooicon-plus:before,
.colored_table
  table.ninja_table_pro.inverted.violet.table
  tbody
  tr:hover
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.violet.table
  tbody
  tr:hover
  td
  span.fooicon-plus:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.violet.table
  tfoot
  .footable-paging
  .footable-page
  a {
  color: rgba(0, 0, 0, 0.5) !important;
}
.colored_table
  table.ninja_table_pro.inverted.violet.table
  tfoot
  .footable-paging
  .footable-page.active
  a {
  background-color: #6c5ce7 !important;
}
.colored_table
  table.ninja_table_pro.inverted.violet.table.ninja_stacked_table
  .footable-details
  tbody {
  background-color: #6c5ce7 !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.violet.table
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  background-color: #6c5ce7 !important;
}
.colored_table table.ninja_table_pro.inverted.purple.table {
  background-color: #916fcd !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.purple.table.footable-details
  tr
  th {
  background-color: #41305e !important;
  color: #fcfcfc !important;
}
.colored_table table.ninja_table_pro.inverted.purple.table thead {
  background-color: #916fcd !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.purple.table
  thead
  tr.footable-header {
  background-color: #41305e !important;
  color: #fcfcfc !important;
}
.colored_table
  table.ninja_table_pro.inverted.purple.table
  thead
  tr.footable-header
  th
  span:before {
  background-color: #fcfcfc !important;
}
.colored_table
  table.ninja_table_pro.inverted.purple.table
  thead
  tr.footable-filtering
  th {
  background-color: #fff !important;
  color: #916fcd !important;
}
.colored_table table.ninja_table_pro.inverted.purple.table tbody tr:hover {
  background-color: #684e96 !important;
  border-color: #fff !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.purple.table
  tbody
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.purple.table
  tbody
  td
  span.fooicon-plus:before,
.colored_table
  table.ninja_table_pro.inverted.purple.table
  tbody
  tr:hover
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.purple.table
  tbody
  tr:hover
  td
  span.fooicon-plus:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.purple.table
  tfoot
  .footable-paging
  .footable-page
  a {
  color: rgba(0, 0, 0, 0.5) !important;
}
.colored_table
  table.ninja_table_pro.inverted.purple.table
  tfoot
  .footable-paging
  .footable-page.active
  a {
  background-color: #916fcd !important;
}
.colored_table
  table.ninja_table_pro.inverted.purple.table.ninja_stacked_table
  .footable-details
  tbody {
  background-color: #916fcd !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.purple.table
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  background-color: #916fcd !important;
}
.colored_table table.ninja_table_pro.inverted.pink.table {
  background-color: #fd79a8 !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.pink.table.footable-details
  tr
  th {
  background-color: #454545 !important;
  color: #fcfcfc !important;
}
.colored_table table.ninja_table_pro.inverted.pink.table thead {
  background-color: #fd79a8 !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.pink.table
  thead
  tr.footable-header {
  background-color: #454545 !important;
  color: #fcfcfc !important;
}
.colored_table
  table.ninja_table_pro.inverted.pink.table
  thead
  tr.footable-header
  th
  span:before {
  background-color: #fcfcfc !important;
}
.colored_table
  table.ninja_table_pro.inverted.pink.table
  thead
  tr.footable-filtering
  th {
  background-color: #fff !important;
  color: #fd79a8 !important;
}
.colored_table table.ninja_table_pro.inverted.pink.table tbody tr:hover {
  background-color: #d06289 !important;
  border-color: #fff !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.pink.table
  tbody
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.pink.table
  tbody
  td
  span.fooicon-plus:before,
.colored_table
  table.ninja_table_pro.inverted.pink.table
  tbody
  tr:hover
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.pink.table
  tbody
  tr:hover
  td
  span.fooicon-plus:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.pink.table
  tfoot
  .footable-paging
  .footable-page
  a {
  color: rgba(0, 0, 0, 0.5) !important;
}
.colored_table
  table.ninja_table_pro.inverted.pink.table
  tfoot
  .footable-paging
  .footable-page.active
  a {
  background-color: #fd79a8 !important;
}
.colored_table
  table.ninja_table_pro.inverted.pink.table.ninja_stacked_table
  .footable-details
  tbody {
  background-color: #fd79a8 !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.pink.table
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  background-color: #fd79a8 !important;
}
.colored_table table.ninja_table_pro.inverted.grey.table {
  background-color: #636e72 !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.grey.table.footable-details
  tr
  th {
  background-color: #454545 !important;
  color: #fcfcfc !important;
}
.colored_table table.ninja_table_pro.inverted.grey.table thead {
  background-color: #636e72 !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.grey.table
  thead
  tr.footable-header {
  background-color: #454545 !important;
  color: #fcfcfc !important;
}
.colored_table
  table.ninja_table_pro.inverted.grey.table
  thead
  tr.footable-header
  th
  span:before {
  background-color: #fcfcfc !important;
}
.colored_table
  table.ninja_table_pro.inverted.grey.table
  thead
  tr.footable-filtering
  th {
  background-color: #fff !important;
  color: #636e72 !important;
}
.colored_table table.ninja_table_pro.inverted.grey.table tbody tr:hover {
  background-color: #b9c3c7 !important;
  border-color: #fff !important;
  color: #383d3f !important;
}
.colored_table
  table.ninja_table_pro.inverted.grey.table
  tbody
  tr:hover
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.grey.table
  tbody
  tr:hover
  td
  span.fooicon-plus:before {
  background-color: #383d3f !important;
}
.colored_table
  table.ninja_table_pro.inverted.grey.table
  tbody
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.grey.table
  tbody
  td
  span.fooicon-plus:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.grey.table
  tfoot
  .footable-paging
  .footable-page
  a {
  color: rgba(0, 0, 0, 0.5) !important;
}
.colored_table
  table.ninja_table_pro.inverted.grey.table
  tfoot
  .footable-paging
  .footable-page.active
  a {
  background-color: #636e72 !important;
}
.colored_table
  table.ninja_table_pro.inverted.grey.table.ninja_stacked_table
  .footable-details
  tbody {
  background-color: #636e72 !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.grey.table
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  background-color: #636e72 !important;
}
.colored_table table.ninja_table_pro.inverted.black.table {
  background-color: #212121 !important;
  color: #b5b5b5 !important;
}
.colored_table
  table.ninja_table_pro.inverted.black.table.footable-details
  tr
  th {
  background-color: #00cec9 !important;
  color: #202020 !important;
}
.colored_table table.ninja_table_pro.inverted.black.table thead {
  background-color: #212121 !important;
  color: #b5b5b5 !important;
}
.colored_table
  table.ninja_table_pro.inverted.black.table
  thead
  tr.footable-header {
  background-color: #00cec9 !important;
  color: #202020 !important;
}
.colored_table
  table.ninja_table_pro.inverted.black.table
  thead
  tr.footable-header
  th
  span:before {
  background-color: #202020 !important;
}
.colored_table
  table.ninja_table_pro.inverted.black.table
  thead
  tr.footable-filtering
  th {
  background-color: #fff !important;
  color: #1b1c1d !important;
}
.colored_table table.ninja_table_pro.inverted.black.table tbody tr:hover {
  background-color: #b9c3c7 !important;
  border-color: #fff !important;
  color: #383d3f !important;
}
.colored_table
  table.ninja_table_pro.inverted.black.table
  tbody
  tr:hover
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.black.table
  tbody
  tr:hover
  td
  span.fooicon-plus:before {
  background-color: #383d3f !important;
}
.colored_table
  table.ninja_table_pro.inverted.black.table
  tbody
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.black.table
  tbody
  td
  span.fooicon-plus:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.black.table
  tfoot
  .footable-paging
  .footable-page
  a {
  color: rgba(0, 0, 0, 0.5) !important;
}
.colored_table
  table.ninja_table_pro.inverted.black.table
  tfoot
  .footable-paging
  .footable-page.active
  a {
  background-color: #1b1c1d !important;
}
.colored_table
  table.ninja_table_pro.inverted.black.table.ninja_stacked_table
  .footable-details
  tbody {
  background-color: #212121 !important;
  color: #b5b5b5 !important;
}
.colored_table
  table.ninja_table_pro.inverted.black.table
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  background-color: #1b1c1d !important;
}
.colored_table table.ninja_table_pro.inverted.white.table {
  background-color: #fff !important;
  color: #7b7b7b !important;
}
.colored_table
  table.ninja_table_pro.inverted.white.table.footable-details
  tr
  th {
  background-color: #00cec9 !important;
  color: #fff !important;
}
.colored_table table.ninja_table_pro.inverted.white.table thead {
  background-color: #fff !important;
  color: #7b7b7b !important;
}
.colored_table
  table.ninja_table_pro.inverted.white.table
  thead
  tr.footable-header {
  background-color: #00cec9 !important;
  color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.white.table
  thead
  tr.footable-header
  th
  span:before {
  background-color: #fff !important;
}
.colored_table
  table.ninja_table_pro.inverted.white.table
  thead
  tr.footable-filtering
  th {
  background-color: #fff !important;
  color: #00cec9 !important;
}
.colored_table table.ninja_table_pro.inverted.white.table tbody tr:hover {
  background-color: #b9c3c7 !important;
  border-color: #fff !important;
  color: #383d3f !important;
}
.colored_table
  table.ninja_table_pro.inverted.white.table
  tbody
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.white.table
  tbody
  td
  span.fooicon-plus:before,
.colored_table
  table.ninja_table_pro.inverted.white.table
  tbody
  tr:hover
  td
  span.fooicon-minus:before,
.colored_table
  table.ninja_table_pro.inverted.white.table
  tbody
  tr:hover
  td
  span.fooicon-plus:before {
  background-color: #383d3f !important;
}
.colored_table
  table.ninja_table_pro.inverted.white.table
  tfoot
  .footable-paging
  .footable-page
  a {
  color: rgba(0, 0, 0, 0.5) !important;
}
.colored_table
  table.ninja_table_pro.inverted.white.table
  tfoot
  .footable-paging
  .footable-page.active
  a {
  background-color: #00cec9 !important;
}
.colored_table
  table.ninja_table_pro.inverted.white.table.ninja_stacked_table
  .footable-details
  tbody {
  background-color: #fff !important;
  color: #7b7b7b !important;
}
.colored_table
  table.ninja_table_pro.inverted.white.table
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  background-color: #00cec9 !important;
}
.colored_table table.ninja_table_pro.inverted.brown.table {
  background-color: #a5673f;
  border-color: brown;
  color: #fff;
}
.colored_table
  table.ninja_table_pro.inverted.brown.table
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  background-color: #a5673f;
}
.colored_table table.ninja_table_pro.inverted.brown.table thead,
.colored_table
  table.ninja_table_pro.inverted.brown.table.ninja_stacked_table
  .footable-details
  tbody {
  background-color: #a5673f;
  border-color: brown;
  color: #fff;
}
.colored_table table.ninja_table_pro.inverted.hide_all_borders.table tbody td,
.colored_table table.ninja_table_pro.inverted.hide_all_borders.table tbody th,
.colored_table table.ninja_table_pro.inverted.hide_all_borders.table thead,
.colored_table table.ninja_table_pro.inverted.hide_all_borders.table thead td,
.colored_table table.ninja_table_pro.inverted.hide_all_borders.table thead th,
.colored_table table.ninja_table_pro.inverted.hide_all_borders.table thead tr {
  border-color: transparent;
}
.colored_table table.ninja_table_pro.inverted.table tr td.disabled,
.colored_table table.ninja_table_pro.inverted.table tr.disabled td,
.colored_table table.ninja_table_pro.inverted.table tr.disabled:hover td,
.colored_table table.ninja_table_pro.inverted.table tr:hover td.disabled {
  color: hsla(0, 0%, 88%, 0.3);
  pointer-events: none;
}
.colored_table
  table.ninja_table_pro.inverted.definition.table
  tfoot:not(.full-width)
  th:first-child,
.colored_table
  table.ninja_table_pro.inverted.definition.table
  thead:not(.full-width)
  th:first-child {
  background: #fff;
}
.colored_table
  table.ninja_table_pro.inverted.definition.table
  tr
  td:first-child {
  background: hsla(0, 0%, 100%, 0.02);
  color: #fff;
}
.colored_table
  table.ninja_table_pro.inverted.table-striped
  tbody
  tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.colored_table table.ninja_table_pro.inverted.table-hover > tbody > tr:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}
.colored_table table.ninja_table_pro.inverted .pagination > .active > a,
.colored_table table.ninja_table_pro.inverted .pagination > .active > a:focus,
.colored_table table.ninja_table_pro.inverted .pagination > .active > a:hover,
.colored_table table.ninja_table_pro.inverted .pagination > .active > span,
.colored_table
  table.ninja_table_pro.inverted
  .pagination
  > .active
  > span:focus,
.colored_table
  table.ninja_table_pro.inverted
  .pagination
  > .active
  > span:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: hsla(0, 0%, 100%, 0.1);
  box-shadow:
    inset 0 0 0 hsla(0, 0%, 100%, 0.1),
    0 1px 0 hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.9);
}
.colored_table table.ninja_table_pro.inverted .pagination a.footable-page-link {
  color: rgba(0, 0, 0, 0.5);
}
.colored_table
  table.ninja_table_pro.inverted
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  background-color: hsla(0, 0%, 100%, 0.1);
  border-color: hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.9);
}
.colored_table table.ninja_table_pro.inverted thead tr.footable-header {
  background: inherit;
  border-color: inherit;
  color: inherit;
}
.colored_table table.ninja_table_pro.inverted tbody tr,
.colored_table table.ninja_table_pro.inverted tbody tr td {
  background: inherit;
  color: inherit;
}
.colored_table table.ninja_table_pro.inverted.table.ninja_stacked_table {
  background-color: unset !important;
  color: unset !important;
}
table.ninja_footable.ninja_stacked_table thead .footable-header {
  display: none !important;
  visibility: hidden !important;
}
table.ninja_footable.ninja_stacked_table > tbody > tr {
  display: none;
}
table.ninja_footable.ninja_stacked_table > tbody > tr.footable-empty {
  display: table-row !important;
}
table.ninja_footable.ninja_stacked_table > tbody > tr.footable-detail-row {
  display: table-row;
}
table.ninja_footable.ninja_stacked_table
  > tbody
  > tr.footable-detail-row:hover {
  background-color: inherit;
}
table.ninja_footable.ninja_stacked_table
  > tbody
  > tr.footable-detail-row
  span.footable-toggle {
  display: none !important;
  visibility: hidden !important;
}
table.ninja_footable.ninja_stacked_table
  > tbody
  > tr.footable-detail-row
  table.footable-details {
  border: 1px solid #ccc;
  border-radius: 0;
  margin: 10px 0;
}
table.ninja_footable.ninja_stacked_table > tbody > tr.footable-detail-row > td {
  border: none !important;
}
table.ninja_footable.ninja_stacked_table.hide_stacked_th
  > tbody
  > tr.footable-detail-row
  tbody
  th {
  display: none !important;
}
table.ninja_footable.ninja_stacked_table.ninja_stacked_no_cell_border
  > tbody
  > tr.footable-detail-row
  tr
  td,
table.ninja_footable.ninja_stacked_table.ninja_stacked_no_cell_border
  > tbody
  > tr.footable-detail-row
  tr
  th {
  border: 0 !important;
}
.nt_editor_modal {
  display: none !important;
  visibility: hidden !important;
}
.nt_editor_modal .nt_image_preview {
  width: 64px;
}
.nt_editor_modal .nt_image_preview img {
  max-width: 100%;
}
.nt_editor_modal .nt_image_uploader_wrapper {
  background: #ececec;
  border-radius: 4px;
  padding: 10px;
}
.nt_editor_modal .nt_btn_upload {
  background: gray;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  padding: 5px 10px;
}
.nt_editor_modal .nt_btn_remove {
  background: #e6a23c;
  border-color: #e6a23c;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  padding: 5px 10px;
}
.nt_editor_modal .nt_btn_upload,
.nt_editor_modal .nt_image_remove {
  margin-top: 5px;
}
.nt_editor_modal .nt_form_loader {
  background: hsla(0, 0%, 100%, 0.5);
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 99999;
}
.nt_editor_modal .nt_form_loader i.fooicon.fooicon-loader {
  animation: fooicon-spin-r 2s linear infinite;
  font-size: 30px;
  height: 30px;
  left: 49%;
  line-height: 30px;
  position: absolute;
  right: 49%;
  top: 48%;
  width: 30px;
}
.nt_editor_modal.show_nt_modal {
  display: block !important;
  transition: all 0.5s ease;
  visibility: visible !important;
}
.nt_editor_modal.has_nt_modal {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
.nt_editor_modal.has_nt_modal .nt_modal_wrapper {
  background: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.31);
  margin: 70px auto 20px;
  max-width: 95%;
  position: relative;
  text-align: left;
  width: 650px;
}
.nt_editor_modal .nt_modal_header {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  margin: 0;
  padding: 10px 20px;
  position: relative;
}
.nt_editor_modal .nt_modal_header h3 {
  font-size: 22px;
  margin: 0;
  padding: 0;
}
.nt_editor_modal .nt_modal_header .nt_editor_close {
  color: #545454;
  cursor: pointer;
  font-family: arial;
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.nt_editor_modal .nt_modal_header .nt_editor_close:hover {
  color: #000;
}
.nt_editor_modal .nt_modal_body {
  display: block;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  padding: 20px 25px;
  text-align: left;
}
.nt_editor_modal .nt_modal_body .nt_form_group {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.nt_editor_modal .nt_modal_body .nt_form_group > label {
  font-weight: 700;
}
.nt_editor_modal .nt_modal_body .nt_form_group .nt_form_input,
.nt_editor_modal .nt_modal_body .nt_form_group .nt_form_textarea {
  background: #fff;
  border: 1px solid #e5e5e5;
  min-width: 100%;
  padding: 5px 10px;
  width: 100%;
}
.nt_editor_modal .nt_modal_body .nt_form_group .nt_form_input:focus,
.nt_editor_modal .nt_modal_body .nt_form_group .nt_form_textarea:focus {
  border: 1px solid #737373;
}
.nt_editor_modal .nt_modal_body .nt_form_group .nt_form_textarea {
  max-width: 100%;
  min-height: 75px;
}
.nt_editor_modal .nt_modal_body .nt_is_required {
  color: #a94442;
}
.nt_editor_modal .nt_modal_footer {
  background: #f9f9f9;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #e5e5e5;
  padding: 0 10px;
  text-align: right;
}
.nt_editor_modal .nt_modal_footer .nt_editor_action {
  color: #545454;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin-left: 20px;
  padding: 10px;
}
.nt_editor_modal .nt_modal_footer .nt_editor_action:hover {
  color: #000;
}
.nt_editor_modal.nt_modal_adding .nt_delete_data_header,
.nt_editor_modal.nt_modal_adding .nt_delete_modal_body,
.nt_editor_modal.nt_modal_adding .nt_edit_data_header,
.nt_editor_modal.nt_modal_adding .nt_editor_delete,
.nt_editor_modal.nt_modal_adding .nt_editor_update,
.nt_editor_modal.nt_modal_editing .nt_add_data_header,
.nt_editor_modal.nt_modal_editing .nt_delete_data_header,
.nt_editor_modal.nt_modal_editing .nt_delete_modal_body,
.nt_editor_modal.nt_modal_editing .nt_editor_add,
.nt_editor_modal.nt_modal_editing .nt_editor_delete,
.nt_editor_modal.nt_row_delete .nt_add_data_header,
.nt_editor_modal.nt_row_delete .nt_edit_add_modal_body,
.nt_editor_modal.nt_row_delete .nt_edit_data_header,
.nt_editor_modal.nt_row_delete .nt_editor_add,
.nt_editor_modal.nt_row_delete .nt_editor_apply,
.nt_editor_modal.nt_row_delete .nt_editor_update {
  display: none !important;
}
.nt_editor_modal.nt_row_delete .nt_modal_wrapper {
  margin-top: 20vh;
}
.nt_editor_modal.nt_submitting_form .nt_form_loader {
  display: block;
  visibility: visible;
}
.pika-single.is-bound {
  z-index: 10000000000000000;
}
.nt_pro_notification {
  background-color: #d9edf7;
  border-color: #bce8f1;
  border-radius: 5px;
  bottom: 10px;
  box-shadow: 3px 3px 3px 3px hsla(0, 3%, 70%, 0.478);
  color: #31708f;
  padding: 5px 20px;
  position: fixed;
  right: 10px;
  width: auto;
  z-index: 9999999999;
}
.nt_pro_notification.nt_notification_type_success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.nt_pro_notification.nt_notification_type_error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
table.ninja_footable.hide_all_borders {
  border: none !important;
}
table.hide_horizonal_borders tbody tr td,
table.hide_horizonal_borders tbody tr th {
  border-bottom: none !important;
  border-top: none !important;
}
table.hide_vertical_borders {
  border: 1px solid rgba(34, 36, 38, 0.15);
}
table.hide_vertical_borders tbody tr td,
table.hide_vertical_borders tbody tr th {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
table.ninja_footable.ninja_stacked_table {
  background-color: unset !important;
  border: none !important;
}
table.ninja_footable.ninja_stacked_table .footable-details {
  max-width: 100%;
  width: 100%;
}
.footable_legacy_loader {
  display: none;
}
body.ninja_tables_modal_open {
  overflow: hidden !important;
}
.invisible {
  display: none !important;
}
.ninja_footable tbody,
.ninja_footable td,
.ninja_footable th,
.ninja_footable.table {
  border: unset;
}
.ninja_footable tfoot .footable-paging {
  background-color: #fff;
}
.ninja-footable-loader .footable-loader {
  display: none !important;
}
.nt_sticky_first_column .footable-header th:first-child,
.nt_sticky_first_column tbody td:first-child {
  left: 0;
  position: sticky;
  z-index: 1;
}
