@-webkit-keyframes tabulator-cell-loading {
  0% {
    opacity: 0.3;
    background-color: rgba(99, 110, 114, 0); }
  50% {
    opacity: 0.3;
    background-color: rgba(99, 110, 114, 0.8); }
  100% {
    opacity: 0.3;
    background-color: rgba(99, 110, 114, 0); } }
@keyframes tabulator-cell-loading {
  0% {
    opacity: 0.3;
    background-color: rgba(99, 110, 114, 0); }
  50% {
    opacity: 0.3;
    background-color: rgba(99, 110, 114, 0.8); }
  100% {
    opacity: 0.3;
    background-color: rgba(99, 110, 114, 0); } }
@-webkit-keyframes tabulator-cell-error {
  0% {
    background-color: #ff7675; }
  32% {
    background-color: #ff7675; }
  100% {
    background-color: rgba(255, 118, 117, 0); } }
@keyframes tabulator-cell-error {
  0% {
    background-color: #ff7675; }
  32% {
    background-color: #ff7675; }
  100% {
    background-color: rgba(255, 118, 117, 0); } }
@-webkit-keyframes tabulator-cell-success {
  0% {
    background-color: #55efc4; }
  32% {
    background-color: #55efc4; }
  100% {
    background-color: rgba(85, 239, 196, 0); } }
@keyframes tabulator-cell-success {
  0% {
    background-color: #55efc4; }
  32% {
    background-color: #55efc4; }
  100% {
    background-color: rgba(85, 239, 196, 0); } }
.tabulator-legend-box {
  display: inline-flex;
  flex-direction: row;
  margin-bottom: 10px;
  margin-right: 10px; }
  .tabulator-legend-box .tabulator-legend-color {
    width: 50px;
    margin-right: 10px;
    border-radius: 3px; }

.tabulator {
  /*.tabulator-col {
      height: auto !important;
  }*/ }
  .tabulator.underTabs {
    border-top: none; }
  .tabulator div.tabulator-cell.color-edited {
    background-color: #63cdda; }
  .tabulator div.tabulator-cell.tabulator-cell-error {
    -webkit-animation: tabulator-cell-error 3s ease 0s 1 normal;
    animation: tabulator-cell-error 3s ease 0s 1 normal; }
  .tabulator div.tabulator-cell.tabulator-cell-success {
    -webkit-animation: tabulator-cell-success 3s ease 0s 1 normal;
    animation: tabulator-cell-success 3s ease 0s 1 normal; }
  .tabulator div.tabulator-cell.tabulator-cell-loading {
    -webkit-animation: tabulator-cell-loading 1s ease 0s infinite normal;
    animation: tabulator-cell-loading 1s ease 0s infinite normal;
    pointer-events: none; }
  .tabulator div.tabulator-row-deleting {
    opacity: 0.2; }
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc], .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] {
    background: #cdcdcd; }
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-arrow {
    border-bottom: none;
    border-top: 9px solid #000000; }
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] .tabulator-col-content .tabulator-arrow {
    border-top: none;
    border-bottom: 9px solid #000000; }
  .tabulator .tabulator-header .tabulator-col input ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e6e6e6; }
  .tabulator .tabulator-header .tabulator-col input :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #e6e6e6; }
  .tabulator .tabulator-header .tabulator-col input ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #e6e6e6; }

div.tabulator-edit-select-list div.tabulator-edit-select-list-item:hover {
  background-color: rgba(127, 140, 141, 0.4);
  color: #000000; }
div.tabulator-edit-select-list div.tabulator-edit-select-list-item.active:hover {
  background-color: rgba(127, 140, 141, 0.8);
  color: #000000; }

.row-count {
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px; }

.select-filter-active {
  border: solid 2px #f39c12; }

.select-or {
  font-size: 12px;
  font-weight: bold;
  color: #333333; }

.filter-divider {
  display: inline-block;
  height: 38px;
  background: rgba(0, 0, 0, 0.3);
  width: 1px;
  margin-left: 8px;
  margin-right: 8px; }

.clients-filters-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin-top: 14px;
  margin-bottom: 14px; }
  .clients-filters-box .clients-filters-end {
    justify-self: end;
    align-self: end;
    margin-left: auto; }
  .clients-filters-box label {
    display: block; }

.tab-content-top {
  border-top: solid 1px #999999;
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
  padding: 10px; }

.tab-content-full {
  border: solid 1px #999999;
  padding: 10px; }

.tabulator-helper-text {
  color: #404040;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px; }

.preset-link.active {
  font-weight: bold; }

.tooltip-content {
  text-align: left; }

.tabulator-tableHolder .tabulator-cell.cell-center {
  text-align: center; }
.tabulator-tableHolder .tabulator-cell.cell-editable:after {
  content: '';
  display: inline-block;
  height: 40px;
  /*height of icon */
  width: 40px;
  /*width of icon */
  position: absolute;
  /*where to replace the icon */
  top: 0px;
  right: 0px;
  /*background */
  background: url(https://s3.amazonaws.com/s3.asiainspection.com/images/pencil-edit-button.svg) no-repeat;
  background-position: center;
  background-size: 18px 18px;
  opacity: 0.16; }
.tabulator-tableHolder .tabulator-cell.cell-editable-small:after {
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  position: absolute;
  /*where to replace the icon */
  top: 5px;
  right: 5px;
  /*background */
  background: url(https://s3.amazonaws.com/s3.asiainspection.com/images/pencil-edit-button.svg) no-repeat;
  background-position: center;
  background-size: 18px 18px;
  opacity: 0.16; }

.intro-text {
  position: relative;
  padding: 10px;
  background-color: white;
  border-radius: 7px;
  margin-bottom: 10px;
  height: 37px;
  overflow: hidden; }
  .intro-text .intro-text-hide {
    position: absolute;
    right: 12px;
    top: 10px;
    transform: rotate3d(1, 0, 0, 0turn); }
    .intro-text .intro-text-hide ion-icon {
      width: 20px;
      height: 20px; }
  .intro-text.open {
    height: 100%; }
    .intro-text.open .intro-text-hide {
      top: 2px;
      transform: rotate3d(1, 0, 0, 0.5turn); }

.intro-table {
  margin-bottom: 20px;
  border: solid 1px #E5E5E5; }
  .intro-table tr th {
    background: #676968;
    font-weight: bold;
    border: solid 1px #414242;
    padding: 5px 5px;
    color: #FFFFFF; }
  .intro-table tr td {
    background: #F1F1F1;
    border-color: #E5E5E5;
    border: solid 1px #999999;
    padding: 5px 5px; }

.tabulator-edit-select-list {
  max-height: 450px;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll; }
