/**
 * default theme v4.x
 */
.tablesorter-default {
    width: 100%;
}

    .tablesorter-default thead th,
    .tablesorter-default thead td,
    .tablesorter-default tfoot th,
    .tablesorter-default tfoot td {
        font-weight: bold;
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 5px;
        margin: 0 0 18px;
    }

    .tablesorter-default thead .tablesorter-header {
        background-position: right 5px center;
        background-repeat: no-repeat;
        cursor: pointer;
        white-space: normal;
    }

    .tablesorter-default:not(.table-dark) thead:not(.thead-dark) .tablesorter-header,
    .tablesorter-default:not(.table-dark) tfoot th,
    .tablesorter-default:not(.table-dark) tfoot td {
        background-color: white;
    }

    .tablesorter-default thead .sorter-false {
        cursor: default;
        background-image: none;
    }

    .tablesorter-default .tablesorter-header-inner {
        position: relative;
        padding: 3px 18px 0px 0px;
        color: black;
    }

    .tablesorter-default .sorter-false .tablesorter-header-inner {
        padding: 4px;
    }

    /* black icons */
    .tablesorter-default thead .tablesorter-headerUnSorted:not(.sorter-false) {
        background-image: url(../images/Principal/black-unsorted.gif);
    }

    .tablesorter-default thead .tablesorter-headerAsc {
        background-image: url(../images/Principal/black-asc.gif);
    }

    .tablesorter-default thead .tablesorter-headerDesc {
        background-image: url(../images/Principal/black-desc.gif);
    }

    /* since default (table-striped) uses nth-child(), we just use this to add a zebra stripe color */
    .tablesorter-default:not(.table-dark) > tbody > tr.odd > td,
    .tablesorter-default:not(.table-dark) > tbody > tr.tablesorter-hasChildRow.odd:hover ~ tr.tablesorter-hasChildRow.odd ~ .tablesorter-childRow.odd > td {
        background-color: #f9f9f9;
    }

    .tablesorter-default:not(.table-dark) > tbody > tr.hover > td,
    .tablesorter-default:not(.table-dark) > tbody > tr.odd:hover > td,
    .tablesorter-default:not(.table-dark) > tbody > tr.even:hover > td,
    .tablesorter-default:not(.table-dark) > tbody > tr.tablesorter-hasChildRow.odd:hover ~ .tablesorter-childRow.odd > td,
    .tablesorter-default:not(.table-dark) > tbody > tr.tablesorter-hasChildRow.even:hover ~ .tablesorter-childRow.even > td {
        background-color: #f5f5f5;
    }

    .tablesorter-default:not(.table-dark) > tbody > tr.even > td,
    .tablesorter-default:not(.table-dark) > tbody > tr.tablesorter-hasChildRow.even:hover ~ tr.tablesorter-hasChildRow.even ~ .tablesorter-childRow.even > td {
        background-color: #fff;
    }

    /* processing icon */
    .tablesorter-default .tablesorter-processing {
        background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=');
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

    /* Column Widget - column sort colors */
    .tablesorter-default:not(.table-dark) > tbody > tr.odd td.primary {
        background-color: #eaeaea;
        font-weight: bold;
    }

    .tablesorter-default:not(.table-dark) > tbody > tr td.primary,
    .tablesorter-default:not(.table-dark) > tbody > tr.even td.primary {
        background-color: #e2e2e2;
        font-weight: bold;
    }

    .tablesorter-default:not(.table-dark) > tbody > tr.odd td.secondary {
        background-color: #e2e2e2;
        font-weight: bold;
    }

    .tablesorter-default:not(.table-dark) > tbody > tr td.secondary,
    .tablesorter-default:not(.table-dark) > tbody > tr.even td.secondary {
        background-color: #e6e6e6;
    }

    .tablesorter-default:not(.table-dark) > tbody > tr.odd td.tertiary {
        background-color: #e6e6e6;
    }

    .tablesorter-default:not(.table-dark) > tbody > tr td.tertiary,
    .tablesorter-default:not(.table-dark) > tbody > tr.even td.tertiary {
        background-color: #f2f2f2;
    }

    /* caption */
    .tablesorter-default:not(.table-dark) .caption {
        background-color: #fff;
    }

    /* filter widget */
    .tablesorter-default .tablesorter-filter-row input.tablesorter-filter,
    .tablesorter-default .tablesorter-filter-row select.tablesorter-filter {
        width: 98%;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: height 0.1s ease;
        -moz-transition: height 0.1s ease;
        -o-transition: height 0.1s ease;
        transition: height 0.1s ease;
    }

    .tablesorter-default:not(.table-dark) .tablesorter-filter-row {
        background-color: #efefef;
    }

        .tablesorter-default:not(.table-dark) .tablesorter-filter-row input.tablesorter-filter,
        .tablesorter-default:not(.table-dark) .tablesorter-filter-row select.tablesorter-filter {
            color: #333;
        }

    .tablesorter-default .tablesorter-filter-row .tablesorter-filter.disabled {
        cursor: not-allowed;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
        box-sizing: border-box;
        transition: height 0.1s ease;
    }

    .tablesorter-default:not(.table-dark) .tablesorter-filter-row td {
        line-height: normal;
        text-align: center;
        padding: 4px 6px;
        vertical-align: middle;
        -webkit-transition: line-height 0.1s ease;
        -moz-transition: line-height 0.1s ease;
        -o-transition: line-height 0.1s ease;
        transition: line-height 0.1s ease;
    }
    /* hidden filter row */
    .tablesorter-default .tablesorter-filter-row.hideme td {
        padding: 2px; /* change this to modify the thickness of the closed border row */
        margin: 0;
        line-height: 0;
    }

    .tablesorter-default .tablesorter-filter-row.hideme * {
        height: 1px;
        min-height: 0;
        border: 0;
        padding: 0;
        margin: 0;
        /* don't use visibility: hidden because it disables tabbing */
        opacity: 0;
        filter: alpha(opacity=0);
    }
/* rows hidden by filtering */
.tablesorter .filtered {
    display: none;
}

/* pager plugin */
.tablesorter-default .tablesorter-pager .pagedisplay {
    border: 0;
}

/* ajax error row */
.tablesorter:not(.table-dark) .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99;
}
