div.tableSevenColumnWidth .uk-width-1-7 {
	width:14.28%;
}
.tableSevenColumnWidth .uk-width-1-11 {
	width:8%;
}
.tableSevenColumnWidth .uk-width-1-12 {
	width:5%;
}
.tableSevenColumnWidth .row {
	padding:5px;
}

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

.rowBackgroundEven {
	background-color: #eaf4fe !important;
}

.tableSevenColumnWidth .row:nth-child(odd) {
    background-color: #fff;
}
.tableSevenColumnWidth .row:nth-child(even) {
    background-color: #eaf4fe;
}
.tableSevenColumnWidth .uk-accordion-content {
	padding-right:0px;
	padding-left:0px;
}
.tableSevenColumnWidth .row.first {
	margin-bottom:0px;
}
.tableSevenColumnWidth .row.first.groupedView {
	padding:0px 10px 0 24px;
}
.tableSevenColumnWidth .countryImage {
	min-width:50px;
}
.tableSevenColumnWidth .row {
	margin-bottom:0px;
	margin-top:0px;
	font-size:12px;
}
.tableSevenColumnWidth .row a {
	font-size:12px;
}

.tableSevenColumnWidth h3 {
	margin-bottom:5px !important;
	padding-left:25px !important;
}

.tableSevenColumnWidth h3 span {
	padding-left:20px !important;
}

.tableSevenColumnWidth .accordionGroup input#groupInput {
	float:left;
	top:7px;
	left:15px;
	position:relative;
}

.tableSevenColumnWidth div > div {
	margin-bottom:0px;
}

.tableSevenColumnWidth .accordionGroup {
	margin-bottom:0px;
}
.uk-accordion-title::after {
	content:"+";
	float:right;
	font-weight:bold;
}
.uk-active::after {
	content: "-"; 
	float:right;
	font-weight:bold;
}

.tableSevenInput {
	width:15px;
	margin-left:5px;
}
.tableColumnTrim {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.checkAll,
.checkNone{
	cursor: pointer;
	color: #034991;
	font-size: 12px;
}

.accordionGroup .chooseSelections{
	float: left;
	cursor: pointer;
	padding: 7px 0 5px 0px;
	font-size: 12px;
}

.accordionGroup .chooseSelections:hover{
	text-decoration: underline;
	color: #034991;
}

.active-group-selection{
	color: #000000 !important;
	text-decoration: none;
}

.active-group-selection:hover{
	text-decoration: underline;
}

.checkAll::after {
	content: '|';
	margin: 0 3px;
	color: #000000;
}

.inputCount,
.selectInfo{
	float: left;
	padding: 7px 0 5px 0px;
	font-size: 12px;
}

.jobreport-text {
	margin-left: 0.1em;
	padding-bottom: 1px;
	vertical-align: text-bottom;
}
.job-entry-tag .NONE::after,
.job-entry-tag .BETWEEN_QUARTILES::after,
.job-entry-tag .BELOW_LOWER::after,
.job-entry-tag .ABOVE_UPPER::after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #888;
	display: inline-block;
	position: relative;
	top:0;
	margin-left: 4px;
	cursor: default;
}

.job-entry-tag .BETWEEN_QUARTILES::after {background-color: #48a048}
.job-entry-tag .BELOW_LOWER::after {background-color: #f7da62}
.job-entry-tag .ABOVE_UPPER::after {background-color: #f83e4a}

.circleCell {
	max-width: 30px;
	padding-left: 25px;
}