/* OAIC Import */

/* Add here all your css styles (customizations) */

/* DATATABLES */
/* Filter */

.dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: right;
}

.dataTables_filter input { width: 300px }

/* Table information */
.dataTables_wrapper .dataTables_info {
	float: right;
}

/* Page length menu */
.dataTables_length {
	float: right;
}

table.dataTable tr.odd { background-color: white; }
table.dataTable tr.even { background-color: white; }

table.dataTable tr.odd td.sorting_1 { background-color: #cccccc; }
table.dataTable tr.odd td.sorting_2 { background-color: white; }
table.dataTable tr.odd td.sorting_3 { background-color: white; }
table.dataTable tr.even td.sorting_1 { background-color: #cccccc; }
table.dataTable tr.even td.sorting_2 { background-color: white; }
table.dataTable tr.even td.sorting_3 { background-color: white; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
}

/*OAIC Import */

ul.ui-autocomplete {z-index: 1100;}

// Formatting code.
pre.jCode{counter-reset: line;
	border-right: solid;}
pre.jCode div {
	display: block;
	counter-increment: line !important;
	padding: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	line-height:1 !important; }
pre.jCode div:before{
	content: counter(line);
	margin-right: 10px !important;
	-webkit-user-select: none;
}
pre div:nth-of-type(odd){background-color: #daf7a6 !important;}
