/*
 *  File:         tables.css
 *  Author:       Paul Howlett
 *  Language:     CSS
 *  Project:      Ferrari-RS
 *
*/

table {
  clear: both;
}

th {
  font-weight: bold;
  font-size: 15px;
  padding: 4px;
  vertical-align: top;
}

th.actions {
  width: 50px;
  text-align: right;
}

td {
  font-size: 13px;
  padding: 4px;
  vertical-align: top;
}

td.r, th.r, .r {
  text-align: right;
  vertical-align: top;
}

td.c, th.c, .c {
  text-align: center;
  vertical-align: top;
}

td.oops, th.oops {
  text-align: right;
  vertical-align: top;
  color: black;
  font-weight: bold;
  background-color: #FFC1C1;
}

td.TooHigh {
  color: black;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  background-color: #FFC1C1;
}

td.TooLow {
  color: black;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  background-color: #E0FFFF;
}

td.actions a {
  float: left;
  margin-left: 5px;
}

td.error {
  background-color: #dfacbd;
  color: #e12121;
}

td.dateTime {
  width: 130px ;
}

table.dashboard th, table.dashboard td {
  text-align: center;
  border: 1px solid black;
  font-family: Arial, "Helvetica Condensed", Helvetica, sans-serif;
}

table.dropout {
  width: 100%;
}

table.dropout th, table.dropout td {
  text-align: left;
  border: 1px solid black;
  font-family: Arial, "Helvetica Condensed", Helvetica, sans-serif;
}

tr.total  {
  border-top: 2px solid black;
}

table.display {
	margin: 0 auto;
	clear: both;
	width: 100%;

}

table.display thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

table.display tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
}

table.display td.center {
	text-align: center;
}

table.dataTable tr.odd {
	background-color: #f0f0f0;
}

table.dataTable.noAlt tr.odd {
	background-color: white;
}

.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top {
	float: none;
}

.dataTables_info {
  float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}

table.KeyTable td {
	border: 3px solid transparent;
}

table.KeyTable td.focus {
	border: 3px solid #3366FF;
}

div.box {
	height: 100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #8080FF;
	background-color: #E5E5FF;
}

/* Put sorting arrows on the left, near the header text */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-position: center left;
}

tr.columnFilters input {
  width: 4em;
}

#tableQueries tbody tr:hover {
    background-color: #d9e4f0;
}

#tabFormMatrix td:first-child {
  text-align: left;
}

#tabSchedule tr {
  border-bottom: 2px solid black;
}

#tabSchedule td {
  white-space: nowrap;
}