/* ***************************************************************** */
/* Updated: 12/03/2020
******************************************************************** */
/* dashboard - container */
#taskspage .content_container {
	max-width: 1000px;
	padding: 0 20px
}
#dashboardpage .help {
	background: url(../images/faq.png);
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-color: transparent;
	background-attachment: scroll;
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-left: 10px;
}
/* dashboard - welcome message ~ hidden */
#taskspage #dashboard_welcome {
	display: none;
	padding-top: 59px
}
/* welcome message ~ hidden ~ user's name */
#taskspage #dashboard_welcome #myusername {
	font-weight: 600;
	vertical-align: top
}
#dashboarditemslive, #dashboarditemsexpired {
	display: block;
	margin: 22px auto 0 auto;
}
/* dashboard - pathway container */
#taskspage #pathwayContainer, #contributionspage #activtyTaskPathways {
	position: relative;
	text-align: center
}
contributionspage #activtyTaskPathways {
	margin: 0 2em;
}
/* dashboard - pathway stages container */
#taskspage #pathwayStages, #contributionspage .activityPathwayItem {
	display: inline-block;
	border: 1px solid #cccccc;
	border-radius: 6px;
	margin: 30px 0 0 0;	
	max-width: 100%;
	overflow: hidden;
	padding: 0
}

#taskspage #pathwayComplete {
	margin: 5px 0 0 0;
	color: #3a3c42 !important;
}

/* dashboard - pathway stages segments */
#taskspage #pathwayStages .scroll-stages, #contributionspage .activityPathwayItem .scroll-stages {
	background-color: #eeeeee;
	display: inline-block;
	height: 72px;
	opacity: 1;
	text-align: center;
	vertical-align: top;
	width: 30px
}
/* dashboard - pathway stages segments ~ left */
#taskspage #pathwayStages .scroll-stages.left, #contributionspage .activityPathwayItem .scroll-stages.left {
	border-bottom-left-radius: 6px;
	border-right: 1px solid #cccccc;
	border-top-left-radius: 6px
}
#taskspage #pathwayStages .flaticon-arrow-down:before, #taskspage #pathwayStages .flaticon-arrow-up:before, #contributionspage .activityPathwayItem .flaticon-arrow-down:before, #contributionspage .activityPathwayItem .flaticon-arrow-up:before {
	font-size: 1.8em;
	float: right;
	margin-right: 3px;
	background-color: #fff;
	color: #002d64;
	padding: 0 4px;
	border-radius: 5px;
	margin-left: 6px;
	margin-top: 3px;
}
#taskspage #pathwayStages .left, #contributionspage .activityPathwayItem .left, #pathwayinformationpage .activityPathwayItem .left {
	float: left;
	width: 2em;
}
#taskspage #pathwayStages .right, #contributionspage .activityPathwayItem .right, #pathwayinformationpage .activityPathwayItem .right {
	float: right;
	width: 2em;
	height: 72px;
}
/* dashboard - pathway stages segments ~ centre */
#taskspage #pathwayStages .center, #contributionspage .activityPathwayItem .center, #pathwayinformationpage .activityPathwayItem .center {
	float: left;
	height: 70px;
	margin: 1px;
	overflow: hidden;
	width: calc(100% - 70px);
	white-space: nowrap
}
/* dashboard - pathway stages segments ~ centre ~ box */
#taskspage #pathwayStages .bubblebox, #contributionspage .activityPathwayItem .bubblebox, #pathwayinformationpage .bubblebox {
	width: 105px;
	opacity: .4;
	display: inline-block;
	vertical-align: top;
	height: 70px;
}
#pathwayinformationpage .bubblebox {
	display: table;
	margin-bottom: 0 !important;
}
#taskspage .dashboarditemchallenge {
	overflow: hidden;
	padding: 1em
}
#pathwayinformationpage .bubblebox {
	opacity: 1;
	margin-bottom: 1em;
	width: 100%;
}
/* dashboard - pathway stages segments ~ centre ~ box - active */
#taskspage #pathwayStages .bubblebox.active, #contributionspage .activityPathwayItem .bubblebox.active {
	opacity: .7
}
/* dashboard - pathway stages segments ~ centre ~ box - complete */
#taskspage #pathwayStages .bubblebox.complete, #contributionspage .activityPathwayItem .bubblebox.complete {
	opacity: 1
}
/* dashboard - pathway stages segments ~ centre ~ box - last child */
#taskspage #pathwayStages .bubblebox:last-child .flaticon-next-arrow:last-child:before, #contributionspage .activityPathwayItem .bubblebox:last-child .flaticon-next-arrow:last-child:before {
	display: none;
}
/* dashboard - pathway stages segments ~ right */
#taskspage #pathwayStages .scroll-stages.right, #contributionspage .activityPathwayItem .scroll-stages.right {
	border-bottom-right-radius: 6px;
	border-left: 1px solid #cccccc;
	border-top-right-radius: 6px;
}
/* dashboard - pathway stages segments ~ bubble box ~ table */
#taskspage #pathwayStages .bubbletable, #contributionspage .activityPathwayItem .bubbletable, #pathwayinformationpage .activityPathwayItem .bubbletable {
	display: table;
	height: inherit
}
/* dashboard - pathway stages segments ~ bubble box ~ table row */
#taskspage #pathwayStages .bubblerow, #contributionspage .activityPathwayItem .bubblerow, #pathwayinformationpage .bubblerow {
	display: table-row
}
#pathwayinformationpage .bubblerow {
	display: table-cell
}
/* dashboard - pathway stages segments ~ bubble box ~ table cell ~ nav */
#taskspage #pathwayStages .scroll-stages .bubblecell, #contributionspage .activityPathwayItem .scroll-stages .bubblecell {
	text-align: center;
	vertical-align: middle
}
/* dashboard - pathway stages segments ~ bubble box ~ table cell */
#taskspage #pathwayStages .bubblecell, #contributionspage .activityPathwayItem .bubblecell, #pathwayinformationpage .activityPathwayItem .bubblecell {
	display: table-cell;
	vertical-align: top
}
/* dashboard - pathway stages segments ~ bubble box ~ table icon */
#taskspage #pathwayStages .scroll-stages .flaticon-prev-arrow, #taskspage #pathwayStages .scroll-stages .flaticon-next-arrow, #contributionspage .activityPathwayItem .scroll-stages .flaticon-prev-arrow, #contributionspage .activityPathwayItem .scroll-stages .flaticon-next-arrow {
	margin-left: 8px
}
/* dashboard - pathway stages segments ~ bubble box ~ circle active */
#taskspage #pathwayStages .active .bubble, #contributionspage .active .bubble:hover {
	cursor: pointer;
}
/* dashboard - pathway stages segments ~ bubble box ~ circle */
#taskspage #pathwayStages .bubble, #contributionspage .bubble, #pathwayinformationpage .bubble {
	background-color: #aeaeae;
	height: 60px;
	margin: auto;
	position: relative;
	text-align: center;
	width: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6)
}
#pathwayinformationpage .bubble {
	background-color: #fba757;
	width: 110px;
	height: 110px
}
/* dashboard - pathway stages segments ~ bubble box ~ bubbleicon */
#taskspage #pathwayStages .bubbleicon, #contributionspage .bubbleicon, #pathwayinformationpage .bubbleicon {
	border-radius: 50%;
	color: #fff;
	font-size: 1.6em;
	font-weight: 600;
	height: 33px;
	margin: 60%;
	position: absolute;
	width: 33px;
	-webkit-transform: translateX(-22px) translateY(-22px) skewX(0deg) skewY(0deg);
	-moz-transform: translateX(-22px) translateY(-22px) skewX(0deg) skewY(0deg);
	-o-transform: translateX(-22px) translateY(-22px) skewX(0deg) skewY(0deg);
	-ms-transform: translateX(-22px) translateY(-22px) skewX(0deg) skewY(0deg);
	transform: translateX(-22px) translateY(-22px) skewX(0deg) skewY(0deg)
}
#pathwayinformationpage .bubbleicon {
	font-size: 3.5em;
	-webkit-transform: translateX(-26px) translateY(-50px) skewX(0deg) skewY(0deg);
	-moz-transform: translateX(-26px) translateY(-50px) skewX(0deg) skewY(0deg);
	-o-transform: translateX(-26px) translateY(-50px) skewX(0deg) skewY(0deg);
	-ms-transform: translateX(-26px) translateY(-50px) skewX(0deg) skewY(0deg);
	transform: translateX(-26px) translateY(-50px) skewX(0deg) skewY(0deg);
}
/* dashboard - pathway stages segments ~ bubble box ~ bubbleicon - description */
#taskspage .bubble-desc, #contributionspage .bubble-desc, #pathwayinformationpage .bubble-desc {
	color: #333;
	background-color: #fff;
	font-size: .8em;
	margin-bottom: 5px;
	margin-top: -10px;
	max-width: 105px;
	min-width: 105px;
	opacity: .9;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 0
}
#pathwayinformationpage .bubble-desc {
	font-size: 18px;
	font-weight: 600
}
#pathwayinformationpage .bubble-desc {
	display: table-cell;
	vertical-align: top;
	padding-top: 1.5em;
	max-width: 100%;
	text-align: left;
	white-space: normal;
}
#pathwayinformationpage .bubble-desc div {
	font-style: italic;
	font-size: .8em;
}
/* dashboard - task ~ container */
#dashboarditemslive, #dashboarditemsexpired {
	box-shadow: none
}
/* dashboard - task ~ container - outline */
#taskspage .dashboarditem, #taskspage .noprevioustasks {
	background-color: #F3F3F3;
	border: 7px solid #EEEEEE;
	border-radius: 20px;
	box-shadow: 0 0 2px 0 #EEEEEE !important;
	margin-bottom: 30px;
	padding: 0
}
#emptyDashboardLive {
	padding: 20px !important
}
#taskspage .dashboarditem.collapsed-content .itemfigure-avatars-container {
	display: none
}
#taskspage .dashboarditem.collapsed-content .dashboarditembuttons, #taskspage .dashboarditem.collapsed-content .item-chart-buttons, #taskspage .dashboarditem.collapsed-content .challengepadding {
	display: inline-block;
/*	width: auto*/
}
#taskspage .dashboarditem.collapsed-content .dashboarditembuttons button {
	margin-top: 0px;
}
/* dashboard - task ~ container - challenge - outline */
#taskspage .dashboarditem.challengetasks, #taskspage .noprevioustasks.challengetasks {
	background-color: #ebeef3;
	border: 7px solid #dee2e8;
	border-radius: 20px;
	box-shadow: 0 0 2px 0 #dee2e8 !important;
	padding: 0px !important;
}
/* dashboard - task ~ container - inner ~ tasks (with image) */
#taskspage .dashboarditemtext {
	border-right: none;
	display: inherit;
	padding: 0
}
/* dashboard - task ~ container - title */
#taskspage .dashboarditemtitlecontainer {
	display: table;
	table-layout: fixed;
	width: 100%
}
#taskspage .dashboarditemtitlecontainer .dashboardtitlecell, #taskspage .dashboarditemtitlecontainer .dashboardtasktype {
	display: table-cell;
	vertical-align: middle
}
#taskspage .dashboarditemtitlecontainer .dashboardtitlecell {
	padding-right: 5em;
	width: 100%
}
#taskspage .dashboarditemtitlecontainer .dashboardtasktype {
	width: 80px;
	vertical-align: top
}
#taskspage .taskdetails {
	margin: 10px 0 20px 0;
}
#taskspage .taskdetails .statement {
	display: inline
}
#taskspage .dashboarditemtitlecontainer img.tasktype {
	border-radius: 2em;
	/*padding-right: 15px;*/
	width: 64px
}
/* dashboard - task ~ title */
#taskspage .dashboarditemtitle {
	display: table-cell;
	font-size: 24px;
	font-weight: normal;
	max-width: 100%;
	vertical-align: middle;
	width: 100%
}
/* dashboard - task ~ icons */
#taskspage .dashboard-icons {
	float: right;
	max-width: 6em;
	overflow: hidden;
	width: 6em
}
/* dashboard - task ~ toggle image */
#taskspage .toggleDesc {
	color: #BABABA;
	float: right;
	position: relative;
	margin-right: 30px;
	top: -3px
}
/* dashboard - task ~ toggle icon */
#taskspage .toggleDesc:before {
	color: #999999;
	font-size: 1.8em;
	text-align: right;
	margin-right: -1em;
	margin-top: -1em;
}
/* dashboard - task ~ badge (right side) */
#taskspage .badge {
	display: table-cell;
	float: right;
	margin-right: 20px;
	position: relative;
	top: 0;
	vertical-align: top;
	width: 1em
}
/* dashboard - task ~ badge S4M (right side) */
#taskspage .badge .s4m {
	border-radius: 1em;
	margin-left: -1.6em;
	margin-top: .1em;
	padding: .245em .5em
}
/* dashboard - task ~ container - description */
#taskspage .dashboarditemtext .description {
	margin-bottom: 30px;
	margin-top: 20px
}
#taskspage .lzmessage {
	padding: 0;
	margin: 30px 0 0 0;
}
#taskspage .learning_zone_item_caption {
	max-width: 120px;
}
/* dashboard - task  ~ statistics container */
#taskspage .dashboarditemstats {
	display: table;
	margin: 10px 0 20px 0;
	padding: 0;
	table-layout: fixed;
	width: 100%
}
/* dashboard - task  ~ statistics ~ hidden */
.dashboarditemstats .media-hide {
	display: none
}
/* dashboard - task  ~ statistics ~ chart container */
#taskspage .dashboarditemstats .itemchart {
	display: table-cell;
	padding-right: 30px;
	width: auto
}
/* dashboard - task  ~ statistics ~ chart container */
#taskspage .dashboardlearningzone .dashboarditemstats .itemchart {
	padding-right: 0;
}
/* dashboard - task  ~ statistics ~ chart canvas */
#taskspage .dashboarditemstats .itemchart .itemfigure-container {
	background-color: #fff;
	border-radius: 20px;
	display: table;
	width: 100%;
	-moz-box-shadow: 3px 3px 6px #c0bdbd;
	-webkit-box-shadow: 3px 3px 6px #c0bdbd;
	box-shadow: 3px 3px 6px #c0bdbd
}
#taskspage .dashboarditemstats .itemfigure-container .itemfigure {
	padding: 41px 0;
	text-align: center;
	vertical-align: top;
}
#taskspage .dashboarditemstats .itemfigure-container .itemfigure img {
	margin-bottom: 20px;
	width: 80px
}
/* dashboard - task  ~ statistics ~ hidden container */
#taskspage .media-hided-buttons .dashboarditembuttons {
	margin-top: 10px
}
/* dashboard - task  ~ statistics ~ hidden button */
#taskspage .media-hide-buttons .dashboarditembuttons button {
	margin-bottom: 0px;
	margin-left: 4px;
	margin-top: 10px
}
/* dashboard - task  ~ statistics ~ hidden button ~ text */
#taskspage .media-hide-buttons .dashboarditembuttons button span {
	font-size: 22px;
	margin-right: 10px;
	vertical-align: middle
}
/* dashboard - task  ~ statistics ~ figures container */
#taskspage .dashboarditemstats .itemfigure {
	display: table-cell;
	position: relative;
	width: 25%;
	vertical-align: top
}
#taskspage .dashboarditemstats .itemfigure.activeusers {
	display: table-cell;
	position: relative;
	width: 236px;
	min-width: 236px;
	vertical-align: top
}
#dashboarditemsexpiredContent .activeusers {
	display: none !important;
}
#dashboarditemsexpiredContent .item-chart-buttons {
	display: none !important;
}
/* dashboard - task  ~ statistics ~ avatar container */
#taskspage .dashboarditemstats .itemfigure-avatars-container {
	margin-bottom: 20px
}
/* dashboard - task  ~ statistics ~ avatar images */
#taskspage .dashboarditemstats .user-block-img {
	background-repeat: no-repeat !important;
	background-size: 52px 52px !important;
	height: 52px;
	width: 52px
}
[role="header"] .header-inner .header-right #useravatar .avatarText {
	height: 32px;
	min-width: 32px;
	width: 32px;
	font-size: .75rem;
}
/* dashboard - task  ~ statistics ~ numbers */
#taskspage .dashboarditemstats .itemfigure h2 {
	font-size: 2em;
	line-height: 36px;
	opacity: .8;
}
/* dashboard - task  ~ statistics ~ avatar text */
#taskspage .dashboarditemstats h3, #taskspage .dashboarditemstats .usertext {
	font-size: 1.1em !important;
	margin-top: 10px !important;
	padding-bottom: 0
}
/* dashboard - task  ~ statistics ~ challenge button */
#taskspage .dashboarditemstats .challengeusers {
	border: 1px solid #962D91;
	color: #962D91;
	cursor: pointer;
	font-style: italic;
	padding: .567em 1em;
}
#taskspage .dashboarditemstats .challengeusers div {
	display: inline;
	vertical-align: middle
}
#taskspage .dashboarditemstats .challengeusers div img {
	margin-left: 5px;
	margin-top: -5px;
	padding-right: 5px;
	vertical-align: middle;
	width: 40px;
}
/* dashboard - task  ~ statistics ~ challenge button:hover */
#taskspage .dashboarditemstats .challengeusers:hover {
	color: #FFFFFF;
	background-color: #962D91;
}
/* dashboard - task  ~ statistics ~ challenge button image:hover */
#taskspage .dashboarditemstats .challengeusers div:hover:before {
	color: #FFFFFF;
}
/* dashboard - task  ~ statistics ~ challenge button image:hover */
#taskspage .dashboarditemstats .challengeusers:before::hover {
	color: #FFFFFF;
}
/* dashboard - task  ~ statistics ~ buttons */
#taskspage .dashboarditemstats .item-chart-buttons button {
	display: block;
	width: 100%;
}
/* dashboard - task ~ container - button */
#taskspage .dashboarditembuttons {
	margin-top: 0
}
/* dashboard - task ~ buttons */
#taskspage button.dashboarditembutton, #taskspage button.challengeusers {
	font-size: 1em;
	margin-top: 0
}
#taskspage .dashboarditembuttons.course button {
	width: 100% !important;
	margin-bottom: 8px;	
}
/* dashboard - task ~ buttons with images */
#taskspage .dashboarditembuttons img, .captionText img, .pathway-info img {
	height: 22px !important;
	width: 22px !important
}
.pathway-info img {
	vertical-align: top;
	margin-left: 10px
}
.taskitembar, .menuitembar {
	margin: 20px 0;
	padding: 0;
	overflow: hidden;
	display: block !important
}
.menuitembar .menuitem, .taskitembar .menuitem {
	cursor: pointer;
	float: none !important;
	font-size: 1.2em;
	margin-right: 1em;
	padding-bottom: .4em;
	position: relative;
	display: table-cell;
}
.menuitembar .divider, .taskitembar .divider {
	display: table-cell;
	padding: 0 10px
}
/*global - task ~ screening title*/
.dashboardtaskname {
	font-family: inherit;
	font-size: 22px;
	display: none;
	padding-top: 5px;
}
#taskspage .dashboardtaskname {
	display: none !important;
}
[data-pageid="historypage"], [data-pageid="historypage"]:hover, [data-pageid="taskprefpage"], [data-pageid="taskprefpage"]:hover, [data-pageid="faqpage"], [data-pageid="faqpage"]:hover, [data-pageid="quickrefpage"], [data-pageid="quickrefpage"]:hover, [data-pageid="glossary"], [data-pageid="glossary"]:hover, button.pathway-info, [data-pageid="viewcertificate"], [data-pageid="viewcertificate"]:hover, [data-pageid="downloadcertificate"], [data-pageid="downloadcertificate"]:hover {
	background-color: transparent !important;
	border-color: transparent !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/* dashboard - task ~ buttons */
[data-pageid="historypage"], [data-pageid="historypage"]:hover, [data-pageid="taskprefpage"], [data-pageid="taskprefpage"]:hover, [data-pageid="faqpage"], [data-pageid="faqpage"]:hover, [data-pageid="quickrefpage"], [data-pageid="quickrefpage"]:hover, [data-pageid="glossary"], [data-pageid="glossary"]:hover, [data-pageid="viewcertificate"], [data-pageid="viewcertificate"]:hover, [data-pageid="downloadcertificate"], [data-pageid="downloadcertificate"]:hover {
	margin-right: 0;
	padding-right: 0;
	text-align: left
}

.dashboarditembutton[data-pageid="viewcertificate"], .dashboarditembutton[data-pageid="viewcertificate"]:hover {
	padding-left: 0.2em !important;		
}

.dashboarditembutton[data-pageid="viewcertificate"], .dashboarditembutton[data-pageid="downloadcertificate"] {
	float: right;
}

.dashboarditembutton[data-pageid="viewcertificate"] {
	margin-right: 20px !important;
}

#taskspage #pathwayStages .complete .flaticon-correct, #contributionspage .complete .flaticon-correct, #pathwayinformationpage .complete .flaticon-correct {
	color: #fff;
	font-size: 1.6em;
	display: table !important;
	height: 60px;
	margin: auto;
	padding-top: 13px;
}
#taskspage #pathwayStages .complete .flaticon-correct:hover:before, #contributionspage .complete .flaticon-correct:hover:before, #pathwayinformationpage .complete .flaticon-correct:hover:before {
	color: #fff;
}
#taskspage #pathwayStages .complete .bubble, #contributionspage .complete .bubble, #pathwayinformationpage .complete .bubble {
	background-color: #55AF3C;
}
#taskspage #pathwayStages .complete .bubble:after, #contributionspage .complete .bubble:after, #pathwayinformationpage .complete .bubble:after {
	content: "";
}
#taskspage #pathwayStages .complete .bubbleicon, #contributionspage .complete .bubbleicon, #pathwayinformationpage .complete .bubbleicon {
	transform: translateX(13px) translateY(1px) skewX(0deg) skewY(0deg);
}
#taskspage .menuitembar {
	margin: 30px 0;
}
#taskspage .menuitembar .menuitem {
	padding-bottom: 0;
	padding-top: 0;
}
.ui-panel-animate.ui-panel-position-right.ui-panel-display-overlay, .ui-panel-animate.ui-panel-position-right.ui-panel-display-push {
	display: block;
	overflow: unset
}
#pathwayDescription .pathwayHeader {
	font-weight: 700;
}
#pathwayChange {
	font-size: 0.8em !important;
	font-weight: 700;
	color: #002D64;
}
#taskspage .dashboardhide {
	display: none !important;
}
#challenge-panel .challengeError {
	color: #E12328;
	display: none;
}
#taskspage .challengeCountdown .cont, #taskspage .challengeCountdown .box {
	width: 30px !important;
	height: 30px !important;
	margin-top: 0;
	margin-bottom: 0;
}
#taskspage .challengeCountdown .cont {
	padding: 7px !important;
}
#taskspage .challengeCountdown .box .number {
	padding-top: 0 !important;
	font-size: 1.4em !important;
}
#taskspage .challengeCountdown .cont .text {
	font-size: 0.9em !important;
	margin-top: 8px;
}
#taskspage .dashboarditemchallengetext {
	float: left;
	padding-top: 10px
}
#taskspage .countdownWrapper {
	text-align: right;
}
#taskspage .countdowntime {
	text-align: right;
	padding: 0 3.5em 0.5em 0;
}
#taskspage .tasktype {
	font-size: 1.5em;
	font-weight: 600;
}
#taskspage .taskchallengename {
	padding-top: 0.5em;
	font-size: 1.2em;
	font-style: italic;
}
[id="taskspage"] .dashboarditemstats .activeusers .avatarText {
	height: auto;
	padding: 1em 1.055em;
	width: auto;
}
#taskspage .norecords {
	color: #dd0031;
}
#taskspage .hasrecords {
	color: #189400;
}
@media only screen and (max-width: 737px) and (min-width: 315px) {}
@media only screen and (max-width: 850px) {
	#targetprogressdiv, #badgeprogressdiv {
		width: 15em !important;
	}
}
@media only screen and (max-width: 600px) {
	#targetprogressdiv, #badgeprogressdiv {
		width: 11em !important;
	}
}
@media only screen and (max-width: 1082px) and (min-width: 285px) {
	#targetprogressdiv, #badgeprogressdiv {
		background-color: #8B8B8B;
		border: 1px solid #BABABA;
		left: 0;
		margin: auto;
		max-height: 1em;
		min-height: 1em;
		right: 0;
		top: 2.45em;
		/*		width: 12em;*/
		-moz-border-radius: .325em;
		-webkit-border-radius: .325em;
		border-radius: .325em;
	}
	#taskspage .dashboarditemstats .itemfigure.activeusers {
		padding-left: 0 !important;
	}
}
/*@media only screen and (max-width: 1082px) and (min-width: 285px) {
	#taskspage .content_container {
		padding: 20px 20px 100px 20px !important;
	}
}*/
/********* iphone 6/7/8 landscape *********/
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) {
	#taskspage .content_container {
		padding: 10px 10px 25px 10px !important;
	}
	#progressContent {
		margin-top: 41px !important;
	}
	[id="recordpage"] [role="header"] .headerRecordContentRight .recordheadertext {
		display: none;
	}
	[id="recordpage"] p.dashboardtaskname, [id="trainingpage"] p.dashboardtaskname {
		display: block !important;
		margin-bottom: 0.5em;
	}
	[id="recordpage"] [role="header"] #crowdheader .headerinner {
		/*padding: 20px 10px !important;*/
		padding: 0 20px!important;
	}
	[id="recordpage"] [role="header"] .header-inner .header-right {
		max-width: 5em !important;
		margin-top: -10px;
	}
	[id="recordpage"] [role="header"] .header-inner .header-left {
		max-width: 5em !important;
		margin-top: -10px;
	}
	#dashboarditemslive, #dashboarditemsexpired {
		margin: 0 !important;
	}
	#taskspage .dashboarditem, #taskspage .noprevioustasks {
		margin-bottom: 25px !important;
	}
	#taskspage .dashboarditemstats .itemfigure {
		width: 33% !important;
	}
	[id="recordpage"] #taskCount {
		padding-top: .8em !important;
	}
	[role="header"] .header-middle {
		display: table !important;
	}
	[role="header"] .header-inner .header-right #useravatar .myfirstname {
		display: table-cell !important;
	}
	[id="recordpage"] #recordresponse {
		margin-top: 0em !important;
		padding-top: 0em !important;
	}
	.trainingcontent, [id^="endtrainingpage"] .trainingcontent {
		padding: 0px 0 40px 0 !important;
	}
	#taskspage #pathwayStages {
		margin: 10px;
	}
	#taskspage .menuitembar {
		margin: 10px 10px 20px 10px;
	}
	#taskspage .content_container {
		padding: 10px 20px 0 20px !important;
	}
}
/********* iphone 6/7/8  portrait *********/
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) {
	#taskspage .content_container {
		padding: 10px 20px 0 20px !important;
	}
	#taskspage .dashboarditem, #taskspage .noprevioustasks {
		margin-bottom: 25px !important;
	}
	#progressContent {
		margin-top: 17px !important;
	}
	#targetprogressdiv, #badgeprogressdiv {
		width: 15em;
		top: 1.2em;
	}
	.header-recordpage-content-count {
		font-size: 1.4em !important;
	}
	[id="recordpage"] [role="header"] .headerRecordContentRight .recordheadertext {
		display: none;
	}
	[id="recordpage"] [role="header"] .dashboardtaskname, [id="trainingpage"] [role="header"] .dashboardtaskname, [id="taskprefpage"] [role="header"] .dashboardtaskname, [id^="faq"] [role="header"] .dashboardtaskname, [id="quickrefpage"] [role="header"] .dashboardtaskname {
		display: none !important;
	}
	[id="recordpage"] [role="header"] #crowdheader .headerinner {
		padding: 0 20px !important;
	}
	[id="recordpage"] [role="header"] .header-inner .header-left {
		width: 6em !important;
	}
	[id="recordpage"] [role="header"] .header-inner .header-right {
		width: 5em !important;
	}
	#dashboarditemslive, #dashboarditemsexpired {
		margin: 0 !important;
	}
	#taskspage .dashboarditem, #taskspage .noprevioustasks {
		margin-bottom: 25px;
	}
	#taskspage .dashboarditemstats .itemfigure {
		width: 33% !important;
	}
	[id="recordpage"] #taskCount {
		padding-top: .8em !important;
	}
	[id="recordpage"] [role="header"] #crowdheader .crowheaderinner .headerinner {
		padding-bottom: 0 !important;
	}
	[id="recordpage"] [role="header"] .header-inner .header-middle {
		margin-top: 0;
	}
	.trainingcontent, [id^="endtrainingpage"] .trainingcontent {
		padding: 0px 0 40px 0 !important;
		margin: 0 20px;
	}
	[role="header"] .header-middle {
		display: table !important;
	}
	[role="header"] .header-inner .header-right #useravatar .myfirstname {
		display: none !important;
	}
	[role="header"] .header-inner .header-right {
		margin-top: 0;
		/*max-width: 1em !important*/
	}
	[role="header"] .header-inner .header-left {
		width: 5em !important;
		max-width: 5em !important;
		margin-top: 0px !important;
	}
	[role="header"] #crowdheader .crowheaderinner .headerinner {
		padding-bottom: 0 !important;
	}
	#taskspage #pathwayStages {
		margin: 10px;
	}
	#taskspage .menuitembar {
		margin: 10px 10px 20px 10px;
	}
}
/********* ipad landscape *********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#taskspage .content_container {
		padding: 20px 20px 40px 20px !important;
	}
	#dashboarditemslive, #dashboarditemsexpired {
		margin: 0 !important;
	}
	#taskspage .dashboarditem, #taskspage .noprevioustasks {
		margin-bottom: 25px;
	}
	[id="recordpage"] p.dashboardtaskname, [id="trainingpage"] p.dashboardtaskname, [id="historypage"] p.dashboardtaskname {
		display: none !important;
	}
	[id="recordpage"] #taskCount {
		padding-top: .8em !important;
	}
	[role="header"] .header-middle {
		display: table !important;
	}
	#taskspage #pathwayStages, #contributionspage .activityPathwayItem {
		margin: 0;
	}
	#taskspage .menuitembar {
		margin: 15px 0 24px 0;
	}
}
/********* ipad portrait *********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#taskspage .content_container {
		padding: 20px 20px 40px 20px !important;
	}
	#dashboarditemslive, #dashboarditemsexpired {
		margin: 0 !important;
	}
	#taskspage .dashboarditem, #taskspage .noprevioustasks {
		margin-bottom: 25px;
	}
	[id="recordpage"] p.dashboardtaskname, [id="trainingpage"] p.dashboardtaskname, [id="historypage"] p.dashboardtaskname {
		display: none !important;
	}
	[id="recordpage"] #taskCount {
		padding-top: .8em !important;
	}
	[role="header"] .header-middle {
		display: table !important;
	}
	#taskspage #pathwayStages, #contributionspage .activityPathwayItem {
		margin: 0;
	}
	#taskspage .menuitembar {
		margin: 15px 0 24px 0;
	}
}
@media only screen and (max-width: 1082px) and (min-width: 315px) {
	[role="header"] .header-middle, [role="header"] .header-inner .header-right #useravatar .myfirstname {
		display: table-cell !important;
	}
	#taskspage #pathwayStages, #contributionspage .activityPathwayItem {
		margin: 0px;
		width: 99%;
	}
}
@media only screen and (max-width: 737px) and (min-width: 315px) {
	#taskspage .dashboarditem {
		margin: 10px 0px 25px 0px !important;
		padding: 0px !important;
		font-size: 1em !important;
		font-family: inherit !important
	}
	#taskspage #pathwayStages, #contributionspage .activityPathwayItem {
		margin: 0px;
		width: 99%
	}
	#taskspage .menuitembar {
		margin: 15px 0;
	}
	[role="header"] .header-inner .header-right #useravatar .myfirstname {
		display: none !important
	}
	/*[role="header"] .recordsOnly img {
		height: 26px;
		width: 26px;
		position: absolute;
		top: 23px;
		right: 70px;
	}*/
	[role="header"] .header-inner .bannermessage.hastext {
		padding: 0.8em !important;
	}
	[role="header"] .header-inner .bannermessage {
		height: 23px !important;
	}
	[role="header"] .header-inner #bannermessage {
		font-size: 0.8em;
		display: none!important
	}
	#taskspage [role="header"] .header-inner .header-right {
		margin-top: 0;
		width: 2.5em !important;
		vertical-align: middle;
		white-space: nowrap !important
	}
	[role="header"] .header-inner .header-left, [role="header"] .header-inner .header-right {
		width: 6em !important;
	}
	#realhomepage [role="header"] .crowdheader .headerinner, #maintenancepage [role="header"] .crowdheader .headerinner {
		padding: 0 20px !important;
	}
	#dashboardpage [role="header"] .header-inner .header-right {
		width: 13em !important;
	}
	[role="header"] #crowdheader .crowheaderinner .headerinner, [role="header"] .crowdheader .crowheaderinner .headerinner {
		padding-bottom: 0 !important;
	}
	[role="header"] .header_name-and-statement {
		display: none;
	}
	#taskspage .dashboarditemtext, #taskspage .challengetasks .dashboarditemtext {
		background-size: 40px 40px;
		background-position-x: left;
	}
	#taskspage .dashboarditemtext .description {
		margin-left: 0;
	}
	#taskspage .dashboarditemtext .description {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 450px) {
	#taskspage .challengeCountdown .cont, #taskspage .challengeCountdown .box {
		width: 25px !important;
		height: 25px !important;
	}
	#taskspage .challengeCountdown .box .number {
		font-size: 1em !important;
		padding-top: 0.1em !important;
	}
	#taskspage .countdowntime {
		/*display: none;*/
		text-align: left
	}
	#taskspage .countdown-centre {
		text-align: center
	}
	#taskspage .countdown-right {
		float: none !important;
	}
	#taskspage .countdownWrapper .cont-content .text {
		font-size: 0.8em;
	}
	#taskspage .dashboarditemchallengetext {
		padding-top: 5px;
	}
	#targetprogressdiv, #badgeprogressdiv {
		width: 7em !important;
	}
}
@media only screen and (max-width: 320px) {
	#targetprogressdiv, #badgeprogressdiv {
		width: 5em !important;
	}
	[id="recordpage"] [role="header"] .header-inner .header-right {
		width: 5em !important;
	}
	[id="recordpage"] [role="header"] .header-inner .header-left {
		width: 6.5em !important;
	}
}