/*************
  Blue Theme
 *************/
/* overall */
.tablesorter-blue {
	width: 100%;
	background-color: #fff;
	margin: 10px 0 15px;
	text-align: left;
	border-spacing: 0;
	border: #FFFFFF 1px solid;
	border-width: 1px 0 0 1px;
}

.tablesorter-blue th:first-child {
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
}
.tablesorter-blue tr:first-child  {
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
}
.tablesorter-blue tr:first-child > th:last-child {
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
}
.tablesorter-blue tr:last-child > td:last-child {
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
}
.tablesorter-blue tr:last-child > td:first-child {
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0  0 10px;
    border-radius: 0 0 0 10px;
}



.tablesorter-blue  table{width:100%;border-collapse:collapse;margin:1em 0;}

.tablesorter-blue th,
.tablesorter-blue td {
    text-align: left;
	border: #cdcdcd 1px solid;
	border-width: 0 1px 1px 0;

}

/* header */
.tablesorter-blue th,
.tablesorter-blue thead td {
	font: bold 12px Arial, Sans-serif;
	color: #000;
    border-color: #ebf0fa;
	background-color: #CEE3F6;
	border-collapse: collapse;
	padding: 4px;
	text-shadow: 0 1px 0 #CCCCCC;
}
.tablesorter-blue tbody td,
.tablesorter-blue tfoot th,
.tablesorter-blue tfoot td {
	padding: 4px;
	vertical-align: top;
    border-color: #FFFFFF;
}
.tablesorter-blue .header,
.tablesorter-blue .tablesorter-header {
	/* black (unsorted) double arrow */
	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-blue thead .sorter-false {
    background-image: none;
    cursor: default;
    padding: 4px;
}

.tablesorter-blue .headerSortUp,
.tablesorter-blue .tablesorter-headerSortUp,
.tablesorter-blue .tablesorter-headerAsc {
	background-color: #F5DA81;
    /*background-color: #8cb3d9;*/
    outline: none;
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
.tablesorter-blue .headerSortDown,
.tablesorter-blue .tablesorter-headerSortDown,
.tablesorter-blue .tablesorter-headerDesc {
    background-color: #F5DA81;
	/*background-color: #8cb3d9;*/
    outline: none;
	/* black desc arrow */
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}


/* hovered row colors
 you'll need to add additional lines for
 rows with more than 2 child rows
 */
.tablesorter-blue .hover,
.tablesorter-blue tbody > tr:hover > td{
    background-color:#F2F2F2 !important;
}

.tablesorter-blue .resaltar{
	background-color:#F5DA81 !important;
}

/* Zebra Widget - row alternating colors */



.tablesorter-blue tbody tr:nth-child(odd) {
    background-color: #F9FBFE;
}

.tablesorter-blue tbody tr:nth-child(even) {
    background-color: #FFFFFF;
}

/* filter widget */
.tablesorter-blue .tablesorter-filter-row {
	background-color: #ebf0fa;
}

.tablesorter-blue tr.odd td.primary {
    background-color: #F5DA81;
}
.tablesorter-blue td.primary,
.tablesorter-default tr.even td.primary {
    background-color: #F5DA81;
}
.tablesorter-blue tr.odd td.secondary {
    background-color: #ddebff;
}
.tablesorter-blue td.secondary,
.tablesorter-blue tr.even td.secondary {
    background-color: #c0d7fe;
}
.tablesorter-blue tr.odd td.tertiary {
    background-color: #ddebff;
}
.tablesorter-blue td.tertiary,
.tablesorter-blue tr.even td.tertiary {
    background-color: #c0d7fe;
}

.pager{
	margin: 0px 0 !important;
	padding: 0 !important;
}

.tablesorter-blue .tablesorter-filter-row td {
	background-color: #FFFFFF;
    border: #FFFFFF 0px solid;
	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: 0px 0;
}
.tablesorter-blue .tablesorter-filter-row input {
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0px solid #FFFFFF;

}
/* optional disabled input styling */
.tablesorter-blue .tablesorter-filter-row .disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: not-allowed;
}
/* hidden filter row */
.tablesorter-blue .tablesorter-filter-row.hideme td {
	padding: 2px;
	margin: 0;
	line-height: 0;
	cursor: pointer;
}
.tablesorter-blue .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;
	filter: alpha(opacity=0);
}
/* filters */
.tablesorter-blue input.tablesorter-filter,
.tablesorter-blue 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;
}
/* rows hidden by filtering (needed for child rows) */
.tablesorter .filtered {
	display: none;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
	text-align: center;
	cursor: pointer;
	background-color: #e6bf99;
}
