/*************
Default Theme
*************/

/* header */

.tablesorter-default .header .tablesorter-header-inner,
.tablesorter-default .tablesorter-header .tablesorter-header-inner {
    background-image: url(assets/white-unsorted.gif);
    background-position: center left;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal;
}

.tablesorter-default thead .headerSortUp .tablesorter-header-inner,
.tablesorter-default thead .tablesorter-headerSortUp .tablesorter-header-inner,
.tablesorter-default thead .tablesorter-headerAsc .tablesorter-header-inner {
    background-image: url(assets/white-asc.gif);
}

.tablesorter-default thead .headerSortDown .tablesorter-header-inner,
.tablesorter-default thead .tablesorter-headerSortDown .tablesorter-header-inner,
.tablesorter-default thead .tablesorter-headerDesc .tablesorter-header-inner {
    background-image: url(assets/white-desc.gif);
}

.tablesorter-default thead .sorter-false {
    background-image: none;
    cursor: default;
    padding: 4px;
}

.tablesorter-header {
    padding-left: 15px;
    padding-right: 15px;
}
.tablesorter-header:hover {
    opacity: 0.8;
}

.tablesorter-header-inner {
    width: 100%;

}

/* table processing indicator */

.tablesorter-default .tablesorter-processing {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    /* background-image: url(images/loading.gif) !important; */
    background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
}  }