/* custom_element_datamanager_styles.css */

.cs_data_manager { font-size: 9pt; }

.dataTables_wrapper {
	position: relative;
	clear: both;
	zoom: 1;
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 9pt;
	background-color: white;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_info {
	width: 100%;
	float: left;
}

table.display {
	margin: 0 auto;
	clear: both;
	width: 100%;
}

table.display thead th {
	padding: 3px;
	border-bottom: 1px solid black;
	font-weight: bold;
	* cursor: pointer;
	font-size: 9pt;
}

table.display tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
	font-size: 9pt;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
	font-size: 9pt;
}

table.display td {
	padding: 3px;
	font-size: 9pt;
}

table.display td.center {
	text-align: center;
}
 
table.display thead th:active,
table.display thead td:active {
	outline: none;
}

tr.odd {
	background-color: white;
}

tr.even {
	background-color: white;
}

.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
	font-size: 9pt;
}

div.box {
	height: 100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #8080FF;
	background-color: #E5E5FF;
}

.actionIcon {
    cursor: pointer;
    padding-right: 1px;
}