@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";

/* FontAwesome Icons - We're not actually using FontAwesome classes but instead provide a simple mapping from FontAwesome to FooTable class names. */

.fooicon {
  display: inline-block;
  font-size: inherit;
  font-family: "Font Awesome 5 Free" !important;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fooicon:before,
.fooicon:after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

.fooicon-pencil:before {
  content: "\F040";
}

.fooicon-trash:before {
  content: "\F1F8";
}

.fooicon-eye-close:before {
  content: "\F070";
}

.fooicon-flash:before {
  content: "\F0E7";
}

.fooicon-cog:before {
  content: "\F013";
}

.fooicon-stats:before {
  content: "\F080";
}

span.toggle-keys,
span.order-status {
  cursor: pointer;
}

