.t-loading {
    background: transparent url(../assets/images/twgrid/loading.gif) no-repeat 0 0;
}

.t-icon {
    background-image: url(../assets/images/twgrid/sprite.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -3333px;
    text-align: center;
    vertical-align: middle;
}

.t-refresh {
    background-position: -32px -240px;
    cursor: pointer;
}

.twgridth {
    padding: 3px;
    font-size: 14px;
}

.twgridtd {
    border: 0.5px solid #bac6ca;
    padding: 3px;
    font-size: 14px;
    background-color: #bcd4f47a;
}

.twcolfilterdtl {
    width: 150px;
    height: auto;
    padding: 5px;
    position: absolute;
    border: 1px solid black;
    background-color: darkgray;
    z-index: 1000;
}

.twgridtbody tr:hover {
    background-color: #ffffff;
}
