/*************
  Blue Theme
 *************/
/* overall */
.tablesorter-instream {
	width: 100%;
	background-color: #fff;
	margin: 10px 0 15px;
	text-align: center;
	border-spacing: 0;
	border: #cdcdcd 1px solid;
	border-width: 1px 0 0 1px;
}

.tablesorter-instream th,
.tablesorter-instream td {
	border: #cdcdcd 1px solid;
	border-width: 0 1px 1px 0;
}

/* header */

.tablesorter-instream th,
.tablesorter-instream thead td {
	font: bold 11px/18px Helvetica, Verdana, Arial, Sans-serif;
	color: #333;
	background-color: #dff3fd;
	border-collapse: collapse;
	padding: 15px !important;
	text-align: center;
}

.tablesorter-instream tbody td,
.tablesorter-instream tfoot th,
.tablesorter-instream tfoot td {
	padding: 5px 15px !important;
	vertical-align: middle;
}

.tablesorter-instream .header,
.tablesorter-instream .tablesorter-header {
	/* black (unsorted) double arrow */
	background-image: url('/Content/css/themes/base/tablesorter/images/instream-asc-desc.png');
	/*background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);*/
	/* white (unsorted) double arrow */
	/* background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
	/* image */
	/* background-image: url(images/black-unsorted.gif); */
	background-repeat: no-repeat;
	background-position: center right;
	padding: 4px 18px 4px 4px;
	white-space: normal;
	cursor: pointer;
}
.tablesorter-instream .headerSortUp,
.tablesorter-instream .tablesorter-headerSortUp,
.tablesorter-instream .tablesorter-headerAsc {
	background-color: #dff3fd;
	/* black asc arrow */
	background-image: url('/Content/css/themes/base/tablesorter/images/instream-asc.png');
	/*background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);*/
	/* white asc arrow */
	/* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); */
	/* image */
	/* background-image: url(images/black-asc.gif); */

}
.tablesorter-instream .headerSortDown,
.tablesorter-instream .tablesorter-headerSortDown,
.tablesorter-instream .tablesorter-headerDesc {
	background-color: #dff3fd;
	/* black desc arrow */
	background-image: url('/Content/css/themes/base/tablesorter/images/instream-desc.png');
	/*background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);*/
	/* white desc arrow */
	/* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); */
	/* image */
	/* background-image: url(images/black-desc.gif); */

}
.tablesorter-instream thead .sorter-false {
	background-image: none;
	padding: 4px;
}

.tablesorter-instream thead th .tablesorter-header-inner .ico { 
	padding: 0 0 0 0; margin: 0 !important; height: 17px !important; background: transparent url('images/spr-header.png') no-repeat 0 0;
}

.tablesorter-instream thead th .tablesorter-header-inner p { margin: 0 !important; }

.tablesorter-instream thead th .tablesorter-header-inner .isystem { background-position: 0 0 !important; padding: 4px 0 0 20px !important; }
.tablesorter-instream thead th .tablesorter-header-inner .iinfo { background-position: 0 -21px !important; padding: 4px 0 0 30px !important; }
.tablesorter-instream thead th .tablesorter-header-inner .icustomer { background-position: 0 -42px !important; padding: 4px 0 0 32px !important; }
.tablesorter-instream thead th .tablesorter-header-inner .isuppliers { background-position: 0 -63px !important; padding: 4px 0 0 34px !important; }
.tablesorter-instream thead th .tablesorter-header-inner .idelete { background-position: 0 -84px !important; padding: 4px 0 0 20px !important; }

.tablesorter-instream thead th .tablesorter-header-inner .instream-sort { position: absolute; left: 162px; margin: -19px 0 0 0; padding: 0; width: 50px; }

.tablesorter-instream thead th .tablesorter-header-inner .instream-sort .instream-asc { 
    float: none; display: inline-block; margin: 0; padding: 0; overflow: hidden; width: 22px; height: 22px; 
    background: transparent url(/content/css/themes/base/layout/spr-main.png) no-repeat 0 -66px; text-decoration: none;
}

.tablesorter-instream thead th .tablesorter-header-inner .instream-sort .instream-asc:hover { background-position: -23px -66px; }

.tablesorter-instream thead th .tablesorter-header-inner .instream-sort .instream-desc { 
    float: none; display: inline-block; margin: 0 6px 0 0; padding: 0; overflow: hidden; width: 22px; height: 22px; 
    background: transparent url(/content/css/themes/base/layout/spr-main.png) no-repeat 0 -44px; text-decoration: none;
}

.tablesorter-instream thead th .tablesorter-header-inner .instream-sort .instream-desc:hover { background-position: -23px -44px; }

/* tfoot */
.tablesorter-instream tfoot .tablesorter-headerSortUp,
.tablesorter-instream tfoot .tablesorter-headerSortDown,
.tablesorter-instream tfoot .tablesorter-headerAsc,
.tablesorter-instream tfoot .tablesorter-headerDesc {
	/* remove sort arrows from footer */
	background-image: none;
}

/* tbody */
.tablesorter-instream td {
	color: #333333;
	background-color: #fff;
	vertical-align: top;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 15px !important;
	text-align: center;
}

.tablesorter-instream td:nth-child(1) { text-align: left; }

/* hovered row colors
 you'll need to add additional lines for
 rows with more than 2 child rows
 */
.tablesorter-instream tbody > tr:hover > td,
.tablesorter-instream tbody > tr:hover + tr.tablesorter-childRow > td,
.tablesorter-instream tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
.tablesorter-instream tbody > tr.even:hover > td,
.tablesorter-instream tbody > tr.even:hover + tr.tablesorter-childRow > td,
.tablesorter-instream tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
	background: #fff;
}
.tablesorter-instream tbody > tr.odd:hover > td,
.tablesorter-instream tbody > tr.odd:hover + tr.tablesorter-childRow > td,
.tablesorter-instream tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
	background: #fcf4ec;
}

/* table processing indicator */
.tablesorter-instream .tablesorter-processing {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	/* background-image: url(../addons/pager/icons/loading.gif) !important; */
	background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
}

/* Zebra Widget - row alternating colors */
.tablesorter-instream tbody tr.odd td {
	background-color: #fcf4ec;
}
.tablesorter-instream tbody tr.even td {
	background-color: #fff;
}

.tablesorter-instream tbody tr.odd-dark td {
	background-color: #f7dfc7;
}
.tablesorter-instream tbody tr.even-dark td {
	background-color: #f1f1f1;
}

/* Column Widget - column sort colors */
.tablesorter-instream td.primary,
.tablesorter-instream tr.odd td.primary {
	background-color: #fcf4ec;
}
.tablesorter-instream tr.even td.primary {
	background-color: #ffffff;
}
.tablesorter-instream td.secondary,
.tablesorter-instream tr.odd td.secondary {
	background-color: #fcf4ec;
}
.tablesorter-instream tr.even td.secondary {
	background-color: #ffffff;
}
.tablesorter-instream td.tertiary,
.tablesorter-instream tr.odd td.tertiary {
	background-color: #fcf4ec;
}
.tablesorter-instream tr.even td.tertiary {
	background-color: #ffffff;
}

/* caption */
caption {
	background: #fff;
}

/* filter widget */
.tablesorter-instream .tablesorter-filter-row td {
	background: #fff;
	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;
	padding: 8px !important;
}

.tablesorter-instream .tablesorter-filter-row td:nth-child(1) .tablesorter-filter {
    min-width: 50px;
}

.tablesorter-instream .tablesorter-filter-row td:nth-child(2) .tablesorter-filter {
    min-width: 50px;
}

.tablesorter-instream .tablesorter-filter-row td:nth-child(3) .tablesorter-filter {
    min-width: 50px;
}

.tablesorter-instream .tablesorter-filter-row td:nth-child(4) .tablesorter-filter {
    min-width: 50px;
}

.tablesorter-instream .tablesorter-filter-row td:nth-child(5) .tablesorter-filter {
    min-width: 50px;
}

.tablesorter-instream .tablesorter-filter-row td:nth-child(6) .tablesorter-filter {
    min-width: 50px;
}

.tablesorter-instream .tablesorter-filter-row td:nth-child(7) .tablesorter-filter {
    min-width: 50px;
}

/* optional disabled input styling */
.tablesorter-instream .tablesorter-filter-row .disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: not-allowed;
	display: none;
}
/* hidden filter row */
.tablesorter-instream .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-instream .tablesorter-filter-row.hideme .tablesorter-filter {
	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-instream .tablesorter-filter {
	/*width: 873px;*/
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 3px 8px 3px 8px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #999;
	/*font-weight: bold;*/
	font-size: 9px;
	font-family: "HelveticaNeue", Helvetica, Verdana, Arial;
	-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;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow:    inset 0 1px 1px #999999;
   -webkit-box-shadow: inset 0 1px 1px #999999;
   box-shadow:         inset 0 1px 1px #999999;
   outline: none; 
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
	cursor: pointer;
	background-color: #FFCACA;
}