﻿.tablesorter-default {
    width: 100%;
    border-spacing: 0;
    margin: 10px 0 15px;
    text-align: left;
}

.tablesorter-default .tablesorter-header {
    border-collapse: collapse;
    border-bottom: transparent 2px solid;
    padding: 0 0 0 1em;
}

.tablesorter-header:not(.resizable-false) {
    border-right: #d8d8d8 2px dotted;                                           
}

.tablesorter-header:last-child {
    border-right: none !important;
}

.tablesorter-default tfoot td, .tablesorter-default tfoot th {
    border: 0;
}

.grid__filter {
    display: inline-block;
    margin: 0 15px 0 0;
}
.grid__view {
    display: inline-block;
    height: 20px;
    padding-left: 20px;
    margin: 0 0.5em;
    text-align: left;
    background: no-repeat left center;
    border: 0;
    cursor: pointer;
}
.grid__view--preview {
    background-image: url(../img/application-list.png) ;
}
.grid__view--grid {
    background-image: url(../img/application-icon-large.png);
}
.grid__view--list {
    background-image: url(../img/application-list.png);
}
.grid__empty-dataset {
    height: 50px;
    text-align: center;
    vertical-align: middle;
    color: #666;
    background-color: #fff;
}

.tablesorter-default .header, .tablesorter-default .tablesorter-header {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: nowrap;
    padding-right: 20px;
}

.tablesorter-default thead .headerSortUp, .tablesorter-default thead .tablesorter-headerAsc, .tablesorter-default thead .tablesorter-headerSortUp {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
    border-bottom: 2px solid var(--color-text-header);
}

.tablesorter-default thead .headerSortDown, .tablesorter-default thead .tablesorter-headerDesc, .tablesorter-default thead .tablesorter-headerSortDown {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
    border-bottom: 2px solid var(--color-text-header);
}

.tablesorter-default thead .sorter-false {
    background-image: none;
    cursor: default;
}

.tablesorter-default tfoot .tablesorter-headerAsc, .tablesorter-default tfoot .tablesorter-headerDesc, .tablesorter-default tfoot .tablesorter-headerSortDown, .tablesorter-default tfoot .tablesorter-headerSortUp {
    border-top: 2px solid var(--color-text-header);
}

/*.tablesorter-default td {
    background-color: #fff;
    border-bottom: #ccc 1px solid;
    padding: 4px;
    vertical-align: top;
}*/

/*.tablesorter-default tbody > tr.even:hover > td, .tablesorter-default tbody > tr.hover > td, .tablesorter-default tbody > tr.odd:hover > td, .tablesorter-default tbody > tr:hover > td {
    background-color: #fff;
    color: #000;
}*/

.tablesorter-default .tablesorter-processing {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=) !important;
}

caption {
    background-color: #fff;
}

.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;
    -webkit-transition: line-height .1s ease;
    -moz-transition: line-height .1s ease;
    -o-transition: line-height .1s ease;
    transition: line-height .1s ease;
}

.tablesorter-default .tablesorter-filter-row .disabled {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: not-allowed;
}

.tablesorter-default .tablesorter-filter-row.hideme td {
    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;
    opacity: 0;
    filter: alpha(opacity=0);
}

.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: var(--color-text-header);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height .1s ease;
    -moz-transition: height .1s ease;
    -o-transition: height .1s ease;
    transition: height .1s ease;
}

.tablesorter .filtered {
    display: none;
}

.tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99;
}

.folder-viewer__select {
    padding-left: 0;
}

.folder-viewer__icon.icon {
    padding-left: 0;
    padding-right: 0;
}
/* RESIZABLE */

/* ensure box-sizing is set to content-box, if using jQuery versions older than 1.8;
 this page is using jQuery 1.4 */
/* overflow table */
.vp-table {
    width: 100%;
}
.vp-table table {
  width: 100%;
  table-layout: fixed;
}
.vp-table .tablesorter td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 10px;
}
.vp-table .tablesorter th {
  text-overflow: ellipsis;
  min-width: 10px;
}
.vp-table .table-column-resizer {
    cursor: w-resize;
    position: absolute;
    z-index: 1;
    right: -35px;
    top: 0;
    height: 100%;
    width: 15px;
}
.vp-table .tablesorter th:last-child .table-column-resizer {
    right: -20px;
}

.grid__view-selector {
    float: right;
}

.grid__view.active {
    text-decoration: none;
    cursor: default;
}

.vp-table thead th.preview, .vp-table tbody td.preview {
    display: none;
}

.vp-table.preview-mode thead th.preview, .vp-table.preview-mode tbody td.preview {
    display: table-cell;
}

.vp-table.grid-mode .grid {
    width: auto !important;
}
.vp-table.grid-mode thead th {
    display: none;
}
.grid__empty-dataset {
    padding: 2em !important;
}
.vp-table.grid-mode .vp-table--empty, .vp-table--empty > tbody > tr, .vp-table--empty > tbody > tr > td {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: auto !important;
}
.vp-table.grid-mode .vp-table--empty tbody tr:hover {
    background-color: inherit !important;
}
.vp-table.grid-mode .vp-table--empty tbody tr {
    background-color: inherit !important;
}
/* grid folder-view specific */
.vp-table.grid-mode tbody tr {
    display: inline-block;
    width: 260px;
    height: 265px;
    padding: 5px;
    margin-right: 10px;
    background-color: #f8f8f8 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vp-table td.folder-viewer__select, .vp-table th.folder-viewer__select {
    padding-left: 0;
    padding-right: 0;
}
.vp-table.grid-mode tbody tr.filtered {
    display: none;
}
.vp-table.grid-mode td, .vp-table.grid-mode tbody td.preview {
    display: block;
    padding: 0 0 0 10px;
    min-height: 1em;
}

.vp-table.grid-mode td.preview {
    padding-left: 0;
}

.vp-table.grid-mode .grid__dir-preview-wrapper {
    width: 250px;
    height: 180px;
}
.vp-table.grid-mode .grid__dir-preview {
    max-width: 240px;
    max-height: 170px;
}
.vp-table.grid-mode .folder-viewer__revision, .vp-table.grid-mode .folder-viewer__lastUpdated  {
    display: none;
}
.vp-table.grid-mode .grid__dir-preview-wrapper--icon {
    display: block;
}

.vp-table.grid-mode .folder-viewer__icon {
    display: none
} 

.vp-table.grid-mode .folder-viewer__select {
    padding-left: 5px;
}

.tablesorter-header-inner {
    overflow: hidden;
    text-overflow: ellipsis;
}

.tablesorter-pager {
    padding: 5px;
}

td.tablesorter-pager {
    background-color: #e6eeee;
    margin: 0;
}

.tablesorter-pager img {
    vertical-align: middle;
    margin-right: 2px;
    cursor: pointer;
}

.tablesorter-pager .pagedisplay {
    padding: 0 5px;
    width: auto;
    white-space: nowrap;
    text-align: center;
}

.tablesorter-pager select {
    margin: 0;
    padding: 0;
}

.tablesorter-pager.disabled {
    display: none;
}

.tablesorter-pager .disabled {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default;
}

.grid__dir-preview-wrapper {
    width: 100px;
    height: 100px;
    padding: 5px;
    text-align: center;
}

.grid__dir-preview.lazy[src] {
    box-shadow: 1px 1px 2px #000;
}

.grid__dir-preview {
    max-width:90px;
    max-height:90px;
}
.grid__icon {
    width: 100%;
    height: 100%;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #eee;
    background-color: #fff;
}

.grid__dir-preview-wrapper--icon {
    display: none;
}

.sticky .tablesorter-headerRow {
    background-color: #fff;
}

.pager.js-hidden {
    display: none !important; /* the tablesorter ALWAYS makes the pager visible, even if we want to hide it using js-hidden */
}
.report__pager__button {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    border: 0;
    vertical-align: middle;
}
.report__pager__button--first {
    background-image: url(../img/double-arrow-left.png);
}
.report__pager__button--prev {
    background-image: url(../img/control-180.png);
}
.report__pager__button--next {
    background-image: url(../img/control.png);
}
.report__pager__button--last {
    background-image: url(../img/double-arrow-right.png);
}
