/*************
  B2C-Theme
 *************/
/* overall */


.jobTypeWidth {
    width: 400px;
}


.table-head p {
 white-space: nowrap;
}

.tablesorter-b2c {
    width: 100%;
}

.tablesorter-header-inner{
  padding-left: 0px;
}


.tablesorter-b2c .header,
.tablesorter-b2c .tablesorter-header {
	background-image: url(/b2c/resources/_web_images_/tablesorter/unsorted.gif); 
	background-repeat: no-repeat;
	background-position: 3px 5px !important;
	white-space: normal;
	cursor: pointer;
	padding-left: 5px;
  vertical-align: top !important;
}

.tablesorter-b2c .headerSortUp,
.tablesorter-b2c .tablesorter-headerSortUp,
.tablesorter-b2c .tablesorter-headerAsc {
	background-image: url(/b2c/resources/_web_images_/tablesorter/asc.gif); 
}

.tablesorter-b2c .headerSortDown,
.tablesorter-b2c .tablesorter-headerSortDown,
.tablesorter-b2c .tablesorter-headerDesc {
	background-image: url(/b2c/resources/_web_images_/tablesorter/desc.gif); 
}

.tablesorter-b2c thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px;
}


/* table processing indicator */
.tablesorter-b2c .tablesorter-processing {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	/* background-image: url(images/loading.gif) !important; */
	background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
}

/* caption */
caption {
	background-color: #fff;
}


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


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


 .refid_body {
  padding-right: 17px;
  text-align: right;
 }

 .col_start {
  padding-right: 15px;
 }


/* filter widget */
.tablesorter-b2c .tablesorter-filter-row {
  background-color: #eee;
}
.tablesorter-b2c .tablesorter-filter-row td {
  background-color: #eee;
  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;
}

.tablesorter-b2c input.tablesorter-filter,
.tablesorter-b2c select.tablesorter-filter {
  width: 98%;
  height: auto;
  margin: 0;
  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;
}
