/*************
Default Theme
*************/
/* overall */

.tablesorter-default tfoot th,
.tablesorter-default tfoot td {
    border: 0;
}

.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
    /*background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);*/
    background-image: url(../img/table_align.png);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal;
}

.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
    /*background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);*/
    background-image: url(../img/table_align_up.png);
}

.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
    /*background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);*/
    background-image: url(../img/table_align_down.png);
}

.tablesorter-default thead .sorter-false {
    background-image: none;
    cursor: default;
}

.tablesorter-header.th-word01.center {
    background-position: calc(50% + 20px) center;
}

.tablesorter-header.th-word02 {
    background-position: 35px center;
}

.tablesorter-header.th-word02.center {
    background-position: calc(50% + 24px) center;
}

.tablesorter-header.th-word03 {
    background-position: 47px center;
}

.tablesorter-header.th-word03.center {
    background-position: calc(50% + 30px) center;
}

.tablesorter-header.th-word04 {
    background-position: 62px center;
}

.tablesorter-header.th-word04.center {
    background-position: calc(50% + 36px) center;
}

.tablesorter-header.th-word05 {
    background-position: 75px center;
}

.tablesorter-header.th-word05.center {
    background-position: calc(50% + 42px) center;
}

.tablesorter-header.th-word06 {
    background-position: 88px center;
}

.tablesorter-header.th-word06.center {
    background-position: calc(50% + 48px) center;
}

.tablesorter-header.th-word07 {
    background-position: 91px center;
}

.tablesorter-header.th-word07.center {
    background-position: calc(50% + 54px) center;
}

.tablesorter-header.th-word08 {
    background-position: 104px center;
}

.tablesorter-header.th-word08.center {
    background-position: calc(50% + 60px) center;
}

.tablesorter-header.th-word09 {
    background-position: 122px center;
}

.tablesorter-header.th-word09.center {
    background-position: calc(50% + 66px) center;
}

.tablesorter-header.th-word10.center {
    background-position: calc(50% + 72px) center;
}

.tablesorter-header.th-word11.center {
    background-position: calc(50% + 78px) center;
}

.tablesorter-header.th-word12.center {
    background-position: calc(50% + 84px) center;
}

.tablesorter-header.th-word13.center {
    background-position: calc(50% + 90px) center;
}

.tablesorter-header.th-word14.center {
    background-position: calc(50% + 96px) center;
}

.tablesorter-header.th-word15.center {
    background-position: calc(50% + 102px) center;
}

/* Zebra Widget - row alternating colors */
.tablesorter-default tr.odd > td {
    background-color: #dfdfdf;
}

.tablesorter-default tr.even > td {
    background-color: #efefef;
}

/* Column Widget - column sort colors */
.tablesorter-default tr.odd td.primary {
    background-color: #bfbfbf;
}

.tablesorter-default td.primary,
.tablesorter-default tr.even td.primary {
    background-color: #d9d9d9;
}

.tablesorter-default tr.odd td.secondary {
    background-color: #d9d9d9;
}

.tablesorter-default td.secondary,
.tablesorter-default tr.even td.secondary {
    background-color: #e6e6e6;
}

.tablesorter-default tr.odd td.tertiary {
    background-color: #e6e6e6;
}

.tablesorter-default td.tertiary,
.tablesorter-default tr.even td.tertiary {
    background-color: #f2f2f2;
}

/* caption */
.tablesorter-default > caption {
    background-color: #fff;
}

/* filter widget */
.tablesorter-default .tablesorter-filter-row {
    background-color: #eee;
}

.tablesorter-default .tablesorter-filter-row td {
    background-color: #eee;
    border-bottom: #ccc 1px solid;
    line-height: normal;
    text-align: center;
    /* center the input */
    -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;
}

/* optional disabled input styling */
.tablesorter-default .tablesorter-filter-row .disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: not-allowed;
}

/* hidden filter row */
.tablesorter-default .tablesorter-filter-row.hideme td {
    /*** *********************************************** ***/
    /*** change this padding to modify the thickness     ***/
    /*** of the closed filter row (height = padding x 2) ***/
    padding: 2px;
    /*** *********************************************** ***/
    margin: 0;
    line-height: 0;
    cursor: pointer;
}

.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);
}

/* filters */
.tablesorter-default input.tablesorter-filter,
.tablesorter-default select.tablesorter-filter {
    width: 95%;
    height: auto;
    margin: 4px auto;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #bbb;
    color: #333;
    -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;
}

/* rows hidden by filtering (needed for child rows) */
.tablesorter .filtered {
    display: none;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99;
}