/* For full width plugin */
.ct-nestable-shortcode {
	width: 100%;
}
.ct-shortcode {
	width: 100%;
}
.text-center {
	text-align: center;
}
h1.wp-heading-inline {
	padding: 0px 15px;
}
.training_report{
	min-height:500px;
	background: #f1f1f1;
	padding: 50px 0;
}
.training_report h1 {
	text-align: center;
	color: #000000;
	font-size: 32px;
	margin-bottom: 30px;
}
.training_report ul.tabs{
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 25px solid #000;
}
.training_report ul.tabs li{
	/* background: none;
	color: #222;
	display: inline-block;
	padding: 0px 40px 10px;
	cursor: pointer;
	text-align: center;
	position: relative; */
	background: none;
		display: inline-block;
		padding: 0px 8px 8px 8px;
		cursor: pointer;
		text-align: center;
		position: relative;
	    margin-bottom: 10px;
}

.tab-content{
	display: none;
	background: #f1f1f1;
	padding: 0px 0px 15px 0px;
}

.tab-content.current{
	display: inherit;
}
.state_retail_report {
	/*padding: 30px 15px 50px;
	background: #d8d8d8;*/
	padding: 15px;
	background-image: linear-gradient(45deg, #b08658, #f2d282);
}
.contribution-row {
	display: block;
	width: 140px;
	height: 140px;
	border: 5px solid #ab8055;
	border-radius: 100%;
	background: #d71418;
	background: -webkit-radial-gradient(#f2d282, #ab8055 );
	font-size: 20px;
	color: #000;
	position: relative;
	
}
.contribution-row .contribution {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 26px;
	font-weight: bold;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.contribution-text {
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
	background: -webkit-linear-gradient(270deg, #ab8055, #f2d282);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.training_report ul.tabs li.current:after {
	/* 	content: "";
		position: absolute;
		width: 8px;
		height: 25px;
		background: #d71418;
		bottom: -25px;
		left: 0;
		top: auto; */
	    content: "";
		position: absolute;
		width: 100%;
	    max-width: 180px;
		height: 20px;
		background: #d71418;
		bottom: -22px;
		left: 5%;
		top: auto;
}

.state_retail_report-row {
	margin: 0px -15px;
	max-width: 1280px;
	margin: auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row ;
	justify-content: center;
}
.state_retail_report-row:after {
	clear: both;
	display: table;
	content: "";
}
.auall .state_retail_report-row .state_retail_report-col,
.nzreport .state_retail_report-row .state_retail_report-col {
	/*width: 13.50%;*/
}
.state_retail_report-row .state_retail_report-col {
	width: 16.50%;
	float: left;
	padding: 0px 12px;
}
.state_retail_report-row .state_retail_report-col .state_retail_count {
	width: 118px;
	height: 118px;
	border: 1px solid #000;
	margin: auto;
	background: #000000;
	border-radius: 100%;
	position: relative;
	margin-bottom: 15px;
}
.state_retail_report-row .state_retail_report-col .state_retail_count .count {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 35px;
	font-weight: bold;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
}
.state_retail_report-row .state_retail_report-col .state_retail_report {
	background: #d8d8d8;
	padding: 30px 15px 50px;
}
.state_retail_report-row .state_retail_report-col .state_retail_text {
	display: block;
	font-size: 1em;
	font-weight: 500;
	color: #000;
	line-height: 1.4;
}
.state_staff_report {
	max-width: 1196px;
	margin: auto;
	padding: 40px 15px 30px;
}
.state_staff_report .staff {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	margin-bottom: 80px;
}
.state_staff_report .staff:last-child {
	margin-bottom: 0px;
}
.state_staff_report .staff-heading-row {
	min-width: 300px;
	max-width: 300px;
	text-align: left;
}
.state_staff_report .staff .staff-heading-row h1 {
	text-align: left;
	margin: 0;
	font-size: 26px;
	background: -webkit-linear-gradient(0deg, #ab8055, #f2d282);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.state_staff_report .staff .staff-heading-row .subheading {
		color: #000;
	font-weight: 600;
	font-size: 18px;
}
.state_staff_report .staff .staff-contribution {
	display: block;
	width: 180px;
	height: 180px;
	border: 5px solid #ab8055;;
	border-radius: 100%;
	background: #d71418;
	background: -webkit-radial-gradient(#f2d282, #ab8055 );
	font-size: 20px;
	color: #000;
	position: relative;
}
.state_staff_report .staff .staff-contribution_count {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 29px;
	font-weight: bold;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.state_staff_report .staff .data ul {
	margin: 0;
	padding: 0;
}
.state_staff_report .staff .data ul li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	margin-bottom: 8px;
	list-style-type: none;
	text-align: left;
}
.state_staff_report .staff .data ul li .count {
	width: 65px;
	height: 65px;
	border: 1px solid #000;
	border-radius: 100%;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 65px;
	min-width: 65px;
	min-height: 65px;
	margin-right: 15px;
}
.state_staff_report .staff-heading-row, .state_staff_report .data, .state_staff_report .staff .staff-contribution-col {
	padding: 0 15px;
}
.state_staff_report .staff .staff-contribution-col {
	width: 25%;
	text-align: center;
}
.qmn_question_answer.qmn_question_answer_incorrect b {
	color: red;
}
.qmn_question_answer.qmn_question_answer_correct{
	color: green;
}


/**** mobile only - GK 31 March 2020 ****/

@media all and (max-width: 1350px) {
	.contribution-row {
		width: 120px;
		height: 120px;
	}
	.contribution-text {
		font-size: 26px;
		margin-top: 10px;
	}
	.training_report ul.tabs li {
		padding: 0px 20px 10px;
	}
}
@media all and (max-width: 992px) {
	.training_report ul.tabs li {
		padding: 0px 10px 10px;
	}
	.contribution-text {
		font-size: 22px;
		margin-top: 10px;
	}
	.contribution-row {
		width: 100px;
		height: 100px;
		border: 8px solid #bcbcbc;
	}
	.contribution-row .contribution {
		font-size: 22px;
	}
	.state_retail_report-row .state_retail_report-col .state_retail_count {
		width: 90px;
		height: 90px;
	}
	.state_retail_report-row .state_retail_report-col .state_retail_count .count {
		font-size: 28px;
	}
	.state_retail_report-row .state_retail_report-col .state_retail_text {
		font-size: 18px;
	}
	.state_staff_report .staff .staff-contribution {
		width: 140px;
		height: 140px;
		border: 7px solid #bcbcbc;
	}
	.state_staff_report .staff .staff-contribution_count {
		font-size: 24px;
	}
}
@media all and (max-width: 767px) {
	.state_retail_report-row .state_retail_report-col {
		width: 50%;
		padding: 20px 0px;
	}
	.state_retail_report-row .state_retail_report-col .state_retail_count {
		width: 80px;
		height: 80px;
	}
	.state_retail_report-row .state_retail_report-col .state_retail_count .count {
		font-size: 1.5em
	}
	.state_retail_report-row .state_retail_report-col .state_retail_text {
		font-size: 14px
	}
	.staff {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.state_staff_report .staff {
		 margin: 0px -15px 40px;
	}
	.state_staff_report .staff .staff-contribution {
		width: 140px;
		height:140px;
	}
	.state_staff_report .staff .data ul li{
		text-align: left
	}
	.training_report ul.tabs {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		overflow-x: scroll;
		 overflow-y: hidden;
	}
	.state_staff_report .data {
		width: 75%;
		margin-top: 15px;
	}
	.state_staff_report .staff .staff-contribution {
		width: 110px;
		height: 110px;
		border: 5px solid #bcbcbc;
	}
	.state_staff_report .staff-heading-row {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.training_report h1 {
		font-size: 24px;
		line-height: 1.4;
	}
	.state_staff_report .staff .staff-heading-row h1 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 5px;
	}
	.state_staff_report .staff .staff-heading-row .subheading {
		font-size: 14px;
	}
	.ct-section-inner-wrap h1#headline-7-167 {
		font-size: 24px;
	}
	.training_report {
		 padding: 50px 0 15px;
	}
}
@media all and (max-width: 720px) {
	.training_report ul.tabs li {
		border-bottom: 15px solid #000;
	}
	.training_report ul.tabs {
		border-bottom: none;
	}
	.training_report ul.tabs li.current:after {
		height: 15px;
		bottom: -15px;
	}
}
@media all and (max-width: 480px) {
	.contribution-row {
		width: 80px;
		height: 80px;
		border: 5px solid #bcbcbc;
		font-size: 16px;
	}
	.contribution-row .contribution {
		font-size: 18px;
	}
	.contribution-text {
		font-size: 18px;
		margin-top: 15px;
	}
	.state_staff_report .staff-heading-row {
		width: 100%;
		margin-bottom: 15px;
	}
	.state_staff_report .staff .staff-contribution {
		width: 75px;
		height: 75px;
		border: 4px solid #bcbcbc;
	}
	.state_staff_report .staff .data ul li .count {
		width: 40px;
		height: 40px;
		line-height: 40px;
		min-width: 40px;
		min-height: 40px;
		font-size: 12px;
	}
	.state_staff_report .staff .staff-contribution_count {
		font-size: 18px;
	}

}


h1.country{
  text-align: center;
	color: #000000;
	font-size: 32px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.state_retail_report.nzleaderboard,
.state_retail_report.auleaderboard {
	background: #fff;
}
.leaderboardnz_result tr:nth-child(odd),
.leaderboardau_result tr:nth-child(odd) {
	background: #f1f1f1
}

#auleaderboardtable th, #auleaderboardtable td,#nzleaderboardtable th,#nzleaderboardtable td {
	  border: 0;
	  padding: 6px;
	}
	
#auleaderboardtable th, #nzleaderboardtable th{
		padding: 8px;
		color: #000;
		background: -webkit-linear-gradient(270deg, #ab8055, #f2d282);
	}

.leaderboardau_result, .leaderboardnz_result{
	width: 100%;
	max-width: 800px;
	margin: auto;
}




/**** my stat ****/
.trainedstore_report{
	text-align: center;
	padding: 0 10px;
}
.trainedstore_report ul li{
	list-style: none;
	border-bottom: 1px solid rgb(216,216,216);
	padding: 3px
}