﻿/*
==========================================================================================
StrategIQ Commerce IT
WebIQCore CSS - SIQC WebIQCore Overrides
==========================================================================================

==========================================================================================
WebIQ Data Group Elements
==========================================================================================
*/

.tbl-data-group-label, .tbl-data-group-value {
	margin: 0;
	vertical-align: middle;
	/*white-space: nowrap;
	display: table-cell;*/
}

.tbl-data-group-label {
	color: #0a0a0a;
	background: #e9e9e9;
	border: 1px solid #cacaca;
	text-align: center;
	padding: 0 1rem;
	white-space: nowrap;
	width: 1%;
	height: 100%;
}

.tbl-data-group-value {
	color: #0a0a0a;
	background: #f3f3f3;
	border: 1px solid #cacaca;
	padding: 0 1rem;
	height: 100%;
	/*box-shadow: inset 0 0 0 -1px red;
	border-radius: 0;
	height: 2.5rem;*/
}

tbody tr:nth-child(even) td.tbl-data-group-label {
	background: #e0e0e0;
}

tbody tr:nth-child(even) td.tbl-data-group-value {
	background: #e4e4e4;
}


/*
==========================================================================================
WebIQ Progress Block Elements
==========================================================================================
*/
.Progress-Block {
	color: #7c7c7c;
	background-color: #ededed;
}

.Complete {
	color: #1d1d1d;
	background-color: #96e696;
}

.Current {
	color: #000000;
	background-color: #f6a752;
}

