.footable-details.table,.footable-details.table *,.footable.table,.footable.table * {
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}

.footable-details.table th,.footable.table th {
  text-align:left
}

.footable-details.table,.footable.table {
  width:100%;
  max-width:100%;
  margin-bottom:20px
}

.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 {
  padding:8px;
  line-height:1.42857143;
  vertical-align:top;
  border-top:1px solid transparent
}

.footable-details.table>thead>tr>td,.footable-details.table>thead>tr>th,.footable.table>thead>tr>td,.footable.table>thead>tr>th {
  vertical-align:bottom;
  border-bottom:2px solid #ddd
}

.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 {
  display:inline-block;
  padding:6px 12px;
  margin-bottom:0;
  font-size:14px;
  font-weight:400;
  line-height:1.42857143;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  background-image:none;
  border:1px solid transparent;
  border-radius:4px;
  overflow:visible;
  text-transform:none
}

.footable .btn.focus,.footable .btn:focus,.footable .btn:hover {
  color:#333;
  text-decoration:none
}

.footable .btn-default {
  color:#333;
  background-color:#fff;
  border-color:#ccc
}

.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 {
  color:#333;
  background-color:#e6e6e6;
  border-color:#adadad
}

.footable .btn-primary {
  color:#fff;
  background-color:#337ab7;
  border-color:#2e6da4
}

.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 {
  color:#fff;
  background-color:#286090;
  border-color:#204d74
}

.footable .btn-group,.footable .btn-group-vertical {
  position:relative;
  display:inline-block;
  vertical-align:middle
}

.footable .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius:0;
  border-bottom-right-radius:0
}

.footable .btn-group>.btn:first-child {
  margin-left:0
}

.footable .btn-group-vertical>.btn,.footable .btn-group>.btn {
  position:relative;
  float:left
}

.footable .btn-group-xs>.btn,.footable .btn-xs {
  padding:1px 5px;
  font-size:12px;
  line-height:1.5;
  border-radius:3px
}

.footable .btn-group-sm>.btn,.footable .btn-sm {
  padding:5px 10px;
  font-size:12px;
  line-height:1.5;
  border-radius:3px
}

.footable .btn-group-lg>.btn,.footable .btn-lg {
  padding:10px 16px;
  font-size:18px;
  line-height:1.3333333;
  border-radius:6px
}

.footable .caret {
  display:inline-block;
  width:0;
  height:0;
  margin-left:2px;
  vertical-align:middle;
  border-top:4px solid;
  border-right:4px solid transparent;
  border-left:4px solid transparent
}

.footable .btn .caret {
  margin-left:0
}

.form-group {
  margin-bottom:15px
}

.footable .form-control {
  display:block;
  width:100%;
  height:34px;
  padding:6px 12px;
  margin:0;
  font-family:inherit;
  font-size:14px;
  line-height:1.42857143;
  color:#555;
  background-color:#fff;
  background-image:none;
  border:1px solid #ccc;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

.footable .input-group {
  position:relative;
  display:table;
  border-collapse:separate
}

.footable .input-group .form-control {
  position:relative;
  z-index:2;
  float:left;
  width:100%;
  margin-bottom:0
}

.footable .input-group-btn {
  position:relative;
  font-size:0;
  white-space:nowrap
}

.footable .input-group-addon,.footable .input-group-btn {
  width:1%;
  white-space:nowrap;
  vertical-align:middle
}

.footable .input-group-addon,.footable .input-group-btn,.footable .input-group .form-control {
  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-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),.footable .input-group .form-control:first-child {
  border-top-right-radius:0;
  border-bottom-right-radius:0
}

.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,.footable .input-group .form-control:last-child {
  border-top-left-radius:0;
  border-bottom-left-radius:0
}

.footable .checkbox,.footable .radio {
  position:relative;
  display:block;
  margin-top:10px;
  margin-bottom:10px
}

.footable .checkbox label,.footable .radio label {
  max-width:100%;
  min-height:20px;
  padding-left:20px;
  margin-bottom:0;
  font-weight:400;
  cursor:pointer
}

.footable .checkbox-inline input[type=checkbox],.footable .checkbox input[type=checkbox],.footable .radio-inline input[type=radio],.footable .radio input[type=radio] {
  position:absolute;
  margin:4px 0 0 -20px;
  line-height:normal
}

.footable .checkbox-inline input[type=checkbox] {
  display:block!important
}

.footable .dropdown-menu {
  position:absolute;
  top:100%;
  left:0;
  z-index:1000;
  display:none;
  float:left;
  min-width:160px;
  padding:5px 0;
  margin:2px 0 0;
  font-size:14px;
  text-align:left;
  list-style:none;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,.15);
  border-radius:4px;
  -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
  box-shadow:0 6px 12px rgba(0,0,0,.175)
}

.footable .open>.dropdown-menu {
  display:block;
  list-style:none!important
}

.footable .dropdown-menu-right {
  right:0;
  left:auto
}

.footable .dropdown-menu>li>a {
  display:block;
  padding:3px 20px;
  clear:both;
  font-weight:400;
  line-height:1.42857143;
  color:#333;
  white-space:nowrap
}

.footable .dropdown-menu>li>a:focus,.footable .dropdown-menu>li>a:hover {
  color:#262626;
  text-decoration:none;
  background-color:#f5f5f5
}

.footable .pagination {
  display:inline-block;
  padding-left:0;
  margin:20px 0;
  border-radius:4px
}

.footable .pagination>li {
  display:inline
}

.footable .pagination>li:first-child>a,.footable .pagination>li:first-child>span {
  margin-left:0;
  border-top-left-radius:4px;
  border-bottom-left-radius:4px
}

.footable .pagination>li>a,.footable .pagination>li>span {
  position:relative;
  float:left;
  padding:6px 12px;
  margin-left:-1px;
  line-height:1.42857143;
  color:#337ab7;
  text-decoration:none!important;
  background-color:#fff;
  border:1px solid #ddd
}

.footable .pagination>li>a:focus,.footable .pagination>li>a:hover,.footable .pagination>li>span:focus,.footable .pagination>li>span:hover {
  color:#23527c;
  background-color:#eee;
  border-color:#ddd
}

.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 {
  z-index:2;
  color:#fff;
  cursor:default;
  background-color:#337ab7;
  border-color:#337ab7
}

.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 {
  color:#777;
  cursor:not-allowed;
  background-color:#fff;
  border-color:#ddd
}

.footable .label {
  display:inline;
  padding:.2em .6em .3em;
  font-size:75%;
  font-weight:700;
  line-height:1;
  color:#fff;
  text-align:center;
  white-space:nowrap;
  vertical-align:baseline;
  border-radius:.25em
}

.footable .label-default {
  background-color:#777
}

.footable-loader.well {
  min-height:20px;
  padding:19px;
  margin-bottom:20px;
  background-color:#f5f5f5;
  border:1px solid #e3e3e3;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
}

.footable .sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0
}

@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;
    width:auto;
    vertical-align:middle
  }
  .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 {
  position:relative;
  width:100%;
  border-spacing:0;
  border-collapse:collapse
}

table.footable-details {
  margin-bottom:0
}

table.footable-hide-fouc {
  display:none
}

table>tbody>tr>td>span.footable-toggle {
  margin-right:8px;
  opacity:.3
}

table>tbody>tr>td>span.footable-toggle.last-column {
  margin-left:8px;
  float:right
}

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 {
  vertical-align:middle;
  text-align:center;
  height:300px;
  position:relative
}

div.footable-loader>span.fooicon {
  display:inline-block;
  opacity:.3;
  font-size:30px;
  line-height:32px;
  width:32px;
  height:32px;
  margin-top:-16px;
  margin-left:-16px;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-animation:fooicon-spin-r 2s infinite linear;
  animation:fooicon-spin-r 2s infinite linear
}

table.footable>tbody>tr.footable-empty>td {
  vertical-align:middle;
  text-align:center;
  font-size:30px
}

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
}

@-webkit-keyframes fooicon-spin-r {
  0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to {
    -webkit-transform:rotate(359deg);
    transform:rotate(359deg)
  }

}

@keyframes fooicon-spin-r {
  0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to {
    -webkit-transform:rotate(359deg);
    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 {
  margin:0;
  display:block;
  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] {
  position:absolute;
  margin-left:-20px
}

@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 {
  position:relative;
  padding-right:30px;
  cursor:pointer
}

td.footable-sortable>span.fooicon,th.footable-sortable>span.fooicon {
  position:absolute;
  right:0;
  top:50%;
  margin-top:-7px;
  opacity:0;
  -webkit-transition:opacity .3s ease-in;
  transition:opacity .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 {
  width:90px;
  max-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 {
  width:70px;
  max-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 {
  width:50px;
  max-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 {
  width:0;
  max-width:0;
  display:none!important
}

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-show button.footable-show,table.footable-editing.footable-editing-always-show.footable-editing-no-add tr.footable-editing,table.footable-editing.footable-editing-always-show button.footable-hide,table.footable-editing.footable-editing-always-show button.footable-show,table.footable-editing button.footable-add,table.footable-editing button.footable-hide {
  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 .nt_button_woo,.foo-table .nt_woo_view_cart {
  background-color:#a46497;
  color:#fff;
  -webkit-font-smoothing:antialiased;
  white-space:nowrap;
  display:inline-block;
  padding:7px 10px;
  margin:3px 0;
  -webkit-transition-duration:.4s;
  transition-duration:.4s;
  position:relative
}

.foo-table .nt_button_woo span.fooicon-loader,.foo-table .nt_woo_view_cart span.fooicon-loader {
  margin-top:-10px;
  position:absolute;
  top:50%;
  left:0;
  -webkit-animation:fooicon-spin-r .7s infinite linear;
  animation:fooicon-spin-r .7s infinite linear
}

.foo-table .nt_button_woo:after,.foo-table .nt_woo_view_cart:after {
  content:"";
  background:gray;
  color:#000;
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity:0;
  -webkit-transition:all .8s;
  transition:all .8s
}

.foo-table .nt_button_woo:active:after,.foo-table .nt_woo_view_cart:active:after {
  padding:0;
  margin:0;
  opacity:.5;
  -webkit-transition:0s;
  transition:0s
}

.foo-table .nt-quantity-wrapper {
  display:inline-block;
  vertical-align:middle;
  width:auto;
  white-space:nowrap;
  position:relative;
  width:64px;
  height:40px
}

.foo-table .nt-quantity-wrapper input {
  font-size:inherit;
  color:#000;
  text-align:center;
  width:100%!important;
  height:100%!important;
  padding:5px;
  border:1px solid #ddd;
  margin:0!important;
  -webkit-appearance:none;
  -moz-appearance:textfield;
  appearance:none;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  background:#fff;
  border-radius:inherit
}

.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 {
  color:#000;
  background:transparent;
  display:inline-block;
  text-decoration:none!important;
  -webkit-box-shadow:none;
  box-shadow:none
}

.foo-table .nt_add_cart_wrapper.nt_added_cart a.added_to_cart.wc-forward:after {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  line-height:1;
  font-family:ninja-tables-icons;
  font-weight:900;
  line-height:inherit;
  vertical-align:baseline;
  content:"g";
  height:1em;
  float:right;
  line-height:1.618
}

.foo-table .nt_add_cart_wrapper {
  white-space:nowrap
}

.foo-table .nt_add_cart_wrapper .wc_product_variable {
  opacity:.5
}

.foo-table .nt_btn {
  border:1px solid transparent;
  padding:7px 15px;
  font-size:14px;
  text-decoration:none!important;
  display:inline-block
}

.foo-table .nt_btn.nt_rounded_btn {
  border-radius:4px!important
}

.foo-table .nt_btn:hover {
  opacity:.9;
  border-color:transparent!important
}

.foo-table.footable.table>thead>tr>th {
  padding:.92857143em .78571429em
}

.foo-table td.footable-editing,.foo-table th.footable-editing {
  width:auto!important
}

.foo-table td.footable-editing .btn-group button {
  padding:1px 5px;
  margin:0;
  border-radius:3px
}

.foo-table td.footable-editing .btn-group button:last-child {
  border-top-left-radius:0;
  border-bottom-left-radius:0
}

.foo-table td.footable-editing .btn-group button:first-child {
  border-top-right-radius:0;
  border-bottom-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 {
  white-space:normal;
  overflow:visible!important;
  text-overflow:unset!important
}

.foo-table tr.footable-filtering th {
  overflow:visible!important
}

.foo-table .pagination {
  border:none;
  padding:0;
  font-weight:500
}

.foo-table button.btn.btn-default.dropdown-toggle {
  top:0;
  right:0;
  left:0
}

.foo-table button.btn.btn-default.dropdown-toggle:after {
  content:"";
  display:none!important
}

.foo-table li.dropdown-header {
  padding-left:20px;
  padding-bottom:5px;
  color:#333
}

.foo-table ul.dropdown-menu.dropdown-menu-right li:last-child a {
  border-bottom:0!important;
  -webkit-box-shadow:none;
  box-shadow:none
}

.foo-table ul.dropdown-menu.dropdown-menu-right li a:hover {
  -webkit-box-shadow:inset 0 0 0 transparent,0 1px 0 #000;
  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-color:transparent!important;
  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 {
  margin:0!important;
  height:34px!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 {
  width:auto;
  display:inline-block;
  margin-left:5px!important;
  height:35px;
  padding:6px 12px;
  margin:0;
  font-family:inherit;
  font-size:14px;
  line-height:1.42857143;
  color:#555;
  background-color:#fff;
  background-image:none;
  border:1px solid #ccc;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

.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: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,.foo-table tbody tr td,.foo-table tbody tr 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:999999
}

.loading_ninja_table1 {
  width:100%;
  height:200px;
  background:gray!important
}

.loading_ninja_table1 table {
  display:none
}

table.ninja_footable>thead>tr>th.hidden,table.ninja_footable col.hidden {
  display:none!important
}

@media (max-width:767px) {
  table.ninja_footable>thead>tr>th.xs,table.ninja_footable col.xs {
    display:none
  }

}

@media (min-width:768px) and (max-width:991px) {
  table.ninja_footable>thead>tr>th.sm,table.ninja_footable col.sm {
    display:none
  }

}

@media (min-width:992px) and (max-width:1199px) {
  table.ninja_footable>thead>tr>th.md,table.ninja_footable col.md {
    display:none
  }

}

@media (min-width:1200px) {
  table.ninja_footable>thead>tr>th.lg,table.ninja_footable col.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;
  width:100%;
  line-height:33px
}

.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 {
  width:49%;
  margin:0 2% 0 0
}

.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 {
  margin:0 0 20px;
  width:50%;
  padding:0 5px;
  float:left
}

.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 {
    width:100%;
    float:none;
    padding-right:0
  }

}

.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 {
  margin:0 0 20px;
  width:33.3%;
  padding:0 5px;
  float:left
}

.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 {
    width:100%;
    float:none;
    padding-right:0
  }

}

.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 {
  margin:0 0 20px;
  width:25%;
  padding:0 5px;
  float:left
}

.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 {
    width:100%;
    float:none;
    padding-right:0
  }

}

.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 {
  color:#fff;
  background:#dc3545;
  border-color:#dc3545
}

.ninja_table_wrapper .ninja_reset_button:hover {
  color:#fff;
  background-color:#c82333;
  border-color:#bd2130
}

.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 {
  display:block;
  overflow:hidden;
  clear:both
}

.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:hidden!important;
    width:100%
  }
  .ninja_table_print_view .footable-editing {
    display:none!important
  }

}

.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
}

@font-face {
  font-family:ninja-tables-icons;
  src:local("ninja-tables-icons"),url('/www.mind-feed.ru/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.woff2') format("woff2"),url('/www.mind-feed.ru/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.woff') format("woff"),url('/www.mind-feed.ru/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.ttf') format("truetype"),url('/www.mind-feed.ru/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.eot'),url('/www.mind-feed.ru/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.eot') format("embedded-opentype"),url('/www.mind-feed.ru/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.svg') format("svg");
  font-weight:400;
  font-style:normal
}

.footable_parent .fooicon {
  display:inline-block;
  font-size:inherit;
  font-family:ninja-tables-icons!important;
  font-style:normal;
  font-weight:400;
  line-height:1;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  -webkit-transform:translate(0);
  transform:translate(0)
}

.footable_parent .fooicon:before {
  content:attr(data-icon)
}

.footable_parent .fooicon:before,.footable_parent [class*=" fooicon-"]:before,.footable_parent [class*=" footable-"]:before,.footable_parent [class^=fooicon-]:before,.footable_parent [class^=footable-]:before {
  font-family:ninja-tables-icons!important;
  font-style:normal!important;
  font-weight:400!important;
  font-variant:normal!important;
  text-transform:none!important;
  speak:none;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}

.footable_parent .fooicon-search:before {
  content:"\F002"
}

.footable_parent .fooicon-sort-desc:before {
  content:"\F161"
}

.footable_parent .fooicon-sort-asc:before {
  content:"\F160"
}

.footable_parent .fooicon-sort:before {
  content:"\F0DC"
}

.footable_parent .fooicon-minus:before {
  content:"\F068"
}

.footable_parent .fooicon-plus:before {
  content:"\F067"
}

.footable_parent .fooicon-circle-o-notch:before {
  content:"\E000"
}

.footable_parent .fooicon-remove:before {
  content:"\F00D"
}

.footable_parent .fooicon-loader-alt:before {
  content:"\F01"
}

.footable_parent .fooicon-refresh:before {
  content:"\E001"
}

.footable_parent .fooicon-loader:before {
  content:"\F01E"
}

.footable_parent .fooicon-grid:before {
  content:"a"
}

.footable_parent .fooicon-pencil:before {
  content:"b"
}

.footable_parent .fooicon-delete:before {
  content:"c"
}

.footable_parent .fooicon-view:before {
  content:"d"
}

.footable_parent .fooicon-edit:before {
  content:"e"
}

.footable_parent .fooicon-bag:before {
  content:"f"
}

.footable_parent .fooicon-basket:before {
  content:"g"
}

.footable_parent .fooicon-star:before {
  content:"h"
}

.footable_parent .fooicon-star-o:before {
  content:"i"
}

.footable_parent .fooicon-check:before {
  content:"j"
}

.footable_parent .fooicon-heart:before {
  content:"k"
}

.footable_parent .fooicon-download:before {
  content:"l"
}

.footable_parent .fooicon-trash:before {
  content:"c"
}

.footable_parent .fooicon-remove-1:before {
  content:"\F00D"
}

.bootstrap3 table {
  border-collapse:collapse;
  border-spacing:0;
  background-color:transparent
}

.bootstrap3 caption {
  padding-top:8px;
  padding-bottom:8px;
  color:#777;
  text-align:left
}

.bootstrap3 th {
  text-align:left
}

.bootstrap3 .table {
  width:100%;
  max-width:100%;
  margin-bottom:20px
}

.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 {
  padding:8px;
  line-height:1.42857143;
  vertical-align:top;
  border-top:1px solid #ddd
}

.bootstrap3 .table>thead>tr>th {
  vertical-align:bottom;
  border-bottom:2px solid #ddd
}

.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:.01%;
  overflow-x:auto
}

@media screen and (max-width:767px) {
  .bootstrap3 .table-responsive {
    width:100%;
    margin-bottom:15px;
    overflow-y:hidden;
    -ms-overflow-style:-ms-autohiding-scrollbar;
    border:1px solid #ddd
  }
  .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 {
  width:100%;
  margin-bottom:1rem;
  color:#212529
}

.bootstrap4 .table td,.bootstrap4 .table th {
  padding:.75rem;
  vertical-align:top;
  border-top:1px solid #dee2e6
}

.bootstrap4 .table thead th {
  vertical-align:bottom;
  border-bottom:2px solid #dee2e6
}

.bootstrap4 .table tbody+tbody {
  border-top:2px solid #dee2e6
}

.bootstrap4 .table-sm td,.bootstrap4 .table-sm th {
  padding:.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,.05)
}

.bootstrap4 .table-hover tbody tr:hover {
  color:#212529;
  background-color:rgba(0,0,0,.075)
}

.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,.075)
}

.bootstrap4 .table .thead-dark th {
  color:#fff;
  background-color:#343a40;
  border-color:#454d55
}

.bootstrap4 .table .thead-light th {
  color:#495057;
  background-color:#e9ecef;
  border-color:#dee2e6
}

.bootstrap4 .table-dark {
  color:#fff;
  background-color:#343a40
}

.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%,.05)
}

.bootstrap4 .table-dark.table-hover tbody tr:hover {
  color:#fff;
  background-color:hsla(0,0%,100%,.075)
}

@media (max-width:991px) {
  .bootstrap4 .table-responsive {
    display:block;
    width:100%;
    overflow-x:auto;
    -ms-overflow-style:-ms-autohiding-scrollbar
  }
  .bootstrap4 .table-responsive.table-bordered {
    border:0
  }

}

.bootstrap4 .table-responsive {
  display:block;
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch
}

.bootstrap4 .table-responsive>.table-bordered {
  border:0
}

.bootstrap4 .table-bordered.ninja_footable {
  border:1px solid #dee2e6
}

.semantic_ui {

}

.semantic_ui .ui.table {
  width:100%;
  background:#fff;
  margin:1em 0;
  border:1px solid rgba(34,36,38,.15);
  -webkit-box-shadow:none;
  box-shadow:none;
  border-radius:.28571429rem;
  text-align:left;
  color:rgba(0,0,0,.87);
  border-collapse:separate;
  border-spacing:0
}

.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 {
  -webkit-transition:background .1s ease,color .1s ease;
  transition:background .1s ease,color .1s ease
}

.semantic_ui .ui.table thead {
  -webkit-box-shadow:none;
  box-shadow:none
}

.semantic_ui .ui.table thead th {
  cursor:auto;
  background:#f9fafb;
  text-align:inherit;
  color:rgba(0,0,0,.87);
  padding:.92857143em .78571429em;
  vertical-align:inherit;
  font-style:none;
  font-weight:700;
  text-transform:none;
  border-bottom:1px solid rgba(34,36,38,.1);
  border-left:none
}

.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:.28571429rem 0 0 0
}

.semantic_ui .ui.table thead tr:first-child>th:last-child {
  border-radius:0 .28571429rem 0 0
}

.semantic_ui .ui.table thead tr:first-child>th:only-child {
  border-radius:.28571429rem .28571429rem 0 0
}

.semantic_ui .ui.table tfoot {
  -webkit-box-shadow:none;
  box-shadow:none
}

.semantic_ui .ui.table tfoot th {
  cursor:auto;
  border-top:1px solid rgba(34,36,38,.15);
  background:#f9fafb;
  text-align:inherit;
  color:rgba(0,0,0,.87);
  padding:.78571429em;
  vertical-align:middle;
  font-style:normal;
  font-weight:400;
  text-transform:none
}

.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 .28571429rem
}

.semantic_ui .ui.table tfoot tr:first-child>th:last-child {
  border-radius:0 0 .28571429rem 0
}

.semantic_ui .ui.table tfoot tr:first-child>th:only-child {
  border-radius:0 0 .28571429rem .28571429rem
}

.semantic_ui .ui.table tr td {
  border-top:1px solid rgba(34,36,38,.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,.1)
}

.semantic_ui .ui.table td {
  padding:.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,.15);
  border-right:1px solid rgba(34,36,38,.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,.1);
  border-right:1px solid rgba(34,36,38,.1)
}

.semantic_ui .ui.definition.table thead:not(.full-width) th:first-child {
  pointer-events:none;
  background:transparent;
  font-weight:400;
  color:rgba(0,0,0,.4);
  -webkit-box-shadow:-1px -1px 0 1px #fff;
  box-shadow:-1px -1px 0 1px #fff
}

.semantic_ui .ui.definition.table tfoot:not(.full-width) th:first-child {
  pointer-events:none;
  background:transparent;
  font-weight:rgba(0,0,0,.4);
  color:normal;
  -webkit-box-shadow:1px 1px 0 1px #fff;
  box-shadow:1px 1px 0 1px #fff
}

.semantic_ui .ui.celled.definition.table thead:not(.full-width) th:first-child {
  -webkit-box-shadow:0 -1px 0 1px #fff;
  box-shadow:0 -1px 0 1px #fff
}

.semantic_ui .ui.celled.definition.table tfoot:not(.full-width) th:first-child {
  -webkit-box-shadow:0 1px 0 1px #fff;
  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,.03);
  font-weight:700;
  color:rgba(0,0,0,.95);
  text-transform:"";
  -webkit-box-shadow:"";
  box-shadow:"";
  text-align:"";
  font-size:1em;
  padding-left:"";
  padding-right:""
}

.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,.15)
}

.semantic_ui .ui.table td.positive,.semantic_ui .ui.table tr.positive {
  -webkit-box-shadow:0 0 0 #a3c293 inset;
  box-shadow:inset 0 0 0 #a3c293;
  background:#fcfff5!important;
  color:#2c662d!important
}

.semantic_ui .ui.table td.negative,.semantic_ui .ui.table tr.negative {
  -webkit-box-shadow:0 0 0 #e0b4b4 inset;
  box-shadow:inset 0 0 0 #e0b4b4;
  background:#fff6f6!important;
  color:#9f3a38!important
}

.semantic_ui .ui.table td.error,.semantic_ui .ui.table tr.error {
  -webkit-box-shadow:0 0 0 #e0b4b4 inset;
  box-shadow:inset 0 0 0 #e0b4b4;
  background:#fff6f6!important;
  color:#9f3a38!important
}

.semantic_ui .ui.table td.warning,.semantic_ui .ui.table tr.warning {
  -webkit-box-shadow:0 0 0 #c9ba9b inset;
  box-shadow:inset 0 0 0 #c9ba9b;
  background:#fffaf3!important;
  color:#573a08!important
}

.semantic_ui .ui.table td.active,.semantic_ui .ui.table tr.active {
  -webkit-box-shadow:0 0 0 rgba(0,0,0,.87) inset;
  box-shadow:inset 0 0 0 rgba(0,0,0,.87);
  background:#e0e0e0!important;
  color:rgba(0,0,0,.87)!important
}

.semantic_ui .ui.table tr.disabled:hover,.semantic_ui .ui.table tr.disabled td,.semantic_ui .ui.table tr:hover td.disabled,.semantic_ui .ui.table tr td.disabled {
  pointer-events:none;
  color:rgba(40,40,40,.3)
}

.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 {
  width:1px;
  white-space:nowrap
}

.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,.05)!important;
  color:rgba(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%,.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) {
  display:block;
  color:inherit;
  padding:.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,.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 {
  top:0;
  bottom:0;
  border-radius:0;
  margin:0 -1px;
  width:calc(100% - -2px);
  max-width:calc(100% - -2px);
  -webkit-box-shadow:none;
  box-shadow:none;
  border:1px solid #d4d4d5
}

.semantic_ui .ui.attached+.ui.attached.table:not(.top) {
  border-top:none
}

.semantic_ui .ui[class*="top attached"].table {
  bottom:0;
  margin-bottom:0;
  top:0;
  margin-top:1em;
  border-radius:.28571429rem .28571429rem 0 0
}

.semantic_ui .ui.table[class*="top attached"]:first-child {
  margin-top:0
}

.semantic_ui .ui[class*="bottom attached"].table {
  bottom:0;
  margin-top:0;
  top:0;
  margin-bottom:1em;
  -webkit-box-shadow:none,none;
  box-shadow:none,none;
  border-radius:0 0 .28571429rem .28571429rem
}

.semantic_ui .ui[class*="bottom attached"].table:last-child {
  margin-bottom:0
}

.semantic_ui .ui.striped.table>tr:nth-child(2n),.semantic_ui .ui.striped.table tbody tr:nth-child(2n) {
  background-color:rgba(0,0,50,.02)
}

.semantic_ui .ui.inverted.striped.table>tr:nth-child(2n),.semantic_ui .ui.inverted.striped.table tbody tr:nth-child(2n) {
  background-color:hsla(0,0%,100%,.05)
}

.semantic_ui .ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
  background:#efefef!important;
  color:rgba(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 {
  cursor:pointer;
  white-space:nowrap;
  border-left:1px solid rgba(34,36,38,.15);
  color:rgba(0,0,0,.87)
}

.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;
  -ms-user-select:none;
  user-select:none
}

.semantic_ui .ui.sortable.table thead th:after {
  display:none;
  font-style:normal;
  font-weight:400;
  text-decoration:inherit;
  content:"";
  height:1em;
  width:auto;
  opacity:.8;
  margin:0 0 0 .5em;
  font-family:Icons
}

.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 {
  cursor:auto;
  color:rgba(40,40,40,.3)
}

.semantic_ui .ui.sortable.table thead th:hover {
  background:rgba(0,0,0,.05);
  color:rgba(0,0,0,.8)
}

.semantic_ui .ui.sortable.table thead th.sorted {
  background:rgba(0,0,0,.05);
  color:rgba(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,.05);
  color:rgba(0,0,0,.95)
}

.semantic_ui .ui.inverted.sortable.table thead th.sorted {
  background:hsla(0,0%,100%,.15) -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));
  background:hsla(0,0%,100%,.15) linear-gradient(transparent,rgba(0,0,0,.05));
  color:#fff
}

.semantic_ui .ui.inverted.sortable.table thead th:hover {
  background:hsla(0,0%,100%,.08) -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));
  background:hsla(0,0%,100%,.08) linear-gradient(transparent,rgba(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,.15)
}

.semantic_ui .ui.basic.table,.semantic_ui .ui.basic.table tfoot,.semantic_ui .ui.basic.table thead {
  -webkit-box-shadow:none;
  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,.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,.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,.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:.7em;
  padding-right:.7em
}

.semantic_ui .ui.compact.table td {
  padding:.5em .7em
}

.semantic_ui .ui[class*="very compact"].table th {
  padding-left:.6em;
  padding-right:.6em
}

.semantic_ui .ui[class*="very compact"].table td {
  padding:.4em .6em
}

.semantic_ui .ui.small.table {
  font-size:.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,.1)
}

.semantic_ui .ui.table tbody tr:first-child th {
  border-top:none
}

.semantic_ui .ui.table tfoot tr.footable-paging td {
  border-top:1px solid rgba(34,36,38,.15)!important;
  border-radius:0 0 .28571429rem .28571429rem
}

.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-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;
  color:#fff!important;
  border-color:hsla(0,0%,100%,.99)!important
}

.colored_table table.ninja_table_pro.inverted.red.table tfoot .footable-paging .footable-page a {
  color:rgba(0,0,0,.5)
}

.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
}

.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-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;
  color:#4b5775!important;
  border-color:#fff!important
}

.colored_table table.ninja_table_pro.inverted.orange.table tfoot .footable-paging .footable-page a {
  color:rgba(0,0,0,.5)
}

.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
}

.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-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;
  color:#000!important;
  border-color:#f6b93b!important
}

.colored_table table.ninja_table_pro.inverted.yellow.table tfoot .footable-paging .footable-page a {
  color:rgba(0,0,0,.5)
}

.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
}

.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-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;
  color:#fff!important;
  border-color:#fff!important
}

.colored_table table.ninja_table_pro.inverted.olive.table tfoot .footable-paging .footable-page a {
  color:rgba(0,0,0,.5)
}

.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
}

.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-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;
  color:#fff!important;
  border-color:#fff!important
}

.colored_table table.ninja_table_pro.inverted.green.table tfoot .footable-paging .footable-page a {
  color:rgba(0,0,0,.5)
}

.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
}

.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-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;
  color:#fff!important;
  border-color:#fff!important
}

.colored_table table.ninja_table_pro.inverted.teal.table tfoot .footable-paging .footable-page a {
  color:rgba(0,0,0,.5)
}

.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
}

.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-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;
  color:#fff!important;
  border-color:#fff!important
}

.colored_table table.ninja_table_pro.inverted.blue.table tfoot .footable-paging .footable-page a {
  color:rgba(0,0,0,.5)
}

.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
}

.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-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;
  color:#fff!important;
  border-color:#fff!important
}

.colored_table table.ninja_table_pro.inverted.violet.table tfoot .footable-paging .footable-page a {
  color:rgba(0,0,0,.5)
}

.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
}

.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-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;
  color:#fff!important;
  border-color:#fff!important
}

.colored_table table.ninja_table_pro.inverted.purple.table tfoot .footable-paging .footable-page a {
  color:rgba(0,0,0,.5)
}

.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
}

.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-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;
  color:#fff!important;
  border-color:#fff!important
}

.colored_table table.ninja_table_pro.inverted.pink.table tfoot .footable-paging .footable-page a {
  color:rgba(0,0,0,.5)
}

.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
}

.colored_table table.ninja_table_pro.inverted.brown.table {
  background-color:#a5673f!important;
  color:#fff!important;
  border-color:brown!important
}

.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.ninja_stacked_table .footable-details tbody,.colored_table table.ninja_table_pro.inverted.brown.table thead {
  background-color:#a5673f!important;
  color:#fff!important;
  border-color:brown!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-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;
  color:#383d3f!important;
  border-color:#fff!important
}

.colored_table table.ninja_table_pro.inverted.grey.table tfoot .footable-paging .footable-page a {
  color:rgba(0,0,0,.5)
}

.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
}

.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-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;
  color:#383d3f!important;
  border-color:#fff!important
}

.colored_table table.ninja_table_pro.inverted.black.table tfoot .footable-paging .footable-page a {
  color:rgba(0,0,0,.5)
}

.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
}

.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-filtering th {
  background-color:#fff!important;
  color:#00cec9!important
}

.colored_table table.ninja_table_pro.inverted.white.table tbody tr:not(.footable-detail-row):hover {
  background-color:#b9c3c7!important;
  color:#383d3f!important;
  border-color:#fff!important
}

.colored_table table.ninja_table_pro.inverted.white.table tfoot .footable-paging .footable-page a {
  color:rgba(0,0,0,.5)
}

.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
}

.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!important
}

.colored_table table.ninja_table_pro.inverted.table tr.disabled:hover td,.colored_table table.ninja_table_pro.inverted.table tr.disabled td,.colored_table table.ninja_table_pro.inverted.table tr:hover td.disabled,.colored_table table.ninja_table_pro.inverted.table tr td.disabled {
  pointer-events:none;
  color:hsla(0,0%,88%,.3)
}

.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%,.02);
  color:#fff
}

.colored_table table.ninja_table_pro.inverted.table-striped tbody tr:nth-of-type(odd) {
  background-color:hsla(0,0%,100%,.05)
}

.colored_table table.ninja_table_pro.inverted.table-hover>tbody>tr:hover {
  background-color:hsla(0,0%,100%,.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,.15);
  border-color:hsla(0,0%,100%,.1)!important;
  color:hsla(0,0%,100%,.9)!important;
  -webkit-box-shadow:inset 0 0 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
  box-shadow:inset 0 0 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1)
}

.colored_table table.ninja_table_pro.inverted .pagination a.footable-page-link {
  color:rgba(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%,.1);
  border-color:hsla(0,0%,100%,.1)!important;
  color:hsla(0,0%,100%,.9)!important
}

.colored_table table.ninja_table_pro.inverted thead tr.footable-header {
  background:inherit;
  color:inherit;
  border-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-radius:0;
  margin:10px 0;
  border:1px solid #ccc
}

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;
  padding:10px;
  border-radius:4px
}

.nt_editor_modal .nt_btn_upload {
  padding:5px 10px;
  background:gray;
  color:#fff;
  border-radius:4px;
  font-weight:400
}

.nt_editor_modal .nt_btn_remove {
  padding:5px 10px;
  background:#e6a23c;
  border-color:#e6a23c;
  color:#fff;
  border-radius:4px;
  font-weight:400
}

.nt_editor_modal .nt_btn_upload,.nt_editor_modal .nt_image_remove {
  margin-top:5px
}

.nt_editor_modal .nt_form_loader {
  display:none;
  visibility:hidden;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:hsla(0,0%,100%,.5);
  z-index:99999
}

.nt_editor_modal .nt_form_loader i.fooicon.fooicon-loader {
  position:absolute;
  top:48%;
  left:49%;
  right:49%;
  font-size:30px;
  line-height:30px;
  width:30px;
  height:30px;
  -webkit-animation:fooicon-spin-r 2s infinite linear;
  animation:fooicon-spin-r 2s infinite linear
}

.nt_editor_modal.show_nt_modal {
  display:block!important;
  visibility:visible!important;
  -webkit-transition:all .5s ease;
  transition:all .5s ease
}

.nt_editor_modal.has_nt_modal {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(0,0,0,.5);
  z-index:99999
}

.nt_editor_modal.has_nt_modal .nt_modal_wrapper {
  position:relative;
  width:650px;
  background:#fff;
  max-width:95%;
  margin:70px auto 20px;
  -webkit-box-shadow:0 5px 20px rgba(0,0,0,.31);
  box-shadow:0 5px 20px rgba(0,0,0,.31);
  border-radius:3px;
  border:0;
  text-align:left
}

.nt_editor_modal .nt_modal_header {
  display:block;
  margin:0;
  padding:10px 20px;
  border-bottom:1px solid #e5e5e5;
  position:relative
}

.nt_editor_modal .nt_modal_header h3 {
  padding:0;
  margin:0;
  font-size:22px
}

.nt_editor_modal .nt_modal_header .nt_editor_close {
  position:absolute;
  top:15px;
  font-size:22px;
  right:20px;
  line-height:22px;
  color:#545454;
  font-family:arial;
  cursor:pointer
}

.nt_editor_modal .nt_modal_header .nt_editor_close:hover {
  color:#000
}

.nt_editor_modal .nt_modal_body {
  display:block;
  padding:20px 25px;
  max-height:calc(100vh - 200px);
  overflow-y:auto;
  text-align:left
}

.nt_editor_modal .nt_modal_body .nt_form_group {
  display:block;
  width:100%;
  margin-bottom:15px
}

.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 {
  padding:5px 10px;
  background:#fff;
  border:1px solid #e5e5e5;
  width:100%;
  min-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;
  text-align:right;
  border-top:1px solid #e5e5e5;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  padding:0 10px
}

.nt_editor_modal .nt_modal_footer .nt_editor_action {
  display:inline-block;
  padding:10px;
  color:#545454;
  cursor:pointer;
  margin-left:20px;
  font-size:16px
}

.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 {
  position:fixed;
  bottom:10px;
  right:10px;
  width:auto;
  padding:5px 20px;
  border-radius:5px;
  color:#31708f;
  background-color:#d9edf7;
  border-color:#bce8f1;
  z-index:9999999999;
  -webkit-box-shadow:3px 3px 3px 3px #b5b1b17a;
  box-shadow:3px 3px 3px 3px #b5b1b17a
}

.nt_pro_notification.nt_notification_type_success {
  color:#3c763d;
  background-color:#dff0d8;
  border-color:#d6e9c6
}

.nt_pro_notification.nt_notification_type_error {
  color:#a94442;
  background-color:#f2dede;
  border-color:#ebccd1
}

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,.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 {
  border:none!important;
  background-color:unset!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.table,.ninja_footable tbody,.ninja_footable td,.ninja_footable th {
  border:unset
}

.ninja_footable tfoot .footable-paging {
  background-color:#fff
}