.ws-ls-loading-table
{
    width: 100%;
    height: 60px;
    background-image: url(images/ajax-loader-large.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.ws-ls-tooltip {
    position: relative;
    display: inline-block;
}

.ws-ls-tooltip span {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
}

.ws-ls-tooltip:hover span {
    visibility: visible;
}

/* Hide column toggle for Footables */
.form-group.footable-filtering-search .input-group-btn .dropdown-toggle {
    display: none;
}
.ws-ls-has-note .footable-toggle {
  color: red;
}
