.ht {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
}
.ht th,
.ht td {
    border-bottom: 1px solid #d9d9d9;
    padding: 2px 3px;
    line-height: 20px;
}

.ht-hide-column {
    display: none;
}

.ht-h-cell {
    position: relative;
}
.ht-h-cell > .ht-filter {
    position: absolute;
    right: 3px;
    top: 6px;
}
.ht-h-cell > .ht-filter,
.ht-h-cell > .ht-filter > i.fa {
    color: #b6b6b6;
}
.ht-h-cell > .ht-filter:hover,
.ht-h-cell > .ht-filter:hover > i.fa {
    color: #6f6f6f;
}
.button.button-default.ht-active-filter,
.ht-h-cell > .ht-filter.ht-active-filter > i.fa,
.ht-active-filter {
    color: #22bb69 !important;
}
.ht-h-cell.ht-h-cell-filtering {
}

.ht-container {
    width: 100%;
    margin: auto;
}
.ht-container-header {
    top: 92px;
    position: fixed;
    width: auto;
    display: none;
    border: none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    z-index: 99;
    background-color: #fff;
}

.ht-option-bar-fixed {
    display: none;
    top: 50px;
    position: fixed;
    z-index: 99;
    box-sizing: content-box;
}

.ht-clear-filters {
    display: none;
}

.ht-no-results {
    display: none;
}

.button.button-default.ht-active-filter,
.ht-active-filter {
    color: #ff3333 !important;
}

@-webkit-keyframes ht-flash {
    0% {
        background-color: transparent;
        opacity: 1;
    }
    50% {
        background-color: #def5e9;
        -webkit-box-shadow: 0px 0px 15px 5px rgba(222, 245, 233, 1);
        -moz-box-shadow: 0px 0px 15px 5px rgba(222, 245, 233, 1);
        box-shadow: 0px 0px 15px 5px rgba(222, 245, 233, 1);
    }
    100% {
        background-color: transparent;
    }
}

.ht-flash {
    -webkit-animation-name: ht-flash !important;
    -webkit-animation-duration: 1000ms !important;
    -webkit-animation-iteration-count: 5 !important;
    -webkit-animation-timing-function: ease-in-out !important;
}

.ht-folded {
    display: none;
}
.pretty-table td.save-button {
    width: 25px;
}

.legend-redesign {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.legend-redesign div.legend-element {
    display: flex;
    align-items: center;
    margin: 0;
    float: none;
    color: #76787c;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.legend-redesign div.legend-element > span {
    width: 30px;
    height: 20px;
    border-radius: 4px;
    margin-right: 5px;
    border-right: 0;
}
