
/*Overriding some dataTable css for better dashboard display*/
.widget .dataTableWrapper, 
.widget .dataTableAllColumnsWrapper,
.widget .dataTableGraphWrapper,
.widget .dataTableActionsWrapper,
.widget .dataTableGraphEvolutionWrapper {
	width: 100%;
}

.widget {
	z-index:1;
}

.widget p {
	margin-left:10px;
}
/* container of each table */
.dataTableWrapper {
	width: 450px;
	/* not more than 450px to make sure 2 tables can fit horizontally on a 1024 screen */
}
.dataTableAllColumnsWrapper {
	width: 535px;
}

.subdataTableWrapper{
	width: 95%;
}
.subdataTableAllColumnsWrapper {
	width: 95%;
}

.dataTableActionsWrapper {
	width: 500px;
	min-height:1px;
}

.dataTableGraphWrapper {
	width: 500px;
	min-height:1px;
}

.dataTableGraphEvolutionWrapper {
	width: 100%;
}

/* main data table */
table.dataTable {
	border:0;
	width: 100%;
	padding: 0;
	border-spacing: 0;
	margin: 0;
}

table.dataTable td.label,
table.subDataTable td.label,
table.dataTableActions td.label {
	width: 100%;
	white-space:nowrap;
}

table.dataTable img,
table.subDataTable img,
table.dataTableActions img {
	vertical-align: middle;
}

table.dataTable img {
	border: 0;
	margin-right: 1em;
	margin-left: 0.5em;
}

table.dataTable tr.subDataTable {
	cursor: pointer;
}



table.dataTable th {
	margin: 0;
	color: #255792;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #e4e2d7;
	font-size:12px;
	font-weight:normal; 
	border-left:1px solid #d4d0c4;
}
table.dataTable th.sortable{
	cursor:pointer; 
}

table.dataTable th.first {
}

table.dataTable th.last {
}
table.dataTable th.columnSorted {
	font-weight: bold;
	padding-right: 20px;
	background: #d5d3c8;
}

table.dataTable td {
	border-left: 0;
	padding: 5px 5px 5px 12px;
	background: #fff;
	border-left:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
}

table.dataTable td,table.dataTable td a {
	margin: 0;
	text-decoration: none;
	color: #444;
}



table.dataTable tr:hover>td{
	background-color:#FFFFF7;
}
table.dataTable tr.subDataTable:hover>td{
	background-color:#ffffcb;
}
table.dataTable tr:hover>td.cellSubDataTable{
	background-color:#fff;
}

td.clean{ background-color:#fff!important;}


table.dataTable td.columneven {
	background: #efeeec;
}
table.dataTable td.columnodd {
	background: #f6f5f3;
}

table.dataTable td.labeleven {
	background: #F9FAFA;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
}

table.dataTable td.labelodd {
	background: #fff url(images/bullet1.gif) no-repeat;
}


table.dataTable td.label,table.subActionsDataTable td.label,table.actionsDataTable td.label
{
	border-top: 0;
	border-left: 0;
}

table.dataTable th.label {
	border-left: 0;
}

/* the cell containing the subdatatable */
table.dataTable .cellSubDataTable {
	margin: 0;
	border-left:0;
}

/* A link in a column in the DataTable */
table.dataTable td #urlLink {
	display: none;
}

/* SUBDATATABLE */ /* a datatable inside another datatable */
table.subDataTable {
	background: #FFFFFF;
	margin: 5px 10px;
}

table.subDataTable td {
	border: 0;
}

table.subDataTable thead th {
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding: .3em 1em;
	background: #f1f0eb;
	border: 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}


table.subDataTable th.columnSorted {
	background: #e3e1d9;
}

table.subDataTable td.labeleven,table.subDataTable td.labelodd {
	background-image: none;
}

table.subDataTable td {
	border-bottom: 1px solid #e7e7e7;
	border-left: 0;
}

table.subDataTable td,table.subDataTable td a {
	color: #615B53;
}

table.subDataTable td.labeleven,table.subDataTable td.columneven {
	color: #2D2A27;
}

table.subDataTable td.label {
	width: 80%;
}

table.subDataTable td.labelodd,table.subDataTable td.labelodd a {
	background: #ffffff;
}
table.subDataTable td.label {
	padding: 5px;
}
table.dataTable img {
	margin-left:0;
}
/* misc SPAN and DIV */
table thead div {
	
}

#sortIconContainer {
	float: right;
}

#sortIcon {
	margin: 0px;
	position: absolute;
}

.datatableFooterMessage {
	color: #888888;
	text-align:left;
	margin: 10px;
}

.dataTablePages {
	color: #BFBFBF;
	font-weight: bold;
	margin: 10px;
	font-size: 12px;
}

.dataTableSearchPattern {
	margin:8px 0 0 0;
	height:30px;
	display: block!important;
	white-space: nowrap;
	background:  url(../../../themes/default/images/search_bg.png) no-repeat center 0;
	text-align:center; 
}

.dataTableSearchPattern input {
	vertical-align:top; 
	font-size:10px!important;
	color:#454545!important;
	border:0!important;
	background:transparent!important;
	width:21px;
	height:17px;
	overflow:hidden; 
	opacity:0;
	filter:Alpha(opacity:0);
	cursor:pointer; 
}

.dataTableSearchPattern input:hover {
	
}

.dataTableSearchPattern #keyword {
	width:114px;
	height:auto;
	overflow:visible; 
	padding:2px 6px;
	opacity:1;
	filter:Alpha(opacity:100); 
	cursor:text; 
	
}

.dataTableExcludeLowPopulation,.dataTableNext,.dataTablePrevious {
	font-size: 12px;
	color: #184A83;
	cursor: pointer;
}

/* @todo are these supposed to be together? */
.subDataTable.dataTableFeatures {
	padding-top: 0px;
	padding-bottom: 5px;
}

.dataTableFeatures {
	padding-top: 10px;
	text-align: center;
}

.dataTableExcludeLowPopulation {
	display:inline-block; 
	float: right;
	padding:2px 0 0 6px;
	font-size:10px;
	color: #255792;
	text-align: right;
}

.dataTableNext,.dataTablePrevious,.dataTableSearchPattern 
{
	display: none;
}
.dataTableFeatures .loadingPiwik {
	font-size:0.9em;
}
.subDataTable .dataTableFooterIcons {
	height: 0px;
}


.dataTableFooterIcons {
	display:block; 
	height: 20px;
	overflow:hidden; 
	white-space:nowrap; 
	font-size:10px;
	padding:6px 5px;
	border-top:1px solid #948c7d;
}

.dataTableFooterWrap{ position:relative;  width:800px;}

.tableIcon{
	background:#f2f1ed;
	display:inline-block; 
	float:left; 
	margin:0 1px 0 0;
	padding:2px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.tableIcon:hover{
	background:#e9e8e1;
}

.activeIcon{
	background:#e9e8e1;
}

.dataTableFooterActiveItem{ position:absolute; top:-6px; left:0px;}

.exportToFormatItems{
	background:#dcdacf;
	float:left; 
	margin:0 1px 0 0;
	padding:4px 6px 3px 6px;
	color: #968d7f;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.exportToFormatItems img{
	vertical-align:middle; 
	margin:-4px -3px -2px 2px;
}

.tableIconsGroup{
	float:left; 
	padding-right:4px;
}

.tableIconsGroupActive{
	display:block; 
	float:left; 
	background:#dcdacf;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.tableIconsGroupActive .tableIcon{
	background:none;
}
.tableIconsGroupActive .tableIcon:hover{
	background:#e9e8e1;
}

.exportToFormatIcons {
	float: left;
}

.dataTableFooterIconsShow {
	float: left;
}

.dataTableFooterIcons,.dataTableFooterIcons a {
	text-decoration: none;
	color: #255792;
}

.dataTableSpacer {
	clear: both;
}

/* Actions table */
table.dataTableActions tr td.labelodd {
	background-image: none;
}


/* levels higher than 4 have a default padding left */
tr.subActionsDataTable td.label,tr.actionsDataTable td.label {
	padding-left: 7em;
}

tr.subActionsDataTable{ 
	cursor:pointer; 
}

tr.level0 td.label {
	padding-left: +1.5em;
}

tr.level1 td.label {
	padding-left: +2.5em;
}

tr.level2 td.label {
	padding-left: +3.5em;
}

tr.level3 td.label {
	padding-left: +4.5em;
}

tr.level4 td.label {
	padding-left: +5em;
}

/* less right margins for the link image in the Pa*/
table.dataTableActions img.link {
	margin-right: 0.3em;
	margin-left:-0.5em;
}
tr td.label img.plusMinus {
	margin-right: 0em;
	margin-left:-1em;
}
tr td.label img.plusMinus {
	margin-right /*\**/: 4px\9
}

.pk-emptyDataTable {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-style: italic;
}
