.module-page-head {
	/* see .module-content-container in style.custom.css */
	max-width: 640px !important;
	margin-left: auto;
	margin-right: auto;
}



.module-panel .crumbtrail .crumbtrail-segment:first-child {
	display: none;
}

.fancybox-content {
	max-width: 400px;
	font-size: var(--hp-font-small-1);
	border: --hp-border-3 !important;
	border-width: 2px  !important;
	border-radius: 12px;
}

#admin-notice-trigger {
	position: relative;
	top: 3px;
	left: 3px;
	font-size: 0.5rem !important;
	cursor: pointer;
}
#admin-notice {
	display: none;
	margin: 10px;
	padding: 10px;
	font-size: 0.75rem;
	color: red;
	background-color: white;
	border: solid 1px black;
}

.dashboard-continue-bns-container {
	display: flex;
	gap: 1rem;
	padding: 0 0 var(--hp-padding-bot-1) 0;
}

#accept-terms-of-use-msgs {display:none;}
.accept-terms-of-use-container {
	padding-bottom: var(--hp-padding-bot-1);
}
.accept-terms-of-use {
	max-width: var(--hp-form-width);
	height: 200px;
	height: 500px;
	overflow: auto;
	margin-bottom: var(--hp-margin-bot-1);
	padding: 10px;
	font-size: var(--hp-font-small-2);
	border: var(--hp-border-2);
}

/* see also assets/js/hp-project.js relax_diagram() */
.relax-diagram {
	max-width: 300px !important;
	/* border: solid 10px red; */
}
.relax-diagram p {
	margin-bottom: 0;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	background-color: #DFEBF7;
	border: var(--hp-border-3);
	border-width: 3px;
	border-radius: 10px;
	cursor: pointer;
}
.relax-diagram .relax_diagram-arrow:before {
	display: block;
	content: '\21D3';
	text-align: center;
	font-size: 3rem;
	line-height: 1;
	color: #EB7C31;
	/* border: solid 1px red; */
}
.relax-diagram .relax_diagram-arrow:last-child {
	display:none;
}

.modules-list {
	margin-left: 2rem;
}


.cat-interactive-trigger {
	cursor: pointer;
}


.lessons-header span {
	display: block;
}

.lessons-nav {
	display: flex;
	padding-top: 5px;
	font-size: var(--hp-font-small-2);
}
.lessons-nav-landing .lessons-nav {
	position: relative;
	top: -10px;
	justify-content: center;
}
.lessons-nav .lessons-nav-item {
	white-space: nowrap;
}
.lessons-nav .lessons-nav-item::after {
	content: '|';
	padding: 0 4px 0 4px;
}
.lessons-nav .lessons-nav-item:last-child::after {
	display:none;
}
.lessons-nav .lessons-nav-item-selected a {
	color: #000;
}

/* see hp-project.js module_unlock_time() */
.module-unlock {
	display: none;
}
.module-unlock-days {
}

/* administration records ============================================================= */
.at-members-report-container * {
	font-size: 0.85rem;
}

.at-top-container-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 var(--hp-margin-bot-1) 0;
}

.at-csv-report-container {
	/* padding: 0 0 var(--hp-padding-bot-1) 0; */
}

.at-counts-container {
	display: flex;
	gap: 1rem;
	padding: 0 0 var(--hp-padding-bot-1) 0;
}
#at-channels-container {
	display: flex;
	gap: 5px;
	margin-bottom: var(--hp-margin-bot-1);
}
.at-channel {
	padding: 5px;
	border: solid 1px #000;
	border-bottom: 0;
	border-radius: 5px 5px 0px 0px;
	cursor: pointer;
}
.at-channel-off {
	color: var(--hp-fgcolor-3);
	background-color: transparent;
}
.at-channel-on {
	color: var(--hp-fgcolor-1);
	background-color: #fff;
}

#at-members-container {
	position: relative;
	/* border: solid 10px red; */
}
#at-members-container .trigger::after {
	font-family: "Font Awesome 6 Free";
	content: '\f146';/* minus */
}
#at-members-container .trigger.closed::after {
	font-family: "Font Awesome 6 Free";
	content: '\f0fe';/* plus */
}

#at-records-top-container-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: var(--hp-padding-bot-1);
	/* border: solid 10px red; */
}
#at-records-top-container-1 label {
	display: inline-block;
	padding-right: 1em;
	font-size: var(--hp-font-small-2);
}
#at-records-top-container-1 input,
#at-records-top-container-1 select {
	padding: 4px 4px 4px 4px;
}

.at-search-container {
	padding-left: 1rem;
}
#at-search-form {
	position: relative;
	/* border: solid 10px red; */
}
#at-search-form::after {
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translate(0,-50%);
	display: block;
	content: '\01F50D';
	content: '\01F50D \FE0E';
	/* border: solid 10px blue; */
}
input#at-search {
	padding-right: 50px;
}
#at-search-reset {
	position: absolute;
	top: 0;
	right: 4px;
	right: -2rem;
	z-index: 110;
	display: flex;
	align-items: center;
	height: 100%;
	text-decoration: none !important;
	display: none;
}
#at-search-reset::before {
	content: '\27F3';
	font-size: 1.5rem;
}

.at-records-nav {
	display: flex;
	flex-wrap: nowrap;
}
.at-records-nav .first::before {
	content: '\2039\2039';
	display: inline-block;
	padding: 0 10px 0 0;
	cursor: pointer;
}
.at-records-nav .prev::before {
	content: '\2039';
	display: inline-block;
	padding: 0 3px 0 0;
	cursor: pointer;
}
.at-records-nav .next::before {
	content: '\203A';
	display: inline-block;
	padding: 0 0 0 3px;
	cursor: pointer;
}
.at-records-nav .last::before {
	content: '\203A\203A';
	display: inline-block;
	padding: 0 0 0 10px;
	cursor: pointer;
}
.at-records-nav .page {
	align-self: center;
	padding: 0 3px 0 3px;
	cursor: pointer;
	border-bottom: solid 1px transparent;
	color: var(--hp-link-color-1);
}
.at-records-nav .page.current-page {
	border-bottom: var(--hp-border-3);
}

.at-records-container {
	display: grid;
	/* grid-template-columns: 1.5rem repeat(4, 1fr); */
	grid-template-columns: 1rem repeat(4, 1fr);
}
.at-records-container .item,
.at-records-container .members-module-container,
.at-records-container .members-module-pages-container {
	padding-top: 3px;
	padding-bottom: 3px;
}
.at-records-container .item {
	white-space: nowrap;
	/* border: solid 1px red; */
}
.at-records-container .item.member-forms,
.at-records-container .item.member-details {
	padding: 0;
}

.at-records-container .item:nth-child(7n+4) {
	justify-self: center;
}
.at-records-container .item:nth-child(7n+6) {
	grid-column: 1 / 7;
}
.at-records-container .item:nth-child(7n+6) .at-member-forms {
	margin-left: 1.5rem;
	padding: 10px;
	border: var(--hp-border-1);
	border-radius: 5px;
}
.at-records-container .item:nth-child(7n+7) {
	grid-column: 1 / 7;
}
.at-records-container .item:nth-child(7n+7) .member-details-container {
	margin-left: 1.5rem;
	padding: 10px;
	border:  var(--hp-border-1);
	border-radius: 5px;
}
.at-records-container .item.th {
	font-weight: bold;
}
.at-records-container .item.th:nth-child(6),
.at-records-container .item.th:nth-child(7) {
	/* do NOT set this to display: none, will break the grid!!!!! */
	padding: 0;
	margin: 0;
	border: 0;
}
.at-records-container .item.th .col-orderby-dir {
	cursor: pointer;
	white-space: nowrap;
}
.at-records-container .item.th .col-orderby-dir::after {
	display: inline-block;
	padding-left: 4px;
	font-family: "Font Awesome\ 5 Free";
	content: '\f0dc';
	opacity: 0.25;
	/* border: solid 1px red; */
}


.members-module-container {
	display: grid;
	/* grid-template-columns: 1.5rem repeat(2, 1fr); */
	grid-template-columns: 1rem repeat(2, 1fr);
}
.members-module-container .item2 {
	padding: 0 3px 0 3px;
}
.members-module-container .item2:nth-child(3n) {
	grid-column: 1 / 4;
	margin-left: 1.5rem;
	padding: 10px;
	border: var(--hp-border-1);
	border-radius: 5px;
}

.member-module-totals-container {
	display: grid;
	grid-template-columns: repeat(5, min-content);
}
.member-module-totals-container .item3 {
	align-self: center;
	padding: 0 3px 0 3px;
	white-space: nowrap;
}
.member-module-totals-container .item3:nth-child(n+2):nth-child(-n+3) {
	font-size: 0.6rem;
	cursor: help;
}
.members-channel-completed:before {
	content: '\2611';
	padding-left: 0.5rem;
	color: green;
	cursor: help;
}
.members-module-completed:before {
	content: '\2611';
	color: green;
	cursor: help;
}
.members-module-assignment-completed:before {
	content: '\2713';
	color: green;
	cursor: help;
}

.members-module-pages-container {
	display: grid;
	grid-template-columns: repeat(3, min-content);
}
.members-module-pages-container .item4 {
	align-self: center;
	padding: 0 3px 0 3px;
	white-space: nowrap;
}
.members-module-pages-container .item4:nth-child(n+2):nth-child(-n+3) {
	font-size: 0.6rem;
	cursor: help;
}

.at-toggle-member-edit:before {
	display: inline-block;
	content: '\270E';
	font-size: var(--hp-font-small-2);
	color: var(--hp-link-color-1);
	cursor: pointer;
}

.at-status-active {text-decoration: none;}
.at-status-inactive {text-decoration: line-through;}

.at-user-name {cursor: pointer;}
.at-io-inactive {color: black;}
.at-io-active {color: green;}
/* administration records ============================================================= */


