2017-01-07 01:46:57 +00:00
|
|
|
/**
|
|
|
|
* Bootstrap theme v3.x
|
|
|
|
*
|
|
|
|
* WARNING!... once a stable Bootstrap v4.x is released,
|
|
|
|
* this file will be removed; use theme.bootstrap_3.css
|
|
|
|
*/
|
2012-07-25 19:59:09 +00:00
|
|
|
.tablesorter-bootstrap {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2014-04-10 12:22:23 +00:00
|
|
|
.tablesorter-bootstrap thead th,
|
|
|
|
.tablesorter-bootstrap thead td,
|
2012-11-23 01:53:41 +00:00
|
|
|
.tablesorter-bootstrap tfoot th,
|
|
|
|
.tablesorter-bootstrap tfoot td {
|
2015-04-09 19:39:48 +00:00
|
|
|
font: 14px/20px Arial, Sans-serif;
|
|
|
|
font-weight: bold;
|
2013-10-10 20:12:39 +00:00
|
|
|
padding: 4px;
|
2012-07-25 19:59:09 +00:00
|
|
|
margin: 0 0 18px;
|
2013-10-10 20:12:39 +00:00
|
|
|
background-color: #eee;
|
2012-07-25 19:59:09 +00:00
|
|
|
}
|
|
|
|
|
2012-11-23 01:53:41 +00:00
|
|
|
.tablesorter-bootstrap .tablesorter-header {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2016-04-11 21:03:15 +00:00
|
|
|
.tablesorter-bootstrap .sorter-false {
|
|
|
|
cursor: default;
|
|
|
|
}
|
2012-11-23 01:53:41 +00:00
|
|
|
|
2016-07-11 23:34:11 +00:00
|
|
|
.tablesorter-bootstrap .tablesorter-header.sorter-false i.tablesorter-icon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-09-27 19:57:19 +00:00
|
|
|
.tablesorter-bootstrap .tablesorter-header-inner {
|
|
|
|
position: relative;
|
|
|
|
padding: 4px 18px 4px 4px;
|
|
|
|
}
|
2016-07-11 23:34:11 +00:00
|
|
|
.tablesorter-bootstrap .sorter-false .tablesorter-header-inner {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
2012-09-27 19:57:19 +00:00
|
|
|
|
2012-07-25 19:59:09 +00:00
|
|
|
/* bootstrap uses <i> for icons */
|
2014-12-01 18:15:49 +00:00
|
|
|
.tablesorter-bootstrap .tablesorter-header i.tablesorter-icon {
|
2013-10-10 20:12:39 +00:00
|
|
|
font-size: 11px;
|
2012-07-25 19:59:09 +00:00
|
|
|
position: absolute;
|
2012-09-27 19:57:19 +00:00
|
|
|
right: 2px;
|
2012-07-25 19:59:09 +00:00
|
|
|
top: 50%;
|
|
|
|
margin-top: -7px; /* half the icon height; older IE doesn't like this */
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
line-height: 14px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2014-05-05 19:19:29 +00:00
|
|
|
|
|
|
|
/* black unsorted icon */
|
2012-08-19 21:34:53 +00:00
|
|
|
.tablesorter-bootstrap .bootstrap-icon-unsorted {
|
2016-07-13 13:21:07 +00:00
|
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAA20lEQVR4AWJABpKSkoxALCstLb0aUAsZaCAMhVEY6B0amx8YZWDDEDSBa2AGe7XeIiAAClYwVGBvsAcIllsf/mvcC9DgOOd8h90fxWvngVEUbZIkuWRZZlE8eQjcisgZMM9zi+LJ6ZfwegmWZflZDugdHMfxTcGqql7TNBlUB/QObtv2VBSFrev6OY7jngzFk9OT/fn73fWYpqnlXNyXDMWT0zuYx/Bvel9ej+LJ6R08DMOu67q7DkTkrSA5vYPneV71fX/QASdTkJwezhs0TfMARn0wMDDGXEPgF4oijqwM5YjNAAAAAElFTkSuQmCC);
|
2012-07-25 19:59:09 +00:00
|
|
|
}
|
|
|
|
|
2014-06-13 18:53:21 +00:00
|
|
|
/* white unsorted icon */
|
|
|
|
.tablesorter-bootstrap .icon-white.bootstrap-icon-unsorted {
|
2016-07-13 13:21:07 +00:00
|
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAe0lEQVR4AbXQoRWDMBiF0Sh2QLAAQ8SxJGugWSA6A2STW1PxTsnB9cnkfuYvv8OGC1t5G3Y0QMP+Bm857keAdQIzWBP3+Bw4MADQE18B6/etRnCV/w9nnGuLezfAmXhABGtAGIkruvk6auIFRwQJDywllsEAjCecB20GP59BQQ+gtlRLAAAAAElFTkSuQmCC);
|
2014-05-05 19:19:29 +00:00
|
|
|
}
|
|
|
|
|
2012-07-25 19:59:09 +00:00
|
|
|
/* since bootstrap (table-striped) uses nth-child(), we just use this to add a zebra stripe color */
|
2014-04-03 05:43:51 +00:00
|
|
|
.tablesorter-bootstrap > tbody > tr.odd > td,
|
|
|
|
.tablesorter-bootstrap > tbody > tr.tablesorter-hasChildRow.odd:hover ~ tr.tablesorter-hasChildRow.odd ~ .tablesorter-childRow.odd > td {
|
2012-07-25 19:59:09 +00:00
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
2015-03-23 21:13:26 +00:00
|
|
|
.tablesorter-bootstrap > tbody > tr.hover > td,
|
2014-02-27 21:06:57 +00:00
|
|
|
.tablesorter-bootstrap > tbody > tr.odd:hover > td,
|
2014-04-03 05:43:51 +00:00
|
|
|
.tablesorter-bootstrap > tbody > tr.even:hover > td,
|
|
|
|
.tablesorter-bootstrap > tbody > tr.tablesorter-hasChildRow.odd:hover ~ .tablesorter-childRow.odd > td,
|
|
|
|
.tablesorter-bootstrap > tbody > tr.tablesorter-hasChildRow.even:hover ~ .tablesorter-childRow.even > td {
|
2012-07-25 19:59:09 +00:00
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
2014-04-03 05:43:51 +00:00
|
|
|
.tablesorter-bootstrap > tbody > tr.even > td,
|
|
|
|
.tablesorter-bootstrap > tbody > tr.tablesorter-hasChildRow.even:hover ~ tr.tablesorter-hasChildRow.even ~ .tablesorter-childRow.even > td {
|
2012-07-25 19:59:09 +00:00
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
2012-08-19 21:34:53 +00:00
|
|
|
/* processing icon */
|
|
|
|
.tablesorter-bootstrap .tablesorter-processing {
|
|
|
|
background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=');
|
2013-11-08 08:43:57 +00:00
|
|
|
background-position: center center !important;
|
|
|
|
background-repeat: no-repeat !important;
|
2012-08-19 21:34:53 +00:00
|
|
|
}
|
|
|
|
|
2016-12-31 00:08:32 +00:00
|
|
|
/* Column Widget - column sort colors */
|
|
|
|
.tablesorter-bootstrap > tbody > tr.odd td.primary {
|
|
|
|
background-color: #bfbfbf;
|
|
|
|
}
|
|
|
|
.tablesorter-bootstrap > tbody > tr td.primary,
|
|
|
|
.tablesorter-bootstrap > tbody > tr.even td.primary {
|
|
|
|
background-color: #d9d9d9;
|
|
|
|
}
|
|
|
|
.tablesorter-bootstrap > tbody > tr.odd td.secondary {
|
|
|
|
background-color: #d9d9d9;
|
|
|
|
}
|
|
|
|
.tablesorter-bootstrap > tbody > tr td.secondary,
|
|
|
|
.tablesorter-bootstrap > tbody > tr.even td.secondary {
|
|
|
|
background-color: #e6e6e6;
|
|
|
|
}
|
|
|
|
.tablesorter-bootstrap > tbody > tr.odd td.tertiary {
|
|
|
|
background-color: #e6e6e6;
|
|
|
|
}
|
|
|
|
.tablesorter-bootstrap > tbody > tr td.tertiary,
|
|
|
|
.tablesorter-bootstrap > tbody > tr.even td.tertiary {
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
}
|
|
|
|
|
2013-04-01 16:02:48 +00:00
|
|
|
/* caption */
|
2013-11-09 05:14:23 +00:00
|
|
|
.caption {
|
2015-03-25 15:42:05 +00:00
|
|
|
background-color: #fff;
|
2013-04-01 16:02:48 +00:00
|
|
|
}
|
|
|
|
|
2012-08-19 21:34:53 +00:00
|
|
|
/* filter widget */
|
2014-11-06 21:16:30 +00:00
|
|
|
.tablesorter-bootstrap .tablesorter-filter-row input.tablesorter-filter,
|
|
|
|
.tablesorter-bootstrap .tablesorter-filter-row select.tablesorter-filter {
|
2012-08-19 21:34:53 +00:00
|
|
|
width: 98%;
|
2015-03-24 18:27:08 +00:00
|
|
|
margin: 0;
|
2012-10-13 19:06:50 +00:00
|
|
|
padding: 4px 6px;
|
2012-08-19 21:34:53 +00:00
|
|
|
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;
|
|
|
|
}
|
2013-04-23 15:44:40 +00:00
|
|
|
.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter.disabled {
|
2014-01-27 19:28:21 +00:00
|
|
|
background-color: #eee;
|
|
|
|
color: #555;
|
2013-04-26 15:35:48 +00:00
|
|
|
cursor: not-allowed;
|
2014-01-27 19:28:21 +00:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
|
|
|
|
box-sizing: border-box;
|
|
|
|
transition: height 0.1s ease;
|
2013-04-23 15:44:40 +00:00
|
|
|
}
|
2015-01-14 17:23:16 +00:00
|
|
|
.tablesorter-bootstrap .tablesorter-filter-row {
|
2015-03-25 15:42:05 +00:00
|
|
|
background-color: #efefef;
|
2015-01-14 17:23:16 +00:00
|
|
|
}
|
2012-08-19 21:34:53 +00:00
|
|
|
.tablesorter-bootstrap .tablesorter-filter-row td {
|
2015-03-25 15:42:05 +00:00
|
|
|
background-color: #efefef;
|
2012-08-19 21:34:53 +00:00
|
|
|
line-height: normal;
|
|
|
|
text-align: center;
|
2012-10-13 19:06:50 +00:00
|
|
|
padding: 4px 6px;
|
|
|
|
vertical-align: middle;
|
2012-08-19 21:34:53 +00:00
|
|
|
-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-bootstrap .tablesorter-filter-row.hideme td {
|
|
|
|
padding: 2px; /* change this to modify the thickness of the closed border row */
|
|
|
|
margin: 0;
|
|
|
|
line-height: 0;
|
|
|
|
}
|
2014-11-05 22:53:06 +00:00
|
|
|
.tablesorter-bootstrap .tablesorter-filter-row.hideme * {
|
2012-08-19 21:34:53 +00:00
|
|
|
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);
|
|
|
|
}
|
2016-12-31 00:08:32 +00:00
|
|
|
/* rows hidden by filtering */
|
2014-03-31 10:07:19 +00:00
|
|
|
.tablesorter .filtered {
|
|
|
|
display: none;
|
|
|
|
}
|
2012-08-19 21:34:53 +00:00
|
|
|
|
2012-07-25 19:59:09 +00:00
|
|
|
/* pager plugin */
|
|
|
|
.tablesorter-bootstrap .tablesorter-pager select {
|
2012-10-13 19:06:50 +00:00
|
|
|
padding: 4px 6px;
|
2012-07-25 19:59:09 +00:00
|
|
|
}
|
2012-10-13 19:06:50 +00:00
|
|
|
.tablesorter-bootstrap .tablesorter-pager .pagedisplay {
|
|
|
|
border: 0;
|
2013-04-23 15:44:40 +00:00
|
|
|
}
|
2013-10-10 20:12:39 +00:00
|
|
|
/* tfoot i for pager controls */
|
|
|
|
.tablesorter-bootstrap tfoot i {
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
2013-05-07 15:13:50 +00:00
|
|
|
|
|
|
|
/* ajax error row */
|
|
|
|
.tablesorter .tablesorter-errorRow td {
|
2014-02-05 12:10:55 +00:00
|
|
|
text-align: center;
|
2013-05-07 15:13:50 +00:00
|
|
|
cursor: pointer;
|
|
|
|
background-color: #e6bf99;
|
|
|
|
}
|