@import url('https://fonts.googleapis.com/css?family=Roboto');


.tablesorter-cba {
	width: 100%;
	background-color: #fff;
	margin: 10px 0 15px;
	text-align: left;
	border-spacing: 0;
	border: #ccc 1px solid;
	border-width: 1px 0 0 1px;
	
	font-family: 'Roboto', sans-serif;
}
/* all cells */
.tablesorter-cba td,.tablesorter-cba th {
	/*border: #ccc 1px solid;*/
	border-right: #ccc 1px solid;
	/*border-left: #ccc 1px solid;*/
	border-width: 0 1px 1px 0;
	padding: 4px;
}

/* all heading cells */
.tablesorter-cba>thead>tr>th,.tablesorter-cba>thead>tr>td {
	color: white;
	background-color: #7ebad8;
	border-collapse: collapse;
    padding-left: .5em;
	text-shadow: 0 1px 0 rgba(20,20,20,.5);
}

/* all non-heading cells */
.tablesorter-cba>tbody>tr>td,.tablesorter-cba>tfoot>tr>td,.tablesorter-cba>tfoot>tr>th {
	vertical-align: top;
}

/* unsorted, but sortable th cells */
.tablesorter-cba .header,.tablesorter-cba .tablesorter-header {
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	padding: 4px 20px 4px 4px;
	white-space: normal;
	cursor: pointer;
}

/* sorted asc th cells */
.tablesorter-cba>thead .headerSortUp,.tablesorter-cba>thead .tablesorter-headerAsc,.tablesorter-cba>thead .tablesorter-headerSortUp {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
  border-bottom: #000 2px solid;
}

/* sorted desc th cells */
.tablesorter-cba>thead .headerSortDown,.tablesorter-cba>thead .tablesorter-headerDesc,.tablesorter-cba>thead .tablesorter-headerSortDown {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
  border-bottom: #000 2px solid;
}

/* unsortable th cells */
.tablesorter-cba>thead .sorter-false {
  background-image: none;
  cursor: default;
  padding: 4px;
}

.tablesorter-cba>tfoot .tablesorter-headerAsc,.tablesorter-cba>tfoot .tablesorter-headerDesc,.tablesorter-cba>tfoot .tablesorter-headerSortDown,.tablesorter-cba>tfoot .tablesorter-headerSortUp {
	background-color: #ebedee;
}

.tablesorter-cba td {
	color: #333;
}

.tablesorter-cba>tbody>tr.even:hover>td,.tablesorter-cba>tbody>tr.hover>td,.tablesorter-cba>tbody>tr.odd:hover>td,.tablesorter-cba>tbody>tr:hover>td {
	background-color: #ebf2fa;
}

.tablesorter-cba .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;
}

.tablesorter-cba tr.odd>td {
	background-color: #efefef;
}

.tablesorter-cba tr.even>td {
	/*background-color: #efefef;*/
}

.tablesorter-cba td.primary,.tablesorter-cba tr.odd td.primary {
	background-color: #9ae5e5;
}

.tablesorter-cba tr.even td.primary {
	background-color: #c2f0f0;
}

.tablesorter-cba td.secondary,.tablesorter-cba tr.odd td.secondary {
	background-color: #c2f0f0;
}

.tablesorter-cba tr.even td.secondary {
	background-color: #d5f5f5;
}

.tablesorter-cba td.tertiary,.tablesorter-cba tr.odd td.tertiary {
	background-color: #d5f5f5;
}

.tablesorter-cba tr.even td.tertiary {
	background-color: #ebfafa;
}

.tablesorter-cba.containsStickyHeaders thead tr:nth-child(1) td,.tablesorter-cba.containsStickyHeaders thead tr:nth-child(1) th {
	border-top: #ccc 1px solid;
}

caption {
	background-color: #fff;
}

.tablesorter-cba .tablesorter-filter-row {
	background-color: #eee;
}

.tablesorter-cba .tablesorter-filter-row td {
	background-color: #eee;
	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-cba .tablesorter-filter-row .disabled {
	opacity: .5;
	cursor: not-allowed;
}

.tablesorter-cba .tablesorter-filter-row.hideme td {
	padding: 2px;
	margin: 0;
	line-height: 0;
	cursor: pointer;
}

.tablesorter-cba .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
}

.tablesorter-cba input.tablesorter-filter,.tablesorter-cba 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 .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;
}

.tablesorter-cba>tbody>tr:last-of-type>td {
	border-bottom: #ccc solid 1px;
}